Skip to main content

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

checked-exception-0.0.4.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

checked_exception-0.0.4-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page