Metadata-Version: 2.1
Name: flask-scaffolding
Version: 0.0.24
Summary: Flask Scaffolding with buiiltin Authentication & Authorization
Home-page: https://github.com/Muhammad-Yunus/Flask-Scaffolding-Base
Author: Muhammad Yunus
Author-email: yunusmuhammad007@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Muhammad-Yunus/Flask-Scaffolding-Base/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Flask-Scaffolding-Base
- Flask Scaffolding with buiiltin Authentication & Authorization
- Installation : 
```
pip install flask_scaffolding
```
- Run to create a new flask app with the given name and destination path.
```
python -m scaffold.web <YOUR_APP_NAME> <path/to/destination>
```

