michaeljoseph / epitome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

# in a virtualenv
pip install poetry tox
tox