Metadata-Version: 1.1
Name: kaizen
Version: 0.1.1
Summary: A python client and cli to manage your projects on AgileZen Kanban style.
Home-page: https://pypi.python.org/pypi/kaizen
Author: Bertrand Vidal
Author-email: vidal.bertrand@gmail.com
License: UNKNOWN
Description: kaizen
        ======
        
        A python client and cli to manage your projects on AgileZen Kanban style.
        
        Installation
        ============
        
        If you want to install the package to your python project:
        
            pip install kaizen
        
        If you want to install the package in development version from the source code:
        
            python setup.py develop
        
        Testing
        =======
        
        To test everything is in order you can run the following:
        
            python setup.py nosetests
        
        References
        ==========
        
          - https://agilezen.com
          - http://dev.agilezen.com/
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
