joajfreitas / fcp-core

MIT License
6 stars 1 forks source link

Type annotations + Type checking #27

Closed ItsNotSoftware closed 2 months ago

ItsNotSoftware commented 3 months ago

Added type annotation, type checking and changed deprecated serde library to newer implementation compatible with python type hints.

Note: If you had serde installed in your venv uninstall it and isntall pyserde (possible name conflit)

Closes #17