Skip to main content

Tiny Errors that remove the clutter

Project description

TinyErr

TinyErr (pronounced tinier) provides tiny errors that get straight to the point.

Project is still in early Alpha – significant changes are expected and features are limited

Install

pip install tinyerr

Example

# main.py:
result = 3.0 + {}

Running tinyerr main.py produces:

File "main.py", line 1

    result = 3.0 + {}
             ~~~~^~~~

TypeError: Cannot do `<float> + <dict>`

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

tinyerr-0.0.1a0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

tinyerr-0.0.1a0-py3-none-any.whl (6.8 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