Metadata-Version: 1.1
Name: kaizen
Version: 0.1.3
Summary: A python client and cli to manage your projects on AgileZen Kanban style.
Home-page: https://github.com/bertrandvidal/kaizen
Author: Bertrand Vidal
Author-email: vidal.bertrand@gmail.com
License: UNKNOWN
Download-URL: https://pypi.python.org/pypi/kaizen
Description: kaizen
        ======
        
        |PyPI latest version badge| |PyPI monthly downloads| |Code health|
        
        A python client and cli to manage your projects on AgileZen Kanban
        style.
        
        Installation
        ============
        
        If you want to add *kaizen* to your python project:
        
        ::
        
            pip install kaizen
        
        or
        
        ::
        
            easy_install kaizen
        
        Testing
        =======
        
        To test everything is in order you can run the following after
        downloading the sources:
        
        ::
        
            python setup.py nosetests
        
        References
        ==========
        
        -  https://agilezen.com
        -  http://dev.agilezen.com/
        
        .. |PyPI latest version badge| image:: https://pypip.in/v/kaizen/badge.png
           :target: https://pypi.python.org/pypi/kaizen
        .. |PyPI monthly downloads| image:: https://pypip.in/d/kaizen/badge.png
           :target: https://pypi.python.org/pypi/kaizen
        .. |Code health| image:: https://landscape.io/github/bertrandvidal/kaizen/master/landscape.png
           :target: https://landscape.io/github/bertrandvidal/kaizen/master
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
