Explain Python errors in simple English
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.1.1.tar.gz
(3.6 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.1.1.tar.gz.
File metadata
- Download URL: errorbuddy-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d3d110ff13176bf830121657da2d1acc6979c2e4fa7d068a594196ca1700537
|
|
| MD5 |
84cb6963dc8e6784caa0ced078de5d5a
|
|
| BLAKE2b-256 |
47f9d883ac6920bbde25feeba9c483e3aa131dcfe161dfcd3fd303cb3f1399a5
|
File details
Details for the file errorbuddy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: errorbuddy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c1420a3c18974a5838316cda4a7a7e71eb3f3074dbf43056ad38c9d76a210dd
|
|
| MD5 |
9176575fd584d6135fa4326a7cfa8793
|
|
| BLAKE2b-256 |
a354a8430780030303f2c9c8f8f9b4d7d08cc763568e20c685add2331c60f0c0
|