Human-friendly Python error explanations with smart hints and CLI support
Project description
Versioning Strategy • 0.1.0 → First public release • 0.2.0 → More errors added • 1.0.0 → Stable + AI support
CLI Usage 🚀
Run any Python file and get human-readable errors:
# Structure
easyerrors myfile.py
errorbuddy/
│
├── errorbuddy/
│ ├── init.py
│ ├── explainer.py
│ ├── rules.py
│ └── cli.py
│
├── tests/
│ └── test_basic.py
│
├── pyproject.toml
├── README.md
# — Build Package
```bash
pip install build twine
python -m build
# users have to run
pip install errorbuddy
errorbuddy file.py
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
errorbuddy-0.2.0.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file errorbuddy-0.2.0.tar.gz.
File metadata
- Download URL: errorbuddy-0.2.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bdc2e4051979c9d05cba3f0a00d3e8ee6ea72aa441ba85e082feb2e1459edbf
|
|
| MD5 |
43723180e3766da5b4ea6554dddb8e14
|
|
| BLAKE2b-256 |
d0ad1076ee0c333a985ad161589e1ebc07f1247790e54b054ac2a0529ddcbf3c
|
File details
Details for the file errorbuddy-0.2.0-py3-none-any.whl.
File metadata
- Download URL: errorbuddy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8847f0bea85f6c660992028e8e1261aeb65e3ba6d8e5755bd2d8c0641fba711e
|
|
| MD5 |
7ced502b452552136663ac0347beffec
|
|
| BLAKE2b-256 |
0c615d7a6b15f985eb0465c6cb7e707bfdae507a9cd8967e482ece253fc33f61
|