https://github.com/proinsias/copier-python-template
Copier template for my python projects.
https://github.com/proinsias/copier-python-template
copier copier-template python
Last synced: 7 months ago
JSON representation
Copier template for my python projects.
- Host: GitHub
- URL: https://github.com/proinsias/copier-python-template
- Owner: proinsias
- License: unlicense
- Created: 2021-06-04T23:06:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T16:22:54.000Z (7 months ago)
- Last Synced: 2025-03-14T17:28:39.315Z (7 months ago)
- Topics: copier, copier-template, python
- Language: Jinja
- Homepage:
- Size: 392 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# copier-python-template
[Copier](https://copier.readthedocs.io/en/stable/) template for my python projects.
This template aims at making it easier to configure my python
projects.
It uses Copier to keep my projects updated with a unified GH Actions
structure and configuration.## First usage
1. [Install Copier](https://copier.readthedocs.io/en/stable/#installation).
2. Enter your project folder: `cd my-project`.
3. Make it a git repo: `git init`.
4. Run copier `copy gh:proinsias/copier-python-template .`.
5. Answer questions.
6. Commit: `git commit -am 'Apply copier template'`.## Get updates
1. Enter your project folder: `cd my-project`.
2. Update: `copier update`.
3. Answer questions, if anything changed.
4. Commit: `git commit -am 'Update copier template'`.## Based on
- [branchvincent/python-template](https://github.com/branchvincent/python-template/).
- [KyleKing/calcipy_template](https://github.com/KyleKing/calcipy_template/).
- [Tecnativa/doodba-copier-template](https://github.com/Tecnativa/doodba-copier-template/).