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: 11 months ago
JSON representation
A Copier template for Python projects.
- Host: GitHub
- URL: https://github.com/garrett-he/copier-python
- Owner: garrett-he
- License: bsd-3-clause
- Created: 2025-02-27T13:25:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T13:40:55.000Z (11 months ago)
- Last Synced: 2025-02-27T19:24:29.090Z (11 months ago)
- Topics: code-generation, copier, python, template
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# copier-python


A [Copier][1] template for Python projects.
## Quickstart
1. Install the latest Copier via command:
```
pip install --user --upgrade copier copier-templates-extensions
```
2. Use command `copier` to generate a new project:
```
copier copy --trust gh:garrett-he/copier-python /path/to/destination
```
## License
Copyright (C) 2024 Garrett HE
The BSD 3-Clause License, see [LICENSE](./LICENSE).
[1]: https://github.com/copier-org/copier