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.4.0.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.4.0.tar.gz.
File metadata
- Download URL: timeback_case-0.4.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","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 |
b7e4e162a87ac88563bee317aab287f88d94ad7644c2e0119c6e462b34401a5a
|
|
| MD5 |
dc35d3f6df5d2e57e963041de09c0d33
|
|
| BLAKE2b-256 |
00b85a346809e4f9bbb98e48f73a058f87c7bd58c7ceee882ee3ceea150d20a8
|
File details
Details for the file timeback_case-0.4.0-py3-none-any.whl.
File metadata
- Download URL: timeback_case-0.4.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","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 |
7bb81e4d59a0819dd78f63326e0ed07b240d6fd7c8c10678cfecc37375773f57
|
|
| MD5 |
fb0a3605fa2f52f8817d4b3032c53ba1
|
|
| BLAKE2b-256 |
5e63664130098727f3916e6cb1bd0d5d92fc3545cf6e10402610fbed24bf6580
|