aroberge / ideas
Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
☆81Updated last year
Alternatives and similar repositories for ideas:
Users that are interested in ideas are comparing it to the libraries listed below
- Over 600 fast Python bindings to the CPython C API. 🤯☆59Updated 6 months ago
- Put all the objections to PEP 622 in one place.☆32Updated 4 years ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆49Updated 2 weeks ago
- Write compiled bytecode inline with pure Python. 🤖☆75Updated 6 months ago
- Proof-of-concept `record` type for Python☆30Updated 11 months ago
- Unravelling Python source code☆188Updated 11 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆52Updated last month
- Utilities for run-time type validation and multiple dispatch☆164Updated 2 weeks ago
- Declarative instrumentation for Python.☆88Updated this week
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆49Updated 6 months ago
- ☆35Updated 2 months ago
- A Python type explainer!☆81Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆63Updated 3 years ago
- Operator overloading for fast anonymous functions.☆50Updated 2 weeks ago
- Retrieve information from typeshed and other typing stubs☆22Updated 2 months ago
- Pretty print the output of python stdlib `ast.parse`.☆192Updated last month
- Vendorize packages from PyPI☆103Updated 7 months ago
- Friendlier Python tracebacks.☆79Updated 7 months ago
- Extend Python syntax with HTML.☆88Updated 4 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆142Updated 2 years ago
- A minimal re-implementation of Python's `venv` module☆135Updated 9 months ago
- Utilities based on Pythons iterators and generators.☆95Updated 5 months ago
- A command line tool, to simplify vendoring pure Python dependencies.☆80Updated last week
- Hypothesis strategies for generating Python programs, something like CSmith☆99Updated last year
- Four-wheel drive for asyncio.☆67Updated last week
- Reference implementation of sentinels for the Python stdlib☆39Updated 5 months ago
- generate random python code to test linter/formatter/and other tools☆42Updated 2 weeks ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆99Updated this week
- Decorator which checks whether the function is called with the correct type of parameters.☆110Updated 2 months ago
- Backport for type hinting generics in standard collections and union types as X | Y☆19Updated 3 years ago