aroberge / ideasLinks
Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
☆85Updated last year
Alternatives and similar repositories for ideas
Users that are interested in ideas are comparing it to the libraries listed below
Sorting:
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- Unravelling Python source code☆191Updated last year
- Declarative instrumentation for Python.☆98Updated last week
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆52Updated 2 weeks ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆49Updated last month
- Pretty print the output of python stdlib `ast.parse`.☆195Updated last week
- Decorator which checks whether the function is called with the correct type of parameters.☆116Updated 2 months ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆52Updated 4 months ago
- Backport for type hinting generics in standard collections and union types as X | Y☆19Updated 4 years ago
- Annotate Python AST trees with source text and token information☆191Updated 2 weeks ago
- Friendlier Python tracebacks.☆87Updated 7 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆365Updated 3 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆59Updated last week
- Hypothesis strategies for generating Python programs, something like CSmith☆107Updated last year
- Operator overloading for fast anonymous functions.☆50Updated last week
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 2 months ago
- A Python type explainer!☆83Updated 2 years ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆435Updated 2 months ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated 3 years ago
- A terminal UI to inspect and explore Python objects☆277Updated last year
- A Python type checker☆375Updated last week
- generate random python code to test linter/formatter/and other tools☆53Updated last week
- distributed structured concurrency☆296Updated last month
- Proof-of-concept `record` type for Python☆30Updated last year
- Utilities for run-time type validation and multiple dispatch☆172Updated 3 weeks ago
- minimize python source code to find bugs more easily☆46Updated last week
- Instant visualization of Python AST and Code Objects☆143Updated last year
- Utilities for using Python's PEP 554 subinterpreters☆122Updated 2 months ago