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.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.2.1.tar.gz.
File metadata
- Download URL: timeback_case-0.2.1.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","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 |
151c3892074a3b10cf7673af571f8d5616b581bf831d8ae0c9f7f919310fdc8d
|
|
| MD5 |
6cf48179554e70db5616b5dbb943746f
|
|
| BLAKE2b-256 |
7c69cf99a8c07b18f316c62a82a93a8b9361a1976044317317c4358ea9cf7e04
|
File details
Details for the file timeback_case-0.2.1-py3-none-any.whl.
File metadata
- Download URL: timeback_case-0.2.1-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","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 |
163f0df52b57d6580e58d552b46ec5ded2f3eb07b7a446c589b7aa87038e8b33
|
|
| MD5 |
a54765313ea5b3f2a1b3ea61105309bb
|
|
| BLAKE2b-256 |
da504bca042a9b459a8ae24f045fe8973b0005d355e54294e8a0721b4857895f
|