A Python client for metarank
Project description
metarank
A Python client for metarank.
Usage
pip install metarank
Example
from metarank import Client
from metarank.schemas import FeedbackSchema, FieldSchema
base_url = "http://localhost:8080"
client = Client(base_url)
is_healthy = client.health_check() # True
events = [
FeedbackSchema(
event="item",
id="event:1",
timestamp="1985-07-03T14:31:43+13:00",
item="item:1",
fields=[
FieldSchema(
name="color",
value="red"
)
]
)
]
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
metarank-0.1.4.tar.gz
(3.6 kB
view details)
File details
Details for the file metarank-0.1.4.tar.gz
.
File metadata
- Download URL: metarank-0.1.4.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f8d5bbf2cb08f091f99c9bde8187bbc62c8f0fdc29e9fb4e70fce69d4a39678 |
|
MD5 | 8fc67652091215365243e3a91d7bf6e1 |
|
BLAKE2b-256 | d0b273cafca66e212719fabf0fb1a61ccdcd9d860b40463372f5fdb980a4cbad |