https://github.com/statisticsnorway/datadoc-editor
Document datasets in SSB
https://github.com/statisticsnorway/datadoc-editor
backstage dapla dash metadata pypi python
Last synced: 4 months ago
JSON representation
Document datasets in SSB
- Host: GitHub
- URL: https://github.com/statisticsnorway/datadoc-editor
- Owner: statisticsnorway
- License: mit
- Created: 2022-03-30T15:48:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T08:46:51.000Z (5 months ago)
- Last Synced: 2024-12-10T11:18:02.829Z (4 months ago)
- Topics: backstage, dapla, dash, metadata, pypi, python
- Language: Python
- Homepage: https://statisticsnorway.github.io/datadoc/
- Size: 5.78 MB
- Stars: 9
- Watchers: 17
- Forks: 1
- Open Issues: 1
-
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
# Datadoc
[][pypi status]
[][pypi status]
[][pypi status]
[][license][][documentation]
[][tests]
[][sonarcov]
[][sonarquality][][pre-commit]
[][black]
[](https://github.com/astral-sh/ruff)
[][poetry][pypi status]: https://pypi.org/project/ssb-datadoc/
[documentation]: https://statisticsnorway.github.io/datadoc
[tests]: https://github.com/statisticsnorway/datadoc/actions?workflow=Tests[sonarcov]: https://sonarcloud.io/summary/overall?id=statisticsnorway_datadoc
[sonarquality]: https://sonarcloud.io/summary/overall?id=statisticsnorway_datadoc
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
[poetry]: https://python-poetry.org/## Features
- Describe a dataset and its variables according to Statistics Norway's metadata model.
- Supports `parquet` and `sas7bdat` dataset files.
- Supports local file system and Google Cloud Storage buckets.## Installation
You can install _Datadoc_ via [pipx] from [PyPI]:
```console
pipx install ssb-datadoc
```## Usage
Datadoc is available on [Dapla Lab](https://lab.dapla.ssb.no/) and works best there.
Usage instructions: https://manual.dapla.ssb.no/statistikkere/datadoc.html
## Contributing
Contributions are very welcome.
To learn more, see the [Contributor Guide].## License
Distributed under the terms of the [MIT license][license],
_Datadoc_ 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/datadoc/issues
[pipx]: https://pipx.pypa.io/latest/installation/[license]: https://github.com/statisticsnorway/datadoc/blob/main/LICENSE
[contributor guide]: https://github.com/statisticsnorway/datadoc/blob/main/CONTRIBUTING.md
[reference guide]: https://statisticsnorway.github.io/datadoc/reference.html