Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaeljoseph/epitome


https://github.com/michaeljoseph/epitome

cookiecutter-python cookiecutter-python3 cookiecutter-template

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# epitome 👌

A [`cookiecutter`] python project.

## Generated Project
```
$ tree -a example/ -I 'dist/|*pyc*|*direnv*|*.tox*'

example/
├── .cookiecutterrc
├── .coverage
├── .envrc
├── .github
│   └── workflows
│   └── test.yml
├── .gitignore
├── .pre-commit-config.yaml
├── .tool-versions
├── .travis.yml
├── README.md
├── poetry.lock
├── pyproject.toml
├── requirements.txt
├── src
│   └── example
│   ├── __init__.py
│   └── cli.py
├── test-reports
│   └── junit.xml
├── tests
│   └── test_example.py
└── tox.ini

6 directories, 17 files
```

## Development

```bash
# in a virtualenv
pip install poetry tox
tox
```

[`cookiecutter`]:https://github.com/cookiecutter/cookiecutter