Kraken schema.org
Project description
Library to schema_org
How to use:
from kraken_schema_org import kraken_schema_org as k
normalize_type:
record_type = 'person'
normalized_type = k.normalize_type(record_type)
normalize_key:
key = 'givenname'
normalized_key = k.normalize_key(key)
get_keys:
record_type = 'person'
keys = k.get_keys(record_type)
get_datatype():
record_type = 'schema:Person'
key = 'schema:givenName'
datatypes = k.get_datatype(record_type, key)
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
Close
Hashes for kraken_schema_org-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bea6da6989aedd6828c25e59d5c5821ac9e8b19a232a5f74e0b7d5a028333606 |
|
MD5 | 93af0d70540292a228ff409671a30cdb |
|
BLAKE2b-256 | 67b3c7d47b199948582386a1e976f1503788610ce294ae65361075ae536939eb |