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

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.

Awesome Lists containing this project

README

        

# Python + Conda minimal project with GitHub Actions CI

[![CI Linux](https://github.com/horothesun/python-conda-minimal-cookiecutter-template/workflows/CI%20Linux/badge.svg)](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
```