Metadata-Version: 2.1
Name: sob
Version: 1.50.8
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml>2
Requires-Dist: iso8601~=2.1
Requires-Dist: more-itertools<11.0,>=8.0

# sob

[![test](https://github.com/enorganic/sob/actions/workflows/test.yml/badge.svg)](https://github.com/enorganic/sob/actions/workflows/test.yml)
[![distribute](https://github.com/enorganic/sob/actions/workflows/distribute.yml/badge.svg)](https://github.com/enorganic/sob/actions/workflows/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.
