itisi
Configure that fresh terminal into your own!
Local Development / Testing
- Create and activate a virtual environment
- Run
pip install -r requirements-dev.txtto do an editable install - Run
pytestto run tests
Type Checking
Run mypy .
Create and upload a package to PyPI
Make sure to bump the version in setup.cfg.
Then run the following commands:
rm -rf build dist
python setup.py sdist bdist_wheel
Then upload it to PyPI using twine:
twine upload dist/*
Release files for itisi 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| itisi-0.1.4.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| itisi-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / itisi-0.1.4.tar.gz
| Download URL | itisi-0.1.4.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cecec0da28e06ce16482712bee2d1fbd197cc3855cc019a4f8b06a5c569c1d04
|
|
BLAKE2b-256 checksum How to use checksums |
45a0f260abf3821dcdf7800875d6811d973d28d39680049fa7f26ead27741b54
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.6
|
Release files / itisi-0.1.4-py3-none-any.whl
| Download URL | itisi-0.1.4-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9232fd1173939206997889d71aab3a2b7f0c7e7092697e8e23025baaa028c04a
|
|
BLAKE2b-256 checksum How to use checksums |
de21b14cf42f6aeb39f4a937eaaab704a38032058b4dc1ac5ee457647b91c2d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.6
|