orf / inlinerLinks
Automagically inline python methods
☆111Updated 10 years ago
Alternatives and similar repositories for inliner
Users that are interested in inliner are comparing it to the libraries listed below
Sorting:
- Python code object transformers☆184Updated last year
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆200Updated 2 years ago
- Powerful Python library for atomic file writes.☆319Updated 3 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆317Updated 2 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆223Updated last year
- A fast and thorough lazy object proxy.☆262Updated 2 months ago
- Recursive descent parsing library for Python based on functional combinators☆355Updated last year
- Run a subprocess in a pseudo terminal☆230Updated 3 months ago
- Profile python programs and view them with kcachegrind☆167Updated 4 years ago
- A simple immutable mapping for python☆116Updated 3 years ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated 2 weeks ago
- Python module to modify bytecode☆323Updated this week
- Memory efficient Python objects☆368Updated 3 weeks ago
- Python Meta Programming☆147Updated 3 years ago
- A fast and memory efficient LRU cache for Python☆279Updated last week
- IDE allow you to refactor code, Baron allows you to write refactoring code.☆298Updated 3 years ago
- Enabling CPython multi-core parallelism via subinterpreters.☆246Updated 3 years ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- Serialization library for Exceptions and Tracebacks.☆177Updated last week
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- ☆608Updated 8 years ago
- face Python bytecode metaprogramming API fork☆71Updated 4 years ago
- An experiment to use infix operators in Python☆57Updated 6 years ago
- Discover and load entry points from installed packages☆76Updated 10 months ago
- An argparse wrapper that doesn't make you say "argh" each time you deal with it.☆378Updated last month
- Re-apply type annotations from .pyi stubs to your codebase.☆144Updated 3 years ago
- Modified fork of CPython's ast module that parses `# type:` comments☆232Updated 2 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- For Python3, e.g. @typecheck add_count(count: int, when: any(datetime, timedelta) = datetime.now)☆169Updated 4 years ago