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
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.2b20260331222226.tar.gz.
File metadata
- Download URL: timeback_case-0.2.2b20260331222226.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","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 |
2ee45924cc0dbe2f9d93ca7de8de055e7e29c2339f37b3e601f5b8ee05fde180
|
|
| MD5 |
070b8fda709b5757e151e3dcb00737c3
|
|
| BLAKE2b-256 |
a54639a48dcdcf0c13ba3b27c2e9984e5b21a5af8af8a3d076017de367d310b0
|
File details
Details for the file timeback_case-0.2.2b20260331222226-py3-none-any.whl.
File metadata
- Download URL: timeback_case-0.2.2b20260331222226-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","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 |
c151a1407d11dae4f3a70dfda95a63d0973ad122360c72d88ab14f273d8545d3
|
|
| MD5 |
122e853cb8b8c4135690d3a8a7d34b31
|
|
| BLAKE2b-256 |
e2b01444e91c0a8ac959c8904b136a6662e36ec962630d1a048eda2c4f8e01a1
|