Timeback PowerPath client for adaptive learning operations
Project description
timeback-powerpath
Python client for the Timeback PowerPath adaptive learning API.
Installation
pip install timeback-powerpath
Quick Start
from timeback_powerpath import PowerPathClient
async def main():
client = PowerPathClient(
env="staging",
client_id="your-client-id",
client_secret="your-client-secret",
)
# List test assignments
result = await client.test_assignments.list({"student": "student-id"})
# Get assessment progress
progress = await client.assessments.get_assessment_progress({
"student": "student-id",
"lesson": "lesson-id",
})
await client.close()
Resources
client.assessments- Tests, attempts, and assessment responsesclient.test_assignments- Test assignment CRUD and bulk operationsclient.placement- Placement testing and progressclient.screening- Screening sessions and resultsclient.lesson_plans- Lesson plan management and course progressclient.syllabus- Course syllabus retrieval
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_powerpath-0.2.3b20260424234036.tar.gz.
File metadata
- Download URL: timeback_powerpath-0.2.3b20260424234036.tar.gz
- Upload date:
- Size: 22.7 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 |
36d396fed182f4505906985d88887fa84cf2a922663b00cbcdb398868b0628e8
|
|
| MD5 |
944262b8aee74490604bbf5078d8d77e
|
|
| BLAKE2b-256 |
c848ba5292711b33c8a5e4fe7fd8a8fff518d875c72de0fa7b1c17c0861c9cb3
|
File details
Details for the file timeback_powerpath-0.2.3b20260424234036-py3-none-any.whl.
File metadata
- Download URL: timeback_powerpath-0.2.3b20260424234036-py3-none-any.whl
- Upload date:
- Size: 29.4 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 |
a99ff6023933a9dcd7258fc4bd0b721e09263d0b0dccce79542fbf37b07cdb0c
|
|
| MD5 |
00946e0ed0891b42b5b3b324776ee87f
|
|
| BLAKE2b-256 |
9ee242daafb6440fb228d808a532b004bd823711a30fdc2c86df78ddbe913c04
|