Metadata-Version: 1.1
Name: patron
Version: 0.2.2
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 generator modeled after the Padrino framework's generators but for
        the flask microframework.
        
        The philosophy behind this cli generator is to provide functionality
        incrementally to a project by generating code from prefab scripts into an
        existing code base but does not provide front-end tooling as the front-end
        should be separate from the back-end.
        
        The aim for this project is to match Padrino's feature set but following flask
        conventions. While other scaffolds provide you with a solid base for your flask
        projects, this tool is for speed and commonality so you can spend more time
        writing actual code to solve specific problems rather than manually
        performing redudant patterns.
        
        Examples of redundant patterns:
        
        - add new blueprint
        - register blueprint
        - create unittest
        - write new model from scratch
        - create new form (not tied to a model)
        - add mail functionality
        - create contact form
        - add blog functionality to a client's website
        - add an admin
        - create a sitemap
        
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
