Metadata-Version: 2.1
Name: create-flask-api-app
Version: 0.0.5
Summary: Creates python flask API application template
Home-page: https://github.com/ElvisRodriguez/create-flask-api-app
Author: Elvis Rodriguez
Author-email: elvisrodriguez1992@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/ElvisRodriguez.create-flask-api-app/issues
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

create-flask-api-app
===

Command line tool to create a flask API template
---
---
## Installation:

```bash
pip install create-flask-api-app -U
```

## Usage:

```bash
create-flask-api <project_name>
```



