markshannon / pep622-critiqueLinks
Put all the objections to PEP 622 in one place.
☆32Updated 5 years ago
Alternatives and similar repositories for pep622-critique
Users that are interested in pep622-critique are comparing it to the libraries listed below
Sorting:
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- Extend Python syntax with HTML.☆89Updated 5 years ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆52Updated 4 months ago
- register-based CPython☆46Updated 2 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆145Updated 3 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated last week
- Decorator which checks whether the function is called with the correct type of parameters.☆117Updated 2 months ago
- The Python programming language☆47Updated 4 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆195Updated last week
- A new Python HTTP client for everybody☆83Updated 5 years ago
- Static Frame Stack Dependency Graph☆23Updated 3 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆60Updated last week
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆117Updated last week
- Use features of rejected PEPs☆11Updated 6 years ago
- Formatter for your Python unit tests☆106Updated 3 years ago
- Utilities for run-time type validation and multiple dispatch☆172Updated last week
- PostgreSQL client for Trio based on asyncpg☆46Updated last year
- The async transformation code.☆99Updated 2 months ago
- a re-implementation of the asyncio mainloop on top of Trio☆202Updated 8 months ago
- Automatic __slots__ for your Python classes☆69Updated 2 weeks ago
- Asyncio integration with sync code using greenlets.☆162Updated 11 months ago
- Reenter an asyncio or Trio event loop from synchronous code☆87Updated last year
- A Python type checker☆374Updated 2 weeks ago
- Run mypy and pyright over millions of lines of code☆103Updated last week
- The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.☆101Updated last month
- Network protocol implementations in Python, sans I/O☆150Updated 2 months ago
- A generic dependency-resolution library written in pure Python☆83Updated 5 years ago
- Tool for fixing trivial problems with your code.☆65Updated 2 years ago
- Conditional coverage based on any rules you define!☆79Updated 11 months ago