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

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

Python Project Template
https://github.com/voronind/cookiecutter-python

cookiecutter cookiecutter-template python python-project python-project-template

Last synced: 9 months ago
JSON representation

Python Project Template

Awesome Lists containing this project

README

          

Python Project Template
=======================

Using
-----
```commandline
cookiecutter gh:voronind/cookiecutter-python
```

Development
-----------
```commandline
poetry install --no-root
```

### Testing

```commandline
poetry run pytest
```