Metadata-Version: 2.1
Name: wmflib
Version: 0.0.4
Summary: Generic library for common tasks in the WMF production infrastructure
Home-page: https://github.com/wikimedia/operations-software-pywmflib
Author: Luca Toscano
Author-email: ltoscano@wikimedia.org
License: GPLv3+
Keywords: wmf,automation
Platform: GNU/Linux
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Description-Content-Type: text/x-rst
Requires-Dist: dnspython (>=1.15.0)
Requires-Dist: pyyaml (>=3.11)
Requires-Dist: phabricator (>=0.7.0)
Requires-Dist: requests
Provides-Extra: tests
Requires-Dist: bandit (>=1.1.0) ; extra == 'tests'
Requires-Dist: flake8 (>=3.2.1) ; extra == 'tests'
Requires-Dist: flake8-import-order (>=0.18.1) ; extra == 'tests'
Requires-Dist: mypy (>=0.470) ; extra == 'tests'
Requires-Dist: prospector[with_everything] (<=1.2.0,>=0.12.4) ; extra == 'tests'
Requires-Dist: pytest-cov (>=1.8.0) ; extra == 'tests'
Requires-Dist: pytest-xdist (>=1.15.0) ; extra == 'tests'
Requires-Dist: sphinx-rtd-theme (>=0.1.9) ; extra == 'tests'
Requires-Dist: sphinx-argparse (>=0.1.15) ; extra == 'tests'
Requires-Dist: Sphinx (>=1.4.9) ; extra == 'tests'

wmflib - Generic Python library for common tasks in the WMF production infrastructure
-------------------------------------------------------------------------------------

wmflib is a library containing code that can be used in scripts or more complex
applications to avoid re-inventing the wheel every time. The goal of the library
is also to offer code that does not need any special privilege to be run (as opposed
to other libraries like Spicerack for example).

