An open API service indexing awesome lists of open source software.

https://github.com/garrett-he/copier-python

A Copier template for Python projects.
https://github.com/garrett-he/copier-python

code-generation copier python template

Last synced: 10 days ago
JSON representation

A Copier template for Python projects.

Awesome Lists containing this project

README

          

# copier-python

[![License](https://img.shields.io/github/license/garrett-he/copier-python)](https://github.com/garrett-he/copier-python/blob/main/LICENSE)
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)
[![Continuous Integration](https://github.com/garrett-he/copier-python/actions/workflows/ci.yml/badge.svg)](https://github.com/garrett-he/copier-python/actions/workflows/ci.yml)

A [Copier][1] template for scaffolding modern Python libraries.

## Usage

1. Install the latest Copier via command:

```text
pip install --user --upgrade copier copier-template-extensions
```

2. Use command `copier` to generate a new project:

```text
copier copy --trust gh:garrett-he/copier-python /path/to/destination
```

## License

Copyright (C) 2026 Garrett HE

The MIT License, see [LICENSE](./LICENSE).

[1]: https://github.com/copier-org/copier