Metadata-Version: 2.4
Name: agile-commons
Version: 0.1.2
Summary: A simple Python package for demonstration
License: MIT
Keywords: tools,utilities
Author: Eric
Author-email: whatisjava@hotmail.com
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: cachetools (>=7.0.0,<8.0.0)
Requires-Dist: colorlog (>=6.10.1,<7.0.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Requires-Dist: pyrootutils (>=1.0.4,<2.0.0)
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Requires-Dist: typer (>=0.23.1,<0.24.0)
Project-URL: Homepage, https://github.com/thebesteric/agile-py
Project-URL: Repository, https://github.com/thebesteric/agile-py
Description-Content-Type: text/markdown

# Agile Commons

A lightweight Python utility package for agile development workflows, providing common tools like config parsing, colored logging.

## Installation
Install via pip:
```bash
pip install agile-commons
```
