debug Python with claude.ai
Project description
claude-here
debug Python with claude.ai
usage
Just
pip install claude-here
then
import claude_here
and any uncaught exceptions will automatically launch a new conversation in claude.ai pre-filled with information for Claude to help you debug the error.
To debug something that isn't causing an exception, just add
breakpoint()
where you want to debug and it will automatically launch Claude with info about the current locals to help you debug.
nice things
Some extra features to note:
- If a
breakpointis hit multiple times, or an uncaught exception is raised after hitting abreakpoint, the information sent to Claude will be cumulative. - If
claude_heredetects thatwebbrowserwill use a text-based browser by default, it will instead print an OSC-8-compliant hyperlink to the terminal for you to open using a graphical browser. This is especially useful if you are debugging a remote machine.
breakpoint
breakpoint additionally supports some optional arguments:
msgcan be set to a string that will be included in the information sent to Claude.just_gather_info=Truewill gather information to send to Claude later (on an uncaught exception orbreakpointwithoutjust_gather_info=True) without actually launching Claude or thebase_debugger.base_debuggerdetermines the debugger to call in addition to launching Claude. Defaults to the previousbreakpointhandler, which by default ispdb.set_trace.
environment variables
claude_here supports some additional configuration via environment variables:
CLAUDE_HERE_PROJECT_IDcan be set to a Claude Projects UUID (https://claude.ai/project/<this-part-here-is-the-uuid>) to launch your debugging conversations in.CLAUDE_HERE_VERBOSITYcan be set to a positive integer that will determine how much information to send to Claude; the larger the value the more info is sent to Claude. Defaults to10.
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
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 claude_here-0.2.3.tar.gz.
File metadata
- Download URL: claude_here-0.2.3.tar.gz
- Upload date:
- Size: 44.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98756384951888b2899f70ebab4f412d3be25590ed53ae61677c636c80e7daf5
|
|
| MD5 |
4298388b55cb4910bef69c3020a75f79
|
|
| BLAKE2b-256 |
2fdaefa7f72deeff63c7be1b81f20933dfeb5a402b45e2dafdb2cbe6868c6e5d
|
File details
Details for the file claude_here-0.2.3-py3-none-any.whl.
File metadata
- Download URL: claude_here-0.2.3-py3-none-any.whl
- Upload date:
- Size: 53.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91ef75e905b9e16581a5f009f0d7e0912c983e01b2bcc7e9a7d79db114f879a7
|
|
| MD5 |
db0ec090a8b94f1e75f41d4e0e604949
|
|
| BLAKE2b-256 |
3176aba2f08a4deb70910e96f328cd11630e252edaa71a22cc49e3d5e89ce8f6
|