Metadata-Version: 2.0
Name: MyDiPy
Version: 0.0.1
Summary: Function overloading, type checking, multiple dispatch, inheritance, and casting in Python 3.5+
Home-page: https://github.com/long-m-r/MyDiPy
Author: Matthew Long
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Requires-Dist: infix

Runtime-enforced type checking, method/function overloading, multiple dispatch, inheritance, and casting for Python 3.5+. Uses MyPy/PEP 484-style annotations but where it actually is enforced at runtime.


