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: 2 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
- Created: 2024-07-09T13:39:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T06:04:52.000Z (3 months ago)
- Last Synced: 2025-04-25T07:21:12.287Z (3 months ago)
- Language: Python
- Size: 219 KB
- Stars: 9
- Watchers: 10
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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.