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 create-tox-app
Release files for create-tox-app 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| create-tox-app-1.0.2.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| create_tox_app-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.5 kB
Release files / create-tox-app-1.0.2.tar.gz
| Download URL | create-tox-app-1.0.2.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
832ecc6b32a803658c9e2478cb9d657391ba820c12ecb3444c767effe845ba66
|
|
BLAKE2b-256 checksum How to use checksums |
d294a6e923227cbc306ee04b00e235997cadc9f682cb1d9bbde352d452ecb5da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|
Release files / create_tox_app-1.0.2-py3-none-any.whl
| Download URL | create_tox_app-1.0.2-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
26a712d6516ffde23c3b135630ad1fa06e887be293ada05c33cf055fa9262e2f
|
|
BLAKE2b-256 checksum How to use checksums |
bfde866bfc55717defc6d6423f03606e24fb261c7a880308bded360fa1d87d31
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|