Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaeljoseph/epitome
https://github.com/michaeljoseph/epitome
cookiecutter-python cookiecutter-python3 cookiecutter-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaeljoseph/epitome
- Owner: michaeljoseph
- Created: 2020-04-26T19:27:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T08:12:18.000Z (over 3 years ago)
- Last Synced: 2024-10-14T20:01:42.544Z (3 months ago)
- Topics: cookiecutter-python, cookiecutter-python3, cookiecutter-template
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.ini6 directories, 17 files
```## Development
```bash
# in a virtualenv
pip install poetry tox
tox
```[`cookiecutter`]:https://github.com/cookiecutter/cookiecutter