Skip to main content

Kraken thing

Project description

kraken datatype

Overview

Library to extract, validate and normalize datatypes.

datatypes:

  • email
  • 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


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.55.tar.gz (47.1 kB view details)

Uploaded Source

Built Distribution

kraken_thing-0.0.55-py3-none-any.whl (75.7 kB view details)

Uploaded Python 3

File details

Details for the file kraken-thing-0.0.55.tar.gz.

File metadata

  • Download URL: kraken-thing-0.0.55.tar.gz
  • Upload date:
  • Size: 47.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for kraken-thing-0.0.55.tar.gz
Algorithm Hash digest
SHA256 b8dc8d3070d8448ea8451e138d0e73874f72df1903845c3db8f9dd57d6e8c30a
MD5 43b0d74936fa85cd97c25843b84fd1f5
BLAKE2b-256 04e8ff7d90f977a7570dae3460a600f50ca3b11b711df38548565d258895f1cb

See more details on using hashes here.

File details

Details for the file kraken_thing-0.0.55-py3-none-any.whl.

File metadata

File hashes

Hashes for kraken_thing-0.0.55-py3-none-any.whl
Algorithm Hash digest
SHA256 2a62ae6f13188a9f0876bceb91b98b98e10af158c2dacb97f893d035f3c11efd
MD5 ac213f204b4c08183228166a971e9f76
BLAKE2b-256 ed775b7a371fe72d72c93c3fe44a7979d2278b6635778e4493f2ee3372ae6473

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page