Metadata-Version: 2.4
Name: py-dot-template
Version: 0.1.2
Summary: A template library for Deepika Open Toolbox
Project-URL: Homepage, https://gitlab.com/deepika6190303/deepika-open-toolbox/py-dot-template
Project-URL: Repository, https://gitlab.com/deepika6190303/deepika-open-toolbox/py-dot-template
Project-URL: Issues, https://gitlab.com/deepika6190303/deepika-open-toolbox/py-dot-template/-/issues
Author-email: Clément OLIVIER <clement.olivier@deepika.ai>
License: TODO: TO BE COMPLETED
License-File: LICENSE
Keywords: deepika,library,open-toolbox,python,template
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# py-dot-template

A Python project template using modern tooling with `uv` and `hatchling`.

## Requirements

- Python 3.12+
- [uv](https://docs.astral.sh/uv/) package manager

## Quickstart

**Installation**
```shell
# Pip
pip install py-dot-template 
# UV
uv add py-dot-template
```
**Usage**
```python
from dot_template import hello

hello()
```

## Development

See [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md) for development setup, testing, and contribution guidelines.
See [docs/PUBLISHING.md](docs/PUBLISHING.md) for instructions on how to publish releases to PyPI.

## License

See [LICENSE](LICENSE) for details.
