devopspp / pyliveupdateLinks
A runtime python code manipulation framework for profiling, debugging and bugfixing
☆65Updated 3 years ago
Alternatives and similar repositories for pyliveupdate
Users that are interested in pyliveupdate are comparing it to the libraries listed below
Sorting:
- A Python type explainer!☆83Updated 2 years ago
- A simple project to explore the number of GCs when doing basic ORM work.☆25Updated 4 years ago
- Declarative instrumentation for Python.☆100Updated this week
- Instant visualization of Python AST and Code Objects☆144Updated last year
- A tool to auto generate the basic mocks and asserts for faster unit testing☆38Updated 2 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆70Updated last month
- Patch the inner source of python functions at runtime.☆210Updated this week
- Query Python AST elements by using CSS Selector-like syntax☆35Updated 3 years ago
- Grep Python Abstract Syntax Trees (AST) using XPath☆104Updated this week
- extracted --boxed from pytest-xdist to ensure backward compat☆75Updated last year
- A minimal re-implementation of Python's `venv` module☆139Updated 5 months ago
- Formatter for your Python unit tests☆106Updated 3 years ago
- Lightweight, decorator-based Python implementation of a Finite State Machine☆113Updated 2 years ago
- Tutorial to contribute to the CPython project☆49Updated 2 years ago
- ☆30Updated 2 years ago
- Readable, pleasing console output for Python☆50Updated 2 years ago
- Pytest plugin for analyzing resource usage during test sessions☆180Updated last year
- Adaptive fuzzing of Hypothesis tests☆104Updated last month
- Pythonic task automation☆44Updated last year
- Hypothesis strategies for generating Python programs, something like CSmith