Project: hologram

JSON schema generation from dataclasses

Project Details

Latest version
0.0.16
Home Page
https://github.com/fishtown-analytics/hologram
PyPI Page
https://pypi.org/project/hologram/

Project Popularity

PageRank
0.002820789688854508
Number of downloads
2402515

Hologram

Hologram is a lightweight library to generate Draft 7 compatible JSON Schemas from python 3.7 dataclasses. Python 3.6 is supported through the dataclasses backport. It is forked from dataclasses-jsonschema created by s-knibbs.