Use checked exceptions in Python.
Project description
Checked Exception
This is a checked exception library, which tries to implement checked exceptions in Python.
Publish to test.pypi.org (for testing purpose)
Need to pip install wheel twine
first
python setup.py sdist bdist_wheel
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# And maybe delete this?
rm -rf dist
install it with like
pip install -i https://test.pypi.org/simple/ checked-exception==0.0.3
Publish
python setup.py sdist bdist_wheel
python -m twine upload dist/*
rm -rf dist
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file checked-exception-0.0.4.tar.gz
.
File metadata
- Download URL: checked-exception-0.0.4.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0941f484c356c9001d592d9c6239ad34d50c8dcb1e0dd3ee9b3b74052c28feb8 |
|
MD5 | e5dd340523eb5f447d4d452761fbeee8 |
|
BLAKE2b-256 | 757985ca9d93be1e36927fca6396a927ef831d78f4cfc3fa2748481ec1231e19 |
File details
Details for the file checked_exception-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: checked_exception-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdb989bf7899d09ea671c62aecf9b45a09f7fe932b2b69942764bb1ab0d0052a |
|
MD5 | 972d674f4627251275732e48b4392ea4 |
|
BLAKE2b-256 | 2c9e59c3e945cfbdbf9af4766302fa05790b59b871b4bc90084dc62243dcb1ac |