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. 🤖☆75Updated 8 months ago
- Utilities for run-time type validation and multiple dispatch☆165Updated 2 months ago
- Operator overloading for fast anonymous functions.☆50Updated 2 months ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆49Updated 3 weeks ago
- Declarative instrumentation for Python.☆89Updated last month
- ☆45Updated 9 months ago
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆50Updated 8 months ago
- Friendlier Python tracebacks.☆83Updated last month
- Put all the objections to PEP 622 in one place.☆32Updated 4 years ago
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆41Updated last year
- Unravelling Python source code☆188Updated last year
- Over 600 fast Python bindings to the CPython C API. 🤯☆60Updated 8 months ago
- Vendorize packages from PyPI☆103Updated 9 months ago
- Tool for fixing trivial problems with your code.☆63Updated last year
- The Python programming language☆47Updated 4 years ago
- A Python type explainer!☆81Updated last year
- generate random python code to test linter/formatter/and other tools☆43Updated this week
- minimize python source code to find bugs more easily☆37Updated this week
- Minimalist but flexible Lexer/Parser tool in Python.☆60Updated 4 years ago
- ☆36Updated last week
- A wrapper around the stdlib `tokenize` which roundtrips.☆55Updated this week
- Pretty print the output of python stdlib `ast.parse`.☆195Updated this week
- A Textual-based Python AST viewing widget library and application☆92Updated last year
- Adaptive fuzzing of Hypothesis tests☆88Updated this week
- Decorator which checks whether the function is called with the correct type of parameters.☆111Updated 4 months ago
- (not ready yet) A simple but powerful job scheduler for Trio programs☆66Updated 4 years ago
- Annotate Python AST trees with source text and token information☆181Updated last month
- Python variant types that work with match☆50Updated last year
- Hypothesis strategies for generating Python programs, something like CSmith☆102Updated last year
- Retrieve information from typeshed and other typing stubs☆23Updated 2 weeks ago