aroberge / ideasLinks
Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
☆83Updated last year
Alternatives and similar repositories for ideas
Users that are interested in ideas are comparing it to the libraries listed below
Sorting:
- Unravelling Python source code☆189Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆50Updated last month
- Friendlier Python tracebacks.☆85Updated 4 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆358Updated this week
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆51Updated last month
- Write compiled bytecode inline with pure Python. 🤖☆79Updated 11 months ago
- Declarative instrumentation for Python.☆91Updated last month
- ☆36Updated this week
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated last week
- Proof-of-concept `record` type for Python☆30Updated last year
- ☆45Updated 11 months ago
- distributed structured concurrency☆292Updated this week
- Four-wheel drive for asyncio.☆76Updated 5 months ago
- Backport for type hinting generics in standard collections and union types as X | Y☆18Updated 4 years 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…☆139Updated 4 months ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated last week
- Operator overloading for fast anonymous functions.☆50Updated last week
- Annotate Python AST trees with source text and token information☆183Updated last month
- A JSON-friendly data structure which allows both object attributes and dictionary keys and values to be used simultaneously and interchan…☆100Updated last year
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆429Updated last month
- Utilities for run-time type validation and multiple dispatch☆169Updated 2 weeks ago
- A TUI disassembler☆121Updated 2 weeks ago
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆43Updated last month
- generate random python code to test linter/formatter/and other tools☆44Updated last week
- Automatic __slots__ for your Python classes☆68Updated 8 months ago
- Easy and elegant parser combinators for Python. With awesome docs.☆403Updated 7 months ago
- Decorator which checks whether the function is called with the correct type of parameters.☆112Updated 2 months ago
- Extend Python syntax with HTML.☆89Updated 4 years ago
- A Python type explainer!☆83Updated 2 years ago