Metadata-Version: 2.1
Name: ssb-datadoc-model
Version: 2.0.0
Summary: Data Model for use in Statistics Norway's Metadata system
Home-page: https://github.com/statisticsnorway/ssb-datadoc-model
License: Apache-2.0
Author: Statistics Norway
Author-email: mmw@ssb.no
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pydantic (>=1.9.1)
Project-URL: Repository, https://github.com/statisticsnorway/ssb-datadoc-model
Description-Content-Type: text/markdown

# ssb-datadoc-model

Data Model for use in Statistics Norway's Metadata system

## Purpose

This package contains pydantic models defining the fields and data types used in Statistics Norway's metadata system. The purpose of these models is to:

- Enable validation of user data
- Enable serialization and deserialization of metadata files
- Support versioning of the metadata format
- Enforce consistency across multiple tools

## Single Source of Truth

Fields and data types defined in models in this package are specified on internal Statistics Norway wiki pages:

- <https://statistics-norway.atlassian.net/l/cp/kQ9rpshS>

