pysynthetic
Class builder
A set of tools that simplify Python class creation by reducing boilerplate code and enforcing type checking.
👴🏻 Easy Python class writing and type checking
15 stars
3 watching
6 forks
Language: Python
last commit: over 2 years ago pythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 350 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
contains-io/typet | A Python library that simplifies type checking and validation in object-oriented coding | 22 |
openstack/hacking | Automates style checks and code review to enforce uniform coding standards across large projects. | 240 |
jorenham/optype | A library that provides runtime-checkable type protocols for operator overloading in Python | 24 |
tin2tin/python_stylechecker_for_blender | Enables Pycodestyle to be integrated into Blender's Text Editor for Python code quality checking | 13 |
kotlinisland/basedmypy | A Python static type checker with additional features to improve typing and error reporting. | 148 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
luttik/auto-optional | Enforces consistent use of optional type annotations in Python code | 17 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 107 |
messense/typst-py | Provides a Python interface to compile and query markup-based typesetting system typst. | 126 |
siddhuwarrier/python-typeutils | A utility library that provides a type checking decorator for Python functions. | 1 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 72 |