Metadata-Version: 1.1
Name: Flask-NewProject
Version: 0.1.0
Summary: Create new Flask project.
Home-page: https://github.com/Gunak/Flask-NewProject/
Author: Raymond Williams
Author-email: Raymond.n.williams86@gmail.com
License: MIT
Description: # Flask-ProjectManager
        
        This will create a new Flask application with the ability to create a simple setup or if you are using blueprints.
        
        ## Getting Started
        
        ### Prerequisites
        
        ```
        Built with Python 2.7 and will test compatibility of Python 3.X
        ```
        
        ### Installing
        
        ```
        pip install Flask-NewProject
        ```
        
        ## Usage Commands
        ```
        flask-skeleton ProjectName
        ```
        This will create a skeleton structure with the root folder and package folder named ProjectName in whatever directory you are currently in.
        In the package folder, it will create app.py and tests.py in the tests folder.
        
        ## Running Tests
        
        I will be creating automated tests
        
        ## Contributing
        
        Please contribute if you can. This project is just getting underway, but help is always welcome.
        
        ## Version Information
        
        v0.0.1
        
        ## Authors
        
        Raymond Williams
        
        ## License
        
        This project is licensed under the MIT License - see the LICENSE file for details
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
