Metadata-Version: 1.0
Name: circus
Version: 0.10.0
Summary: Circus is a program that will let you run and watch  multiple processes and sockets.
Home-page: UNKNOWN
Author: Mozilla Foundation & contributors
Author-email: services-dev@lists.mozila.org
License: UNKNOWN
Description: ======
        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/mozilla-services/circus.png?branch=master
           :alt: Build Status
           :target: https://secure.travis-ci.org/mozilla-services/circus
        .. image:: https://coveralls.io/repos/mozilla-services/circus/badge.png?branch=master
           :alt: Coverage Status on master
           :target: https://coveralls.io/r/mozilla-services/circus?branch=master
        .. image:: https://pypip.in/v/circus/badge.png
           :target: https://crate.io/packages/circus/
        .. image:: https://pypip.in/d/circus/badge.png
           :target: https://crate.io/packages/circus/
        
        Links:
        
        - Full Documentation : http://circus.readthedocs.org
        - How to Contribute : http://circus.readthedocs.org/en/latest/contributing/
        - Mailing List : http://tech.groups.yahoo.com/group/circus-dev/
        - Repository & Issue Tracker : https://github.com/mozilla-services/circus
        - IRC : Freenode, channel #mozilla-circus
        
Platform: UNKNOWN
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
