orsinium-labs / aopLinks
Aspect oriented programming for Python. Patch everything!
☆13Updated 6 years ago
Alternatives and similar repositories for aop
Users that are interested in aop are comparing it to the libraries listed below
Sorting:
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- Utilities for run-time type validation and multiple dispatch☆171Updated 2 months ago
- Declarative instrumentation for Python.☆92Updated 3 months ago
- PEG parser generator for Python☆183Updated 10 months ago
- Advanced macro expander and language lab for Python.☆69Updated 6 months ago
- Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/☆83Updated last year
- Minimalist but flexible Lexer/Parser tool in Python.☆60Updated 5 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆48Updated 4 months ago
- Decorator which checks whether the function is called with the correct type of parameters.☆116Updated last month
- Pattern Matching for Python 3.7+ in a simple, yet powerful, extensible manner.☆111Updated 2 years ago
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 3 years ago
- Pythonic task automation☆44Updated last year
- Operator overloading for fast anonymous functions.☆50Updated 2 weeks ago
- Proxies and wrappers for ordinary Python objects☆21Updated 10 years ago
- Transparent and persistent cache/serialization powered by type hints☆226Updated 2 weeks ago
- Automatic test case generation for python and static analysis library☆262Updated 3 years ago
- Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters☆53Updated 3 years ago
- A tool to auto generate the basic mocks and asserts for faster unit testing☆38Updated 2 years ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆431Updated last month
- Unexport is a linter that tries to keep the __all __ in your Python modules always up to date.☆23Updated 2 years ago
- Make implemented in pure Python☆72Updated last year
- python decorators made easy.☆24Updated last year
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Partial evaluation of Python code☆22Updated 2 years ago
- Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your te…☆98Updated 2 years ago
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- Python Parser