Metadata-Version: 2.3
Name: python-project-structure-generator
Version: 0.2.2
Summary: 
Author: Nidaaa
Author-email: nidashaikh1016@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# Python Project Template

A simple Python project template that demonstrates how to define CLI commands using Poetry.

## Installation

To install this package, you can use Poetry:

```bash
poetry install
```

## Usage

This project defines a CLI command `generate-structure` that runs the `create_python_template` function.

To run the command:

```bash
poetry run generate-structure
```

## Contact

For any suggestions or improvements, feel free to reach out to [nidashaikh1602@gmail.com](mailto:nidashaikh1602@gmail.com).



