A wrapper that creates a tox env with the minimal setup for a Python app.
Project description
A small script to set up a tox environment with setup.py, formatting, linting and tests.
It does this:
$ create-tox-app my_app_name $ tree -a my_app_name/ my_app_name/ ├── .gitignore ├── .pylintrc ├── README.md ├── my_app_name │ ├── __init__.py │ ├── __main__.py │ └── exit_codes.py ├── setup.py ├── tests │ └── test_app.py └── tox.ini
You’re ready to call tox to run tests, format check and linting. tox -e format would reformat your code. # Installation
pip3 install git+https://github.com/wozniakpl/create-tox-app.git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
create-tox-app-1.0.0.tar.gz
(4.0 kB
view hashes)
Built Distribution
Close
Hashes for create_tox_app-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56e6c906ae6dd1e341c655140a882fc35c75c9efda8caf6342d7f53277998b85 |
|
MD5 | 8f6f637f1e75f790e823335b45553735 |
|
BLAKE2b-256 | b41ce5c1bdd1c869ad1669518f6ab8c9f7c5bc5084fc06e346587c9c5dac460f |