Metadata-Version: 2.4
Name: dapla-toolbelt-metadata
Version: 0.10.2
Summary: Dapla Toolbelt Metadata
Project-URL: Homepage, https://github.com/statisticsnorway/dapla-toolbelt-metadata
Project-URL: Repository, https://github.com/statisticsnorway/dapla-toolbelt-metadata
Project-URL: Documentation, https://statisticsnorway.github.io/dapla-toolbelt-metadata
Project-URL: Changelog, https://github.com/statisticsnorway/dapla-toolbelt-metadata/releases
Author-email: Statistics Norway <metadata@ssb.no>
Maintainer-email: "Division for Data Enablement (724)" <metadata@ssb.no>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: arrow>=1.3.0
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: dapla-auth-client>=1.2.0
Requires-Dist: gcsfs>=2023.1.0
Requires-Dist: google-auth>=2.38.0
Requires-Dist: lxml>=5.3.1
Requires-Dist: pandas>=2.3.3
Requires-Dist: pyarrow>=8.0.0
Requires-Dist: pydantic>=2.5.2
Requires-Dist: pyjwt>=2.8.0
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: pytz>=2025.2
Requires-Dist: requests>=2.31.0
Requires-Dist: ruamel-yaml>=0.18.10
Requires-Dist: ssb-datadoc-model<9.0.0,>=8.0.0
Requires-Dist: ssb-klass-python>=1.0.1
Requires-Dist: typing-extensions>=4.12.2
Requires-Dist: universal-pathlib>=0.3.0
Requires-Dist: urllib3>=2.5.0
Description-Content-Type: text/markdown

# Dapla Toolbelt Metadata

[![PyPI](https://img.shields.io/pypi/v/dapla-toolbelt-metadata.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/dapla-toolbelt-metadata.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/dapla-toolbelt-metadata)][pypi status]
[![License](https://img.shields.io/pypi/l/dapla-toolbelt-metadata)][license]

[![Documentation](https://github.com/statisticsnorway/dapla-toolbelt-metadata/actions/workflows/docs.yml/badge.svg)][documentation]
[![Tests](https://github.com/statisticsnorway/dapla-toolbelt-metadata/actions/workflows/tests.yml/badge.svg)][tests]
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=statisticsnorway_dapla-toolbelt-metadata&metric=coverage&token=ee0a4d273db2bf811222fca5dffccd4592e3d536)][sonarcov]
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=statisticsnorway_dapla-toolbelt-metadata&metric=alert_status&token=ee0a4d273db2bf811222fca5dffccd4592e3d536)][sonarquality]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)][uv]

[pypi status]: https://pypi.org/project/dapla-toolbelt-metadata/
[documentation]: https://statisticsnorway.github.io/dapla-toolbelt-metadata
[tests]: https://github.com/statisticsnorway/dapla-toolbelt-metadata/actions?workflow=Tests
[sonarcov]: https://sonarcloud.io/summary/overall?id=statisticsnorway_dapla-toolbelt-metadata
[sonarquality]: https://sonarcloud.io/summary/overall?id=statisticsnorway_dapla-toolbelt-metadata
[pre-commit]: https://github.com/pre-commit/pre-commit
[uv]: https://docs.astral.sh/uv/

Tools and clients for working with the Dapla Metadata system.

## Features

- Create and update metadata for datasets (aka Datadoc).
- Read, create and update variable definitions (aka Vardef).
- Check compliance with SSBs naming standard.

### Coming

- Publish dataset metadata to Statistics Norway's data catalogue.
- Maintain classifications and code lists.

## Installation

You can install _Dapla Toolbelt Metadata_ via [pip] from [PyPI]:

```console
pip install dapla-toolbelt-metadata
```

## Usage

Instructions and examples may be found in the [Dapla Manual](https://manual.dapla.ssb.no/statistikkere/). Please see the [Reference Guide] for API documentation.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_Dapla Toolbelt Metadata_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was generated from [Statistics Norway]'s [SSB PyPI Template].

[statistics norway]: https://www.ssb.no/en
[pypi]: https://pypi.org/
[ssb pypi template]: https://github.com/statisticsnorway/ssb-pypitemplate
[file an issue]: https://github.com/statisticsnorway/dapla-toolbelt-metadata/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/statisticsnorway/dapla-toolbelt-metadata/blob/main/LICENSE
[contributor guide]: https://github.com/statisticsnorway/dapla-toolbelt-metadata/blob/main/CONTRIBUTING.md
[reference guide]: https://statisticsnorway.github.io/dapla-toolbelt-metadata/dapla_metadata.html
