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
easyerrors/
│
├── easyerrors/
│ ├── init.py
│ ├── explainer.py
│ ├── rules.py
│ └── cli.py 👈 NEW
│
├── tests/
│ └── test_basic.py
│
├── pyproject.toml
├── README.md
## Build Package
```bash
pip install build twine
python -m build
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.0.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.0.tar.gz.
File metadata
- Download URL: errorbuddy-0.1.0.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 |
a0a3f6f72cfb47ee2a91298f5323158488f0a8c66135d5c76d63f501f8749ca8
|
|
| MD5 |
828eea93cd7a92848a5956123278dd1e
|
|
| BLAKE2b-256 |
3db2ef0631d99529a42a4801d3c1ec036ef21c5b57ce92fa265796e6d60acd31
|
File details
Details for the file errorbuddy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: errorbuddy-0.1.0-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 |
771844027fae54d4ffc6fe6e6787bf104f2a20a71b84be6b4b166bd13127f1d6
|
|
| MD5 |
482e9a0b3277b12740295388adef9dcb
|
|
| BLAKE2b-256 |
30f7b02b57c1d83e2a2b8a3708cc536ad0b9666585929109e595092bae827d57
|