Metadata-Version: 2.1
Name: circus
Version: 0.17.2
Summary: Circus is a program that will let you run and watch  multiple processes and sockets.
Author: Mozilla Foundation & contributors
Author-email: services-dev@lists.mozila.org
License: UNKNOWN
Project-URL: Documentation, https://circus.readthedocs.io
Project-URL: Source, https://github.com/circus-tent/circus
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: pyzmq (>=17.0)
Requires-Dist: tornado (>=5.0.2)
Provides-Extra: test
Requires-Dist: nose ; extra == 'test'
Requires-Dist: nose-cov ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: circus-web ; extra == 'test'
Requires-Dist: gevent ; extra == 'test'
Requires-Dist: papa ; extra == 'test'
Requires-Dist: PyYAML ; extra == 'test'
Requires-Dist: pyzmq (>=17.0) ; extra == 'test'
Requires-Dist: flake8 (==2.1.0) ; 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


