deploifai / meteorite

A fast and simple web server for machine learning models
https://pypi.org/project/meteorite
MIT License
8 stars 1 forks source link

Add type hints using PyO3 #7

Closed utkarsh867 closed 1 year ago

utkarsh867 commented 1 year ago

We would like to use the method 3 defined in this documentation: https://pyo3.rs/v0.18.3/python_typing_hints#including-pyi-files-in-your-pyo3maturin-build-package

We can create stubs for it in the package itself.