Error explainer using LLMs
Project description
ExplErr
A Python package that provides LLM-powered exception explanations.
Implemented using APPL.
Installation
pip install explerr
Usage
As a CLI tool
Instead of running your Python script with python, use expython:
expython your_script.py
As a Python package
from explerr import ExceptionWithExplanation
try:
# Your code here
result = 1 / 0
except Exception as e:
raise ExceptionWithExplanation(e)
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
explerr-0.1.0.tar.gz
(3.0 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 explerr-0.1.0.tar.gz.
File metadata
- Download URL: explerr-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.20.1 CPython/3.13.0 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb10ac709a96da0f367f72832ea6e2813f8113be835568682f27add01dcd081c
|
|
| MD5 |
80eb31d46ba250b950b6da003b27d3fd
|
|
| BLAKE2b-256 |
2d15df1957d67dabb28aebebec8efdbbd1db7861a6dcbe30776008a81746c58a
|
File details
Details for the file explerr-0.1.0-py3-none-any.whl.
File metadata
- Download URL: explerr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.20.1 CPython/3.13.0 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bc37047294ae09c5e0663b4323acc6ad0b5f1681126693ff21c120156cf7ae3
|
|
| MD5 |
7c24f7051eb7f5ecfbc83344e817508f
|
|
| BLAKE2b-256 |
2f6ba9ca6cb80e7f8d9b3242a7422b6524c99365e4fd899270f5bf01fba9a992
|