Timeback CASE client for Competency and Academic Standards Exchange operations
Project description
timeback-case
Timeback CASE (Competency and Academic Standards Exchange) client for Python.
Provides an async client for managing CASE v1.1 framework documents, items, associations, and packages.
Installation
pip install timeback-case
Quick Start
from timeback_case import CaseClient
async with CaseClient(env="staging", client_id="...", client_secret="...") as client:
# List documents
docs = await client.documents.list()
# Get a single item
item = await client.items.get("item-sourced-id")
# Upload a CASE package
result = await client.packages.create(package_input)
# Upsert (create or replace) a package
result = await client.packages.upsert("doc-id", package_input)
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
timeback_case-0.3.1.tar.gz
(12.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timeback_case-0.3.1.tar.gz.
File metadata
- Download URL: timeback_case-0.3.1.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27f666d19b4caed565cb94c19d1ec339cede0bdc4c4336f86c2966d88308dc0e
|
|
| MD5 |
28e60a7615d646276138467f300f88b9
|
|
| BLAKE2b-256 |
f238dc317c327f132adada75fa6d0b05a030d4295e9fc97e722f298d4040337b
|
File details
Details for the file timeback_case-0.3.1-py3-none-any.whl.
File metadata
- Download URL: timeback_case-0.3.1-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5f81037abb3ee855e5286f8d7459c7b1fa389c74c56a76e7163321f33045882
|
|
| MD5 |
f72a151f75be0ef641d92d213bbd3268
|
|
| BLAKE2b-256 |
be42be4fc45acc29cc0c297f827d62994225d485454f29ce8b62c66a3dc5219b
|