Argsv: The Missing Piece in Your Python Validation Toolkit

argsv is a library for validating arguments passed to callables. With this library, you can validate arguments sent to callables in a simpler, more readable, and well-defined context. – mimseyedi/a… Read more

Similar

Python Data Classes

Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special method s such as__init__() and__repr__() to user-defined classes. It was or... (more…)

Read more »