Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/windfarer/cookiecutter-python


https://github.com/windfarer/cookiecutter-python

cookiecutter-template

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cookiecutter template of basic python project

Usage:
```bash
cookiecutter https://github.com/Windfarer/cookiecutter-python.git
```

in project directory:

init project

```bash
pipenv install --dev
```

enter virtualenv
```bash
pipenv shell
```