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:
- Write compiled bytecode inline with pure Python. π€β80Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performanceβ50Updated 2 months ago
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module gloβ¦β52Updated last month
- Get information about what a Python frame is currently doing, particularly the AST node being executedβ364Updated last month
- Declarative instrumentation for Python.β91Updated 2 months ago
- Friendlier Python tracebacks.β85Updated 5 months ago
- Pretty print the output of python stdlib `ast.parse`.β197Updated last week
- Decorator which checks whether the function is called with the correct type of parameters.β114Updated 2 weeks ago
- Unravelling Python source codeβ190Updated last year
- A wrapper around the stdlib `tokenize` which roundtrips.β58Updated last week
- A Python type explainer!β83Updated 2 years ago
- Put all the objections to PEP 622 in one place.β32Updated 5 years ago
- Backport for type hinting generics in standard collections and union types as X | Yβ18Updated 4 years ago
- Instant visualization of Python AST and Code Objectsβ141Updated last year
- Operator overloading for fast anonymous functions.β50Updated this week
- register-based CPythonβ46Updated 2 years ago
- generate random python code to test linter/formatter/and other toolsβ51Updated this week
- Compiled variants of the Python standard library.β139Updated last year
- A TUI disassemblerβ121Updated 2 months ago
- η« TatSu generates Python parsers from grammars in a variation of EBNFβ430Updated this week
- Four-wheel drive for asyncio.β80Updated 2 weeks ago
- A terminal UI to inspect and explore Python objectsβ275Updated 10 months ago
- Automatic __slots__ for your Python classesβ69Updated 9 months ago
- Proof-of-concept `record` type for Pythonβ30Updated last year
- 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 5 months ago
- A simple immutable dictionary for Pythonβ166Updated 7 months ago
- distributed structured concurrencyβ295Updated this week
- Extend Python syntax with HTML.β89Updated 5 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)β68Updated 3 years ago
- An in-memory database of Python objects, searchable using quasi-SQL APIβ171Updated 4 months ago