a pico orm that uses jsonschema


Keywords
pycorm
License
MIT
Install
pip install pycorm==0.2.3

Documentation

pycorm

Documentation Status

Model class with fields that translate to jsonschema fields. Classes can be instantiated from dictionaries and will auto populate fields with right type (only Models)

Features

Python objects from dictionaries, including dotnotation and jsonschema validation.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.