MichaelSchneeberger / dataclass-abcLinks
A Python library that allows you to define abstract properties for dataclasses, bridging the gap between abstract base classes (ABCs) and dataclasses.
☆17Updated last month
Alternatives and similar repositories for dataclass-abc
Users that are interested in dataclass-abc are comparing it to the libraries listed below
Sorting:
- Python Typing Intersection examples☆49Updated last year
- ☆19Updated 2 months ago
- Typed environment variable parsing for Python☆18Updated this week
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆68Updated 3 years ago
- pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)☆76Updated this week
- ☆55Updated last week
- replace '__all__' with '@public.add' decorator☆15Updated 4 years ago
- modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph …☆46Updated 2 years ago
- Run mypy and pyright over millions of lines of code☆102Updated this week
- Capture the outcome of Python function calls☆35Updated 6 months ago
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆56Updated last year
- Operator overloading for fast anonymous functions.☆50Updated this week
- python decorators made easy.☆24Updated last year
- A low-level library for installing from a Python wheel distribution.☆137Updated this week
- Mypy language server: runs mypy on Python code to provide type checking, go to definition, and hover.☆34Updated 4 years ago
- Use JSON Schema for type checking in Python☆40Updated last year
- Pytest plugin for trio☆58Updated last week
- Extensions for mypy☆148Updated 5 months ago
- A Python Enum that inherits from str.☆119Updated last year
- A collection of extra types and features for mypy☆34Updated last week
- Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.☆84Updated last year
- 🦆 Better read-only Protocols for mypy☆21Updated 2 months ago
- Re-apply type annotations from .pyi stubs to your codebase.☆144Updated 3 years ago
- Low-level IO utilities for PosgtreSQL drivers.☆34Updated 11 months ago
- A generic dependency-resolution library written in pure Python☆83Updated 5 years ago
- backport of lib2to3, with enhancements☆53Updated 9 months ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆114Updated last week
- A rust port of Python stdlib's graphlib☆27Updated 2 years ago
- flake8 plugin which checks that typing imports are properly guarded☆50Updated this week
- Automated testing for the examples in your documentation.☆80Updated 2 months ago