-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Edoardo Federici edited this page Dec 7, 2024
·
2 revisions
Janus is a powerful Python library for data validation, serialization, and schema versioning. It provides developers with tools to ensure data integrity and compatibility with minimal effort.
- Comprehensive data validation with nested schema support.
- Flexible data serialization into JSON and YAML formats.
- Robust schema versioning for API evolution.
- Extensible with custom validation rules.
- Lightweight and optimized for performance.
- Python
>=3.7
- PyYAML
>=6.0