dtype-decorate

Data type checkers

A library of decorators to enforce data type constraints on function attributes

Mini-library for data-type check and conversion decorators.

GitHub

0 stars
2 watching
0 forks
Language: Python
last commit: over 7 years ago

Related projects:

Repository Description Stars
emludei/checktype A decorator that checks function arguments and return types at runtime. 0
felixthec/strongtyping A decorator that checks function parameters at runtime for correct type compatibility. 108
joshpurvis/stifle A decorator that enables pseudo-static typing of Python functions 1
kotlinisland/basedmypy A Python type checker built to resolve issues with the mypy project and Python's typing system 143
dmxlarchey/kruskal-finite Tools for proving properties about finite types and predicates using proof assistants 0
contains-io/typet A Python library that simplifies type checking and validation in object-oriented coding 22
zeeman/promises A type checking library for Python that uses a promise-based syntax to validate function arguments and return types. 0
ebeweber/flake8-mutable An extension for flake8 to flag functions with mutable default arguments. 44
cdepillabout/pretty-simple A tool to prettify Haskell data types with Show instances in an easy-to-read format 243
orsinium-labs/typeforce A tool to simplify Python package maintenance by automating type checking and stub installation. 19
greyblake/nutype A tool that adds extra constraints to the newtype pattern in Rust 1,418
mariusvniekerk/pytest-monkeytype A pytest plugin that generates annotations and stubs for Python modules based on their type definitions 43
ethanhs/python-typecheckers A comprehensive collection of Python type checkers, categorized by syntax and execution time. 62
decorator-factory/flake8-pep585 A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. 22
quora/pyanalyze A tool to analyze Python code for type errors and other issues 343