Kraken thing
Project description
kraken datatype
Overview
Library to extract, validate and normalize datatypes.
datatypes:
- url
- date
- country
- address
- telephone
- bool
- currency
- domain
github
https://github.com/tactik8/krakcn_class_thing_v4
pypi
https://pypi.org/project/kraken-thing/
classes:
- Thing: representation of a schema.org thing
- Things: a collection of Thing
- Observation: Data points making up a thing
How to use:
Basics
from kraken_thing.kraken_class_thing.kraken_class_thing import Thing
from kraken_thing import Thing
t = Thing()
t.url = 'https://www.test.com'
print(t.url)
print(t.record)
Metadata
Metadata can be provided in json record using @metadata
{
"@type": "person",
"@id": "abc123",
"name": "Bob Smith",
"@metadata": {
"measuredPropertyContext": "",
"language": "EN",
"observationCredibility": 0.5,
"observationDate": "2023-03-01",
"validFrom": "2023-03-01",
"validThrough": "",
"observationAbout": "",
"source": {
"@type": "WebAPI",
"url": "https://someapi.com",
"name": "data scraper"
},
"instrument": "",
"agent": ""
}
}
HTML
thing.html.xxx return html formats of the thing
print(thing.html.doc) for full list
- record() : returns dict with enhanced values (link, etc)
- full() : Returns a 2 column table with key / values
- card() : returns a card
- media() : returns the media (video or pic)
- video() : returns video
- image() : returns image
- link () : returns link with internal value
- record_ref(): returns link with record_ref
Using api
# Set url for the api (only has to do it once)
t = Thing()
t.set_api_url('https://api_url.com')
# Save record tp api
t = Thing('test', 'abc1234')
t.url = 'https://www.test.com'
t.api_post()
# Load record from api
t.api_get()
print(t)
Attributes
Methods
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
kraken-thing-0.0.45.tar.gz
(43.1 kB
view details)
Built Distribution
File details
Details for the file kraken-thing-0.0.45.tar.gz
.
File metadata
- Download URL: kraken-thing-0.0.45.tar.gz
- Upload date:
- Size: 43.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f7464d1d71428d68ed87089bd17c5b9e00b615d6ee9813afd9c72d6b5749598 |
|
MD5 | 37111e1908b2b33db07508f2fe88eba1 |
|
BLAKE2b-256 | de28f1be1bd28ba57c9c6897724b7a91609f4851259313e3a8476136dece8171 |
File details
Details for the file kraken_thing-0.0.45-py3-none-any.whl
.
File metadata
- Download URL: kraken_thing-0.0.45-py3-none-any.whl
- Upload date:
- Size: 66.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 474a85b4951f2dd6f81745bcb9ee7c326578f3bf947fe68b2dfae01254ebb157 |
|
MD5 | 586da2193ee6d1ce945e87113a4cd80a |
|
BLAKE2b-256 | 5a886f4827256f49bbc959f1f8667936a4852ec80cf6b0b0eabf8d1275891fd4 |