decorator-factory / typing-tipsLinks
collection of short articles about Python's gradual typing system
☆7Updated 5 months ago
Alternatives and similar repositories for typing-tips
Users that are interested in typing-tips are comparing it to the libraries listed below
Sorting:
- Replacing Python's type system.☆18Updated last month
- Based Python static type checker with baseline, sane default settings and based typing features☆192Updated last month
- Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module glo…☆50Updated last month
- Try Pyright in your browser☆21Updated last year
- Collecting examples of unsoundness in the Python type system☆61Updated 2 weeks ago
- Phantom types for Python.☆223Updated last week
- Useful types for Python☆139Updated last month
- Retrieve information from typeshed and other typing stubs☆28Updated last week
- Statically typed, purely functional effects for Python.☆88Updated last year
- Write short and fully-typed lambdas where you need them.☆280Updated last year
- General messing around with the internals of python☆16Updated last year
- Decisions by the Python Typing Council☆48Updated 10 months ago
- ☆57Updated last week
- A Python type checker☆370Updated this week
- Reusable constraint types to use with typing.Annotated☆563Updated 3 weeks ago
- Write compiled bytecode inline with pure Python. 🤖☆78Updated 11 months ago
- dead simple python dead code detection☆368Updated 2 weeks ago
- A fully type-checked asynchronous ORM wrapped around asyncpg. In the beta stage.☆18Updated last year
- a tool to detect test pollution☆193Updated this week
- Design-by-contract in Python3 with informative violation messages and inheritance