Metadata-Version: 2.4
Name: fatma-package-creation-tutorial
Version: 0.1.1
Summary: 
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numpy (>=2.4.1,<3.0.0)
Requires-Dist: pre-commit (>=4.5.1,<5.0.0)
Requires-Dist: pytest (>=9.0.2,<10.0.0)
Requires-Dist: pytest-cov (>=7.0.0,<8.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: ruff (>=0.14.13,<0.15.0)
Requires-Dist: sphinx (>=9.1.0,<10.0.0)
Requires-Dist: sphinx-rtd-theme (>=3.1.0,<4.0.0)
Description-Content-Type: text/markdown

# Fatma Package Creation Tutorial

This package was created as part of a Python packaging and documentation tutorial.

## Installation

```bash
pip install fatma-package-creation-tutorial
