https://github.com/horothesun/python-conda-minimal-cookiecutter-template
Cookiecutter template for Python + Conda minimal project with GitHub Actions CI.
https://github.com/horothesun/python-conda-minimal-cookiecutter-template
ci conda continous-integration continuous-integration cookiecutter cookiecutter-template github-actions github-actions-ci pytest python
Last synced: 4 months ago
JSON representation
Cookiecutter template for Python + Conda minimal project with GitHub Actions CI.
- Host: GitHub
- URL: https://github.com/horothesun/python-conda-minimal-cookiecutter-template
- Owner: horothesun
- License: mit
- Created: 2020-12-22T18:31:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T23:27:23.000Z (over 4 years ago)
- Last Synced: 2025-01-04T15:29:38.708Z (6 months ago)
- Topics: ci, conda, continous-integration, continuous-integration, cookiecutter, cookiecutter-template, github-actions, github-actions-ci, pytest, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python + Conda minimal project with GitHub Actions CI
[](https://github.com/horothesun/python-conda-minimal-cookiecutter-template/blob/master/.github/workflows/ci-linux.yml)
## Example
[horothesun/python-sample](https://github.com/horothesun/python-sample)
## Requirements
- Cookiecutter ([install](https://cookiecutter.readthedocs.io/en/latest/installation.html))
## Generate new project
```bash
cookiecutter https://github.com/horothesun/python-conda-minimal-cookiecutter-template
cd
```