beartype

Package — ValidationPython 3.7+Intermediate

Ultra-fast runtime type checking via decorators

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install beartype

Learn by Difficulty

Quick Example

python
# Install: pip install beartype
import beartype

# Basic beartype usage
print(f"Using beartype")
# See documentation for detailed examples

beartype is a third-party package. Ultra-fast runtime type checking via decorators. Install with: pip install beartype

Try in Playground

Tags

packagevalidationschemadata-quality