Metadata-Version: 2.4
Name: strongtyping-pyoverload
Version: 0.4.4.post4
Summary: Runtime method overload decorator to simulate C/C++ behavior of having multiple functions with the same name but different parameters.
Author-email: FelixTheC <fberndt87@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/FelixTheC/py-overload
Project-URL: Repository, https://github.com/FelixTheC/py-overload
Project-URL: Documentation, https://strongtyping-pyoverload.readthedocs.io/en/latest/
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: strongtyping>=3.11.4
Requires-Dist: twine>=6.2.0

# strongtyping-pyoverload
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)
[![Python 3.13](https://img.shields.io/badge/python-3.13-blue.svg)](https://www.python.org/downloads/release/python-3130/)
[![Python 3.14](https://img.shields.io/badge/python-3.14-blue.svg)](https://www.python.org/downloads/release/python-3140/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
![Python application](https://github.com/FelixTheC/py-overload/workflows/Python%20application/badge.svg)
![Python tox](https://github.com/FelixTheC/py-overload/workflows/Python%20tox/badge.svg)
![image](https://codecov.io/gh/FelixTheC/py-overload/graph/badge.svg)
![](https://img.shields.io/pypi/dm/pyoverload)

## A Runtime method overload decorator which add overloading capacity similar to C++
- there is a `override` decorator from `typing` which works only for static type checking
- this decorator works on `runtime`


## Documentation can be found here
### [readthedocs](https://strongtyping-pyoverload.readthedocs.io/en/latest/)
