user202729 / pyrasite-ng
Inject code into running Python processes
☆26Updated last year
Alternatives and similar repositories for pyrasite-ng:
Users that are interested in pyrasite-ng are comparing it to the libraries listed below
- Linux AIO c python bindings☆66Updated 2 weeks ago
- Sniff out which async library your code is running under☆129Updated 11 months ago
- A fully-featured remote and preemptive debugger for python☆267Updated 4 months ago
- Serialization library for Exceptions and Tracebacks.☆166Updated 5 months ago
- Reenter an asyncio or Trio event loop from synchronous code☆83Updated 11 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆344Updated last week
- CPU parallelism for Trio☆57Updated 3 weeks ago
- a re-implementation of the asyncio mainloop on top of Trio☆190Updated 9 months ago
- Read/Write Lock - synchronization primitive for asyncio☆147Updated this week
- A fast and thorough lazy object proxy.☆251Updated 2 months ago
- aiosignal: a list of registered asynchronous callbacks☆136Updated this week
- A python debugger that can attach to running processes.☆35Updated last year
- PEP 567 Backport☆88Updated 5 years ago
- Run mypy and pyright over millions of lines of code☆63Updated last month
- A file-based ORM for Python dataclasses.☆204Updated 2 months ago
- Functional plumbing for Python☆208Updated last year
- Deserialize to objects while staying DRY☆159Updated last year
- Flamegraph generator for cProfile stats☆249Updated last year
- Applying JSON Patches in Python☆459Updated 5 months ago
- the missing toolbox for an async world☆277Updated this week
- Autologging automates logging setup and method tracing for Python classes.☆50Updated 8 months ago
- itertools and builtins for AsyncIO and mixed iterables☆249Updated last month
- OFFICIAL MIRROR. An asyncio event loop using Linux io_uring and kTLS.☆212Updated 2 years ago
- Async to sync converter☆76Updated last year
- A CLI and pre-commit hook to fix future annotations☆36Updated last year
- All-Inclusive Python Projects☆110Updated last week
- Over 600 fast Python bindings to the CPython C API. 🤯☆59Updated 4 months ago
- pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.☆81Updated 2 months ago
- Type hints for Trio and related projects☆28Updated 3 months ago
- Automagically import missing modules in IPython.