Metadata-Version: 1.1
Name: patron
Version: 0.2.3
Summary: Flask generators influenced by Padrino's generators
Home-page: https://bitbucket.org/prgr4m/patron
Author: John Boisselle
Author-email: prgr4m@yahoo.com
License: MIT
Description: Patron is a cli generator for Flask inspired by the Padrino framework's 
        generators but following flask conventions.
        
        The philosophy behind this cli generator is to provide functionality
        *incrementally* to a project by generating code into an existing (generated) 
        code base. While other scaffolds provide you with a solid base for your flask 
        projects, this tool is more focused on *speed* of development so you can spend 
        more time writing actual code to solve specific problems.
        
Keywords: flask generators scaffolding cli
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Code Generators
Classifier: Environment :: Console
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
