Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T06:03:57.000Z (2 months ago)
- Last Synced: 2024-11-02T07:16:52.164Z (2 months ago)
- Language: Python
- Size: 94.7 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
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.