https://github.com/quantco/copier-template-python-open-source
Copier template for python projects using pixi
https://github.com/quantco/copier-template-python-open-source
Last synced: 8 months ago
JSON representation
Copier template for python projects using pixi
- Host: GitHub
- URL: https://github.com/quantco/copier-template-python-open-source
- Owner: Quantco
- License: 0bsd
- Created: 2024-07-09T13:39:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-10T06:05:04.000Z (8 months ago)
- Last Synced: 2025-09-10T09:44:50.158Z (8 months ago)
- Language: Python
- Size: 319 KB
- Stars: 13
- Watchers: 8
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# copier-template-python-open-source
A copier template for python packages developed at QuantCo using the [pixi](https://github.com/prefix-dev/pixi) package manager.
For documentation on pixi see [here](https://pixi.sh).
## Usage
```bash
pixi exec --spec copier --spec ruamel.yaml -- copier copy --trust https://github.com/quantco/copier-template-python-open-source
```
To update to a newer template version:
```bash
pixi exec --spec copier --spec ruamel.yaml -- copier update --defaults --trust
```
Note that copier will show `Conflict` for files that have manual changes.
This is normal. As long as there are no merge conflict markers in the files all patches applied cleanly.