Metadata-Version: 2.4
Name: copier-python
Version: 0.1.4
Summary: Copier template for Python projects with modern tooling
Project-URL: Homepage, https://github.com/smkent/copier-python
Project-URL: Repository, https://github.com/smkent/copier-python
Project-URL: Issues, https://github.com/smkent/copier-python/issues
Author-email: Stephen Kent <smkent@smkent.net>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# copier-python

[Copier][copier] template for Python projects with modern tooling

[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json)][copier]
[![License](https://img.shields.io/github/license/smkent/copier-python)](LICENSE)
[![PyPI](https://img.shields.io/pypi/v/copier-python)](https://pypi.org/project/copier-python/)
[![Python](https://img.shields.io/pypi/pyversions/copier-python)](https://pypi.org/project/copier-python/)
[![GitHub stars](https://img.shields.io/github/stars/smkent/copier-python?style=social)](https://github.com/smkent/copier-python)

## Prerequisites

- [Astral's **uv** Python project manager][uv]
- [Copier][copier]: `uv tool install copier`

## Usage

```sh
copier copy "gh:smkent/copier-python" /new/project/path
```

## Credits

This template was inspired by [pawamoy/copier-uv][copier-uv] and
[ritwiktiwari/copier-astral][copier-astral] -- Thanks!

[copier]: https://copier.readthedocs.io
[copier-uv]: https://github.com/pawamoy/copier-uv
[copier-astral]: https://github.com/ritwiktiwari/copier-astral
[uv]: https://docs.astral.sh/uv/
