albertz / py_better_exchook
nice Python exception hook replacement
☆42Updated 2 weeks ago
Alternatives and similar repositories for py_better_exchook:
Users that are interested in py_better_exchook are comparing it to the libraries listed below
- Run async workflows using pytest-fixtures-style dependency injection☆34Updated last year
- Delayed iteration for polling and retries.☆30Updated 4 months ago
- A hack that allows you to use different versions of the same library in the same Python process without clashes☆90Updated 13 years ago
- Discover and load entry points from installed packages☆74Updated 3 months ago
- ☆43Updated 7 months ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Porting Ruby's Forwardable module to Python☆45Updated 5 years ago
- attach to running Python process☆113Updated last year
- A wrapper around the stdlib `tokenize` which roundtrips.☆52Updated this week
- Simple, efficient and dependency-free binary (de)serialization using type annotations.☆18Updated 8 months ago
- Python shell environment that combines the expressiveness of shell pipelines with the prower of python iterators☆24Updated 9 months ago
- Decorator library to configure function arguments☆38Updated 2 years ago
- Formats Python code to follow a consistent style☆94Updated last year
- Bulletproof concurrent.futures☆52Updated 2 years ago
- A graph query engine☆16Updated last month
- Fast property caching☆17Updated last week
- A Python utility which uses GDB to inject a telnet-able PDB session into an existing process☆57Updated 10 years ago
- gametight lightweight caching library for python☆64Updated 2 years ago
- Python module to add support for ORM-style filtering to any list of items☆22Updated 6 years ago
- 🔪🧀 API for creating and inspecting Python .whl files (wheels)☆27Updated 4 months ago
- CLI based diff viewer☆23Updated 3 years ago
- ⚱️ Lightweight, self-contained templating for Python 2 and 3, a la Dust templates☆54Updated last year
- Display Python source code and bytecode side-by-side at the command line☆23Updated last year
- ☆48Updated last year
- Implement SQLite table-valued functions with Python