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:
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆50Updated last month
- Unravelling Python source code☆188Updated last year
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆43Updated last month
- Write compiled bytecode inline with pure Python. 🤖☆78Updated 10 months ago
- Proof-of-concept `record` type for Python☆30Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆67Updated 3 years ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated last week
- Backport for type hinting generics in standard collections and union types as X | Y☆18Updated 4 years ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated 2 weeks ago
- Put all the objections to PEP 622 in one place.☆32Updated 4 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated 10 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆358Updated last month
- A Python type explainer!☆83Updated 2 years ago
- Declarative instrumentation for Python.☆91Updated last week
- Friendlier Python tracebacks.☆85Updated 3 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆57Updated last week
- Four-wheel drive for asyncio.☆76Updated 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…☆138Updated 3 months ago
- Decorator which checks whether the function is called with the correct type of parameters.☆112Updated last month
- Annotate Python AST trees with source text and token information☆183Updated last month
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 2 months ago
- Operator overloading for fast anonymous functions.☆50Updated this week
- Extend Python syntax with HTML.☆89Updated 4 years ago
- ☆45Updated 11 months ago
- Utilities for run-time type validation and multiple dispatch☆168Updated 4 months ago
- A real QUICK Qt5 based gUI generator for ClicK☆199Updated 10 months ago
- A library for creating text-based graphs in the terminal☆169Updated last year
- Create reproducible installations for a virtual environment from a lock file☆85Updated 4 months ago
- An in-memory database of Python objects, searchable using quasi-SQL API☆169Updated 2 months ago