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

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.

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/).