medali is responsible for parsing, tagging and interpreting product metadata
Project description
medali stands for MEtaDAta LIbrary and is responsible for parsing, tagging and interpreting product metadata.
Description
medali should be a place to establish version-controlled metadata definitions to guarantee homogeneous reading and writing of metadata within the scope of one product. It provides one module, the core module containing the class MetaData. This class offers a simple interface to actual metadata items, which are defined with respect to reference metadata. Such reference metadata can either be prepared manually as a dictionary or can be set in a configuration file. For mature products, the configuration files are stored in the folder in “src/medali/lib” under a product ID and a metadata version.
The Metadata class offers the following functionality:
initialisation via a metadata dictionary (+ optionally a reference metadata dictionary), via a product ID and metadata version combination, or via a configuration file path
setting and encoding (from a given data type to a string) the given metadata items
returning and decoding (from a string to a given data type) the given metadata items
checking if given metadata meets the criteria defined in the reference metadata (e.g., if the value is within a list of allowed values or if the value contains a specific string, …)
Installation
medali is a very light-weight package and has no dependencies. It can be installed via pip:
pip install medali
Adding products
A template configuration file for creating new reference metadata for a product can be found in the “templates” folder. The file should be named according to the metadata version and should be placed in a sub-folder in “src/medali/lib” named after the product ID. The reference metadata should have two sections:
“Metadata”: all needed tags and their data type (currently supported: string, boolean, datetime, integer, number)
“Expected_value”: should list metadata items that need to meet some specific criteria
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file medali-0.2.8.tar.gz
.
File metadata
- Download URL: medali-0.2.8.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ca5b87bbf931c353afa74a16e9049caecd623c32bc2f337352f4223784afdbe |
|
MD5 | db308cbcaa61696460eae9332b1cc8fa |
|
BLAKE2b-256 | 1567546d925dca99cb60b28ca917eac942b972d87a9618112971bfde0db5f152 |
File details
Details for the file medali-0.2.8-py2.py3-none-any.whl
.
File metadata
- Download URL: medali-0.2.8-py2.py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 721c47f1365f95b01f98e88b35200e7d886f74ce26819fb6699c99d6fa61ec03 |
|
MD5 | f39a5cf3c7280d53cc3893c5a132f537 |
|
BLAKE2b-256 | 9784d687d2e1e424ada34954238a77576d623ea7f81753fca1b5b074fe820c5f |