Metadata-Version: 2.4
Name: package-creation-tutorial-nader-gaies
Version: 0.1.0
Summary: A tutorial package for learning creation flow
Author: root4036-ship-it
Author-email: root4036@gmail.com
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pre-commit (>=3.0.0)
Requires-Dist: pytest (>=8.0.0)
Requires-Dist: pytest-cov (>=5.0.0)
Requires-Dist: ruff (>=0.3.0)
Description-Content-Type: text/markdown

# Package Creation Tutorial - Nader Gaies

This is a tutorial project to learn how to create and publish a Python package.

## Features
- String manipulation tools.
- Automated tests with Pytest.
- Documentation with Sphinx.

## Installation
```bash
pip install package-creation-tutorial-nader-gaies
