Metadata-Version: 2.1
Name: circus
Version: 0.13.1
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
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: License :: OSI Approved :: Apache Software License
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: pyzmq (>=13.1.0)
Requires-Dist: tornado (<5,>=3.0)

======
Circus
======

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

.. image:: https://secure.travis-ci.org/circus-tent/circus.svg?branch=master
   :alt: Build Status
   :target: https://secure.travis-ci.org/circus-tent/circus
.. image:: https://coveralls.io/repos/circus-tent/circus/badge.png?branch=master
   :alt: Coverage Status on master
   :target: https://coveralls.io/r/circus-tent/circus?branch=master
.. image:: https://img.shields.io/pypi/v/circus.png
   :target: https://python.org/pypi/circus/
.. image:: https://img.shields.io/pypi/dm/circus.png
   :target: https://python.org/pypi/circus/
.. image:: http://allmychanges.com/p/python/circus/badge/
   :target: http://allmychanges.com/p/python/circus/?utm_source=badge

Links:

- Full Documentation : https://circus.readthedocs.io
- How to Contribute : https://circus.readthedocs.io/en/latest/contributing/
- Mailing List : https://groups.yahoo.com/neo/groups/circus-dev/info
- Repository & Issue Tracker : https://github.com/circus-tent/circus
- IRC : Freenode, channel #mozilla-circus
