Metadata-Version: 1.1
Name: ciwatch
Version: 0.0.1.dev27
Summary: CI Watch is a CI monitoring dashboard that shows voting history for existing CIs and more.
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: ========
        CI Watch
        ========
        
        CI Watch is a CI monitoring dashboard that shows voting history for existing
        CIs and more.
        
        * Free software: Apache license
        * Documentation: http://docs.openstack.org/infra/ciwatch
        * Source: http://git.openstack.org/cgit/openstack-infra/ciwatch
        * Bugs: http://bugs.launchpad.net/ciwatch
        
        
        State of the project
        --------------------
        
        This project is a work in progress and the code is pretty rough in some
        places.
        
        TODO
        ----
        
        -  Add tests.
        -  Use a different cache other than SimpleCache. It is not threadsafe.
           We should use something like redis instead.
        
        These items are far from the only work needed for this project.
        
        Acknowledgements
        ----------------
        
        This code was originally forked from John Griffith's sos-ci project.
        Some of it can still be found in the code and configuration file.
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
