Metadata-Version: 2.1
Name: sob
Version: 1.50.2
Summary: A type-enforced framework for serializing and deserializing JSON
Home-page: https://github.com/enorganic/sob
Author-email: david@belais.me
License: MIT
Keywords: serial
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml (>2)
Requires-Dist: iso8601 (~=1.1)
Requires-Dist: more-itertools (<10.0,>=9.1)

# sob

[![test-distribute](https://github.com/enorganic/sob/actions/workflows/test-distribute.yml/badge.svg)](https://github.com/enorganic/sob/actions/workflows/test-distribute.yml)

`sob` is an object serialization/deserialization library intended to facilitate
authoring of API models which are readable and introspective, and to expedite
code and data validation and testing.
