Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 719 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 719 Bytes

ci

Clamfig

Features:

  • Serialization and deserialization of dataclass objects
    • Compatible with JSON/YAML formats
    • Supports nested dataclasses
    • Serializes the following additional types:
      • bytes
      • Decimal
      • datetime
  • Configuration file management using JSON or YAML format

Future Work

Acknowledgements