This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
ZnInit 0.1.3
Changelog
- add
pip install zninit[typeguard]
as an optional dependency for type checking at runtime Descriptor(check_type=True)
will now evaluate the type when calling__set__
against the annotation.
What's Changed
- replace flake8 with ruff by @PythonFZ in #5
- add annotations and runtime type checking by @PythonFZ in #6
Full Changelog: v0.1.2...v0.1.3