gituser/docker_multiarch/: hologram-0.0.16 metadata and description

Homepage Simple index

JSON schema generation from dataclasses

author Connor McArthur, Jacob Beck, Simon Knibbs
author_email info@fishtowanalytics.com, simon.knibbs@gmail.com
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Topic :: Software Development :: Libraries
description_content_type text/markdown
license MIT
requires_dist
  • python-dateutil (<2.9,>=2.8)
  • jsonschema (>=3.0)
  • dataclasses (<0.9,>=0.6) ; python_version < "3.7"
File Tox results History
hologram-0.0.16-py3-none-any.whl
Size
11 KB
Type
Python Wheel
Python
3

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.