aroberge / ideasLinks
Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
☆84Updated last year
Alternatives and similar repositories for ideas
Users that are interested in ideas are comparing it to the libraries listed below
Sorting:
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆52Updated 2 months ago
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- Backport for type hinting generics in standard collections and union types as X | Y☆19Updated 4 years ago
- Unravelling Python source code☆191Updated last year
- generate random python code to test linter/formatter/and other tools☆52Updated last week
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated 3 months ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- Friendlier Python tracebacks.☆87Updated 6 months ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated 3 weeks ago
- Declarative instrumentation for Python.☆92Updated 3 months ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated 3 years ago
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆48Updated last month
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆365Updated 2 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆59Updated 3 weeks ago
- Continuous Range, RangeSet, and RangeDict data structures for Python☆101Updated 2 years ago
- Proof-of-concept `record` type for Python☆30Updated last year
- Utilities for run-time type validation and multiple dispatch☆171Updated last week
- An unofficial, importable pip API☆118Updated 2 weeks ago
- ☆37Updated 2 months ago
- A Python type checker☆376Updated 2 weeks ago
- Annotate Python AST trees with source text and token information☆191Updated this week
- A Python type explainer!☆83Updated 2 years ago
- Decisions by the Python Typing Council☆48Updated last year
- Python variant types that work with match☆54Updated last year
- Operator overloading for fast anonymous functions.☆50Updated 2 weeks ago
- Decorator which checks whether the function is called with the correct type of parameters.☆116Updated last month
- Run pytest inside a sub interpreter☆23Updated last year
- distributed structured concurrency☆296Updated last month
- Compiled variants of the Python standard library.☆139Updated last year
- Retrieve information from typeshed and other typing stubs☆29Updated last month