Metadata-Version: 1.1
Name: flask-bootstrapper
Version: 0.0.1
Summary: A simple bootstrapper for flask applications
Home-page: http://github.com/contraslash/flask-bootstrapper
Author: contraslash S.A.S.
Author-email: ma0@contraslash.com
License: MIT
Project-URL: Bug Reports, https://github.com/contraslash/flask-bootstrapper/issues
Project-URL: Source, https://github.com/contraslash/flask-bootstrapper
Project-URL: Contraslash, https://contraslash.com/
Description: # Flask Bootstrapper
        
        This is a simple flask project generator, also creates an blueprint schema based on
        a scalable file architecture used at [contralshas](https://contraslash.com/)
        
        To use this generator
        
        ```bash
        # Create a new virtualenv with name auto_generated_flask
        python -m venv auto_generated_flask
        # install flask bootstrapper
        pip install flask_bootstrapper
        # Then just execute
        flask-bootstrapper.py
        ```
Keywords: flask bootstrapping tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
