A library for managing DCAT metadata using Apache Atlas
Project description
atlasdcat
A Python library for mapping Apache Atlas Glossary terms to DCAT metadata and vice versa.
Specification the Norwegian Application Profile of the DCAT standard.
Usage
Install
% pip install atlasdcat
Getting started
# Example...
from atlasdcat import AtlasDcatMapper
from pyapacheatlas.auth import BasicAuthentication
from pyapacheatlas.core.glossary import GlossaryClient
atlas_auth = BasicAuthentication(username="dummy", password="dummy")
atlas_client = GlossaryClient(
endpoint_url="http://atlas", authentication=atlas_auth
)
mapper = AtlasDcatMapper(
glossary_client=atlas_client,
glossary_id="myglossary",
catalog_uri="https://domain/catalog",
catalog_language="http://publications.europa.eu/resource/authority/language/NOB",
catalog_title="Catalog",
catalog_publisher="https://domain/publisher",
dataset_uri_template="http://domain/datasets/{guid}",
distribution_uri_template="http://domain/distributions/{guid}",
language="nb",
)
try:
catalog = mapper.map_glossary_to_dcat_dataset_catalog()
print(catalog.to_rdf())
except Exception as e:
print(f"An exception occurred: {e}")
For an example of usage of this library in a simple server, see example.
Development
Requirements
% pip install poetry==1.1.13
% pip install nox==2022.1.7
% pip inject nox nox-poetry==1.0.0
Install developer tools
% git clone https://github.com/Informasjonsforvaltning/atlasdcat.git
% cd atlasdcat
% pyenv install 3.8.12
% pyenv install 3.9.10
% pyenv install 3.10.
% pyenv local 3.8.12 3.9.10 3.10.
% poetry install
Run all sessions
% nox
Run all tests with coverage reporting
% nox -rs tests
Debugging
You can enter into Pdb by passing --pdb to pytest:
nox -rs tests -- --pdb
You can set breakpoints directly in code by using the function breakpoint().
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file atlasdcat-1.0.1.tar.gz.
File metadata
- Download URL: atlasdcat-1.0.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.13.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
400d875df211a4810eba8da3ef36613914a1707b5dfd52704217c5d8bb7225e6
|
|
| MD5 |
fe79b2bd8fe1c624d92d9c3025c3c3c4
|
|
| BLAKE2b-256 |
ecdc6c52dae64e8a7e5199c8b236554b6a3fff6fcd16bd21622c8e530e6fd719
|
File details
Details for the file atlasdcat-1.0.1-py3-none-any.whl.
File metadata
- Download URL: atlasdcat-1.0.1-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.13.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a072c26f0a1164da7183ad19dc4eb1d202eef48af6397fd6ac96ccebd14bb3e4
|
|
| MD5 |
a10aceca6ed1c10c65be99f8edf351eb
|
|
| BLAKE2b-256 |
212c953bd6effb91be262f5494f476f02ba751d25b9c20ac05d8c027406f40b3
|