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.2.2.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.2.2.tar.gz.
File metadata
- Download URL: timeback_case-0.2.2.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 |
31ec32d555519dde53dd4fb5d0b6490f36b03dfdb5908c8b6d61072c126213ae
|
|
| MD5 |
b77a3dd73b30c179631da04a69d0c3ea
|
|
| BLAKE2b-256 |
e9e65ff32384412d2ba492dcec43414428e44266fd20c7724113bf7cd154bda5
|
File details
Details for the file timeback_case-0.2.2-py3-none-any.whl.
File metadata
- Download URL: timeback_case-0.2.2-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 |
c5121d55c668714223ba8b15073c31d47285449653db03f995298824234eeba3
|
|
| MD5 |
1f850595a631f76aec1f31fa0fa7fc5b
|
|
| BLAKE2b-256 |
f9b0c7decbbe5618f4c7079b17993376b2f02b1765bb805b900b843fce6fff23
|