woodruffw / pyrage

Python bindings for rage (age in Rust)
https://pypi.org/project/pyrage/
MIT License
53 stars 7 forks source link

Type hints #5

Closed woodruffw closed 2 years ago

woodruffw commented 2 years ago

This library should provide MyPy-compatible type hints.

Ref: https://pyo3.rs/main/python_typing_hints.html

woodruffw commented 2 years ago

It turns out this is a little annoying, since we have submodules (e.g. pyrage.x25519). I think a separate pyrage-types package is probably right approach.