https://github.com/statisticsnorway/dapla-toolbelt-metadata
Tools and clients for working with the Dapla Metadata system
https://github.com/statisticsnorway/dapla-toolbelt-metadata
backstage dapla metadata pypi python
Last synced: 4 months ago
JSON representation
Tools and clients for working with the Dapla Metadata system
- Host: GitHub
- URL: https://github.com/statisticsnorway/dapla-toolbelt-metadata
- Owner: statisticsnorway
- License: mit
- Created: 2024-08-02T11:04:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-17T14:44:41.000Z (4 months ago)
- Last Synced: 2026-02-17T19:38:01.858Z (4 months ago)
- Topics: backstage, dapla, metadata, pypi, python
- Language: Python
- Homepage: https://statisticsnorway.github.io/dapla-toolbelt-metadata/
- Size: 3.83 MB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Dapla Toolbelt Metadata
[][pypi status]
[][pypi status]
[][pypi status]
[][license]
[][documentation]
[][tests]
[][sonarcov]
[][sonarquality]
[][pre-commit]
[](https://github.com/astral-sh/ruff)
[][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/
[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