Metadata-Version: 2.4
Name: copier-python
Version: 0.1.0
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

[![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/)
[![CI](https://github.com/smkent/copier-python/actions/workflows/ci.yml/badge.svg)](https://github.com/smkent/copier-python/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/smkent/copier-python/branch/main/graph/badge.svg)](https://codecov.io/gh/smkent/copier-python)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovatebot)](https://renovatebot.com)
[![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
```

[copier]: https://copier.readthedocs.io
[uv]: https://docs.astral.sh/uv/

## Credits

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

[copier-uv]: https://github.com/pawamoy/copier-uv
[copier-astral]: https://github.com/ritwiktiwari/copier-astral
