Metadata-Version: 1.1
Name: tadpole
Version: 1.0.2
Summary: 
    create at 2017/11/25 by allen

Home-page: https://github.com/echoyuanliang/tadpole
Author: allen
Author-email: echoyuanliang@gmail.com
License: MIT
Download-URL: https://github.com/echoyuanliang/tadpole.git
Description: Tadpole
        -------
        
        flask starter, provide simple flask app start and management,
        integration with some useful flask extensions and frequently
        used python packages.
        
        
        Installation
        ------------
        
        Tadpole requires **Python 2.x >= 2.6**.
        
        Install from PyPI::
        
            $ pip install tadpole
        
        
        Usage
        -----
        
        Basic usage::
        
            $ tadpole init -n APP_NAME -v APP_VERSION
        
        Where ``APP_NAME`` is your own project name and ``APP_VERSION`` is your project init version
        
Keywords: flask,restful,orm,sqlalchemy,auth,permission
Platform: any
Classifier: Operating System :: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
