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 2 years ago
Alternatives and similar repositories for ideas
Users that are interested in ideas are comparing it to the libraries listed below
Sorting:
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆52Updated 5 months ago
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆49Updated 2 months ago
- Unravelling Python source code☆191Updated last year
- Declarative instrumentation for Python.☆100Updated this week
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- Friendlier Python tracebacks.☆87Updated 8 months ago
- Proof-of-concept `record` type for Python☆30Updated last year
- Annotate Python AST trees with source text and token information☆192Updated 2 weeks ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated this week
- Backport for type hinting generics in standard collections and union types as X | Y☆19Updated 4 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆60Updated this week
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆368Updated 3 months ago
- A Python type explainer!☆83Updated 2 years ago
- Decorator which checks whether the function is called with the correct type of parameters.☆117Updated 3 months ago
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆52Updated last month
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated 3 weeks ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆436Updated 2 months ago
- Utilities for run-time type validation and multiple dispatch☆172Updated 2 weeks ago
- generate random python code to test linter/formatter/and other tools☆53Updated 2 weeks ago
- minimize python source code to find bugs more easily☆46Updated 2 weeks ago
- Extend Python syntax with HTML.☆89Updated 5 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- A terminal UI to inspect and explore Python objects☆276Updated last year
- A Python type checker☆376Updated 3 weeks ago
- ☆46Updated last month
- Operator overloading for fast anonymous functions.☆50Updated last week
- ☆37Updated 3 weeks ago
- Automatic __slots__ for your Python classes☆69Updated 3 weeks ago
- a placeholder☆29Updated last year