Metadata-Version: 1.0
Name: kit
Version: 0.1.11
Summary: Flask, Celery, SQLAlchemy toolkit
Home-page: http://github.com/mtth/kit/
Author: Matthieu Monsch
Author-email: monsch@mit.edu
License: MIT
Description: 
        Kit
        ===
        
        Your friendly Flask, Celery, SQLAlchemy toolkit.
        
        Why use Kit?
        ------------
        
        * 1 YAML file for all your configuration options
        * A command line tool to start a development server, Celery workers and more
        * Seamless integration between SQLAlchemy and the rest of your application
        
        How to get Kit?
        ---------------
        
        .. code:: bash
        
          pip install kit
        
        Checkout the `Github repo <https://github.com/mtth/kit>`_ for more
        documentation and examples!
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
