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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for tinyerr-0.0.1a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 677ba3b6bd013cbfad65f562743a82412d683f459d427fafa6c8e228dc61d4db |
|
MD5 | bed6a486680e40c3314d4f6dfd380d96 |
|
BLAKE2b-256 | f2027913825cd14931c6d7e3ea8e3a67197a12dc7e0a7624d4397bf2daf5e685 |