Metadata-Version: 2.4
Name: circus
Version: 0.18.0+mf.2
Summary: Circus is a program that will let you run and watch multiple processes and sockets.
Author-email: Mozilla Foundation & contributors <services-dev@lists.mozila.org>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: pyzmq>=17.0
Requires-Dist: tornado>=5.0.2
Requires-Dist: coverage ; extra == "test"
Requires-Dist: flake8==2.1.0 ; extra == "test"
Requires-Dist: gevent ; extra == "test"
Requires-Dist: mock ; extra == "test"
Requires-Dist: nose2 ; extra == "test"
Requires-Dist: pyyaml ; extra == "test"
Requires-Dist: tox ; extra == "test"
Project-URL: Documentation, https://circus.readthedocs.io
Project-URL: Source, https://github.com/circus-tent/circus
Provides-Extra: test

![Build Status](https://github.com/circus-tent/circus/workflows/ci/badge.svg)
![Coverage Status](https://coveralls.io/repos/github/circus-tent/circus/badge.svg?branch=master)
![PyPI](https://img.shields.io/pypi/v/circus) 
![PyPI - Downloads](https://img.shields.io/pypi/dm/circus)
# Circus

Circus is a program that runs and watches processes and sockets.
Circus can be used as a library or through the command line.

## Links

- [Full Documentation](https://circus.readthedocs.io)
- [How to Contribute](https://circus.readthedocs.io/en/latest/contributing/)
- IRC: Freenode, channel #mozilla-circus

