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:
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated 2 months ago
- Unravelling Python source code☆188Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆67Updated 3 years ago
- Write compiled bytecode inline with pure Python. 🤖☆77Updated 10 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆358Updated 3 weeks ago
- Friendlier Python tracebacks.☆83Updated 2 months ago
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆50Updated last week
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated 10 months ago
- Decorator which checks whether the function is called with the correct type of parameters.☆112Updated 3 weeks ago
- Declarative instrumentation for Python.☆90Updated 3 months ago
- A Python type explainer!☆82Updated last year
- ☆45Updated 10 months ago
- Utilities for run-time type validation and multiple dispatch☆167Updated 4 months ago
- Proof-of-concept `record` type for Python☆30Updated last year
- Query Python AST elements by using CSS Selector-like syntax☆36Updated 3 years ago
- Four-wheel drive for asyncio.☆74Updated 4 months ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 2 weeks ago
- Tool to automatically replace 'import *' in Python files with explicit imports☆180Updated last month
- Operator overloading for fast anonymous functions.☆50Updated 3 weeks ago
- Single-file alternative to python-requests☆285Updated 3 weeks ago
- Compiled variants of the Python standard library.☆139Updated last year
- A Textual-based Python AST viewing widget library and application☆93Updated last year
- Annotate Python AST trees with source text and token information☆183Updated 2 weeks ago
- Instant visualization of Python AST and Code Objects☆139Updated last year
- Declarative CLI argument parser☆158Updated this week
- A JSON-friendly data structure which allows both object attributes and dictionary keys and values to be used simultaneously and interchan…☆100Updated last year
- Dynamically create python functions with a proper signature.☆129Updated last month
- Reenter an asyncio or Trio event loop from synchronous code☆84Updated last year
- SPy language☆342Updated this week
- ☆36Updated 3 weeks ago