Metadata-Version: 2.1
Name: flask-structure-creator
Version: 0.1
Summary: A library to create Flask project folder structure.
Home-page: https://github.com/yourusername/flask-structure-creator
Author: Your Name
Author-email: your_email@example.com
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 Structure Creator

A simple Python library to create a Flask project folder structure.

## Installation
```bash
pip install flask-structure-creator
