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:
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆53Updated last month
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- Friendlier Python tracebacks.☆88Updated 8 months ago
- Backport for type hinting generics in standard collections and union types as X | Y☆19Updated 4 years ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆52Updated 5 months ago
- Unravelling Python source code☆191Updated last year
- Declarative instrumentation for Python.☆100Updated this week
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆70Updated last month
- Proof-of-concept `record` type for Python☆30Updated last year
- generate random python code to test linter/formatter/and other tools☆53Updated last week
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆49Updated 3 months ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 3 weeks ago
- Decisions by the Python Typing Council☆49Updated last year
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆368Updated 4 months ago
- Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool feat…☆140Updated 9 months ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- minimize python source code to find bugs more easily☆46Updated last week
- A Python type checker☆377Updated last month
- Extend Python syntax with HTML.☆89Updated 5 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆61Updated 3 weeks ago
- Hypothesis strategies for generating Python programs, something like CSmith☆109Updated last year
- Decorator which checks whether the function is called with the correct type of parameters.☆117Updated this week
- A Python type explainer!☆83Updated 2 years ago
- Python variant types that work with match☆54Updated last year
- Four-wheel drive for asyncio.☆81Updated 3 months ago
- Operator overloading for fast anonymous functions.☆50Updated 2 weeks ago
- Annotate Python AST trees with source text and token information☆192Updated this week
- ☆37Updated last month
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 4 months ago