madbg
yaspin
madbg | yaspin | |
---|---|---|
4 | 1 | |
246 | 773 | |
- | - | |
4.4 | 5.6 | |
about 1 year ago | 2 months ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
madbg
-
Debugging running Python scripts with PDB via GDB
Probably worth mention madbg⁽¹⁾, a fully-featured remote and preemptive debugger for Python with both a CLI and an API, that allows attaching to running programs preemptively (but does not require gdb).
⁽¹⁾https://github.com/kmaork/madbg
-
This Week in Python
madbg – A fully-featured remote debugger for python
- A fully-featured remote debugger for Python
-
Retain output sent to file from a background process
That's going to be hard; I guess you can use some debugger to attach to that process and tell it to flush. A quick google gave me https://github.com/kmaork/madbg, didn't try it, but if it works it should be to attach and run sys.stdout.flush().
yaspin
-
Access LangChain with ChatGPT right from your CLI
https://pypi.org/project/yaspin/ (alternatives often aren't pipe/redirect-safe)
What are some alternatives?
scapy - Scapy: the Python-based interactive packet manipulation program & library.
python-prompt-toolkit - Library for building powerful interactive command line applications in Python
telminal - A Terminal in Telegram!
click - Python composable command line interface toolkit
img2cmap - Create colormaps from images
spline - Spline is a tool that is capable of running locally as well as part of well known pipelines like Jenkins (Jenkinsfile), Travis CI (.travis.yml) or similar ones.
gdb-dashboard - Modular visual interface for GDB in Python
kube-shell - Kubernetes shell: An integrated shell for working with the Kubernetes
ScoutSuite - Multi-Cloud Security Auditing Tool
asciimatics - A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
pymg - pymg is a CLI that can interpret Python files by the Python interpreter and display the error message in a more readable way if an exception occurs.
Python Fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.