aroberge / ideasLinks
Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
☆87Updated 2 years ago
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. 🤖☆82Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated 6 months ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- Friendlier Python tracebacks.☆88Updated 9 months ago
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆53Updated 2 weeks ago
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆49Updated 4 months ago
- Unravelling Python source code☆191Updated last year
- Declarative instrumentation for Python.☆102Updated 3 weeks ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆71Updated 2 months ago
- Backport for type hinting generics in standard collections and union types as X | Y☆19Updated 4 years ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆369Updated 5 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆61Updated last month
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 5 months ago
- generate random python code to test linter/formatter/and other tools☆54Updated this week
- Decorator which checks whether the function is called with the correct type of parameters.☆117Updated last month
- A terminal UI to inspect and explore Python objects☆277Updated last year
- A TUI disassembler☆121Updated 6 months ago
- Proof-of-concept `record` type for Python☆30Updated last year
- Retrieve information from typeshed and other typing stubs☆30Updated last month
- Pretty print the output of python stdlib `ast.parse`.☆197Updated 3 weeks ago
- Utilities for run-time type validation and multiple dispatch☆172Updated 2 months ago
- minimize python source code to find bugs more easily☆48Updated this week
- Annotate Python AST trees with source text and token information☆192Updated last month
- Create reproducible installations for a virtual environment from a lock file☆85Updated 2 months ago
- ☆47Updated last month
- Operator overloading for fast anonymous functions.☆50Updated last week
- A fast and flexible reimplementation of data classes☆85Updated 3 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆110Updated last year
- A real QUICK Qt5 based gUI generator for ClicK☆200Updated last year