Metadata-Version: 2.1
Name: wikimedia-spicerack
Version: 0.0.32
Summary: Automation framework for the WMF production infrastructure
Home-page: https://github.com/wikimedia/operations-software-spicerack
Author: Riccardo Coccioli
Author-email: rcoccioli@wikimedia.org
License: GPLv3+
Keywords: wmf,automation,orchestration
Platform: GNU/Linux
Classifier: Development Status :: 4 - Beta
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Systems Administration
Description-Content-Type: text/x-rst
Requires-Dist: conftool (>=1.0.1)
Requires-Dist: cumin (>=3.0.2)
Requires-Dist: dnspython (>=1.15.0)
Requires-Dist: elasticsearch (<6.0.0,>=5.0.0)
Requires-Dist: elasticsearch-curator (<5.4.0,>=5.0.0)
Requires-Dist: phabricator (>=0.7.0)
Requires-Dist: pynetbox (>=4.0.6)
Requires-Dist: pyyaml (>=3.11)
Requires-Dist: redis (>=2.10.0)
Requires-Dist: requests (>=2.11.1)
Requires-Dist: urllib3 (<1.25)
Provides-Extra: tests
Requires-Dist: bandit (<1.6.0,>=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.1.6.2,>=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: pytest (>=3.0.3) ; extra == 'tests'
Requires-Dist: requests-mock (>=1.3.0) ; extra == 'tests'
Requires-Dist: sphinx-rtd-theme (>=0.1.6) ; extra == 'tests'
Requires-Dist: sphinx-argparse (>=0.1.15) ; extra == 'tests'
Requires-Dist: Sphinx (>=1.4.9) ; extra == 'tests'

Spicerack - Automation framework for the WMF production infrastructure
----------------------------------------------------------------------

Spicerack provides an entry point to all the libraries needed to automate and orchestrate tasks inside the Wikimedia
Foundation's production infrastructure. It provides also an entry point script ``cookbook`` to list and run the
available cookbooks, both one by one or via an interactive menu.


