{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/4"}],"enrichment":{"capability":"Generates Draft 7 compatible JSON Schemas directly from Python 3.6+ dataclasses without manual schema writing.","skillfed_tags":["schema-generation","dataclass-tooling"],"use_cases":["Generate API request/response schemas automatically from dataclass definitions for FastAPI or Flask endpoints","Create JSON Schema validation rules from dataclasses to validate incoming data without writing schemas separately","Document data structures by exporting dataclass-derived schemas for API documentation or OpenAPI specs","Ensure consistency between Python type definitions and their JSON representations in microservices"],"what_it_does":"Hologram is a lightweight library that automatically generates JSON Schemas (Draft 7 compatible) from Python dataclasses. It eliminates the need to write schemas by hand by inspecting your dataclass definitions and producing valid JSON Schema output. The library depends on python-dateutil, jsonschema, and dataclasses (the latter being built-in for Python 3.7+).\n\nThe package is designed for developers who want to keep their data models and their schemas in sync without duplication. It's a fork of dataclasses-jsonschema and targets Python 3.6 through 3.9 according to its classifiers. With no known security vulnerabilities and a permissive MIT license, it's straightforward to integrate into existing projects, though the aging maintenance status means it may not receive updates for newer Python versions or JSON Schema specifications.","worth_installing":"Yes, if you are working with Python 3.6\u20133.9 and need automatic JSON Schema generation from dataclasses. The low install friction, permissive license, and zero known vulnerabilities make it safe to use. However, be cautious if you require support for Python 3.10+ or expect ongoing maintenance\u2014the project has not been updated since March 2023 and is no longer actively developed."},"id":"hologram","links":{"html":"https://skillfed.io/packages/hologram","md":"https://skillfed.io/packages/hologram.md","pypi":"https://pypi.org/project/hologram/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2023-03-24","license_spdx":null,"license_treatment":"permissive","name":"hologram","python_support":"unspecified","summary":"JSON schema generation from dataclasses"},"popularity":{"monthly_downloads":1709146,"position":3628,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.0.16"}
