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
timeback_powerpath-0.2.0.tar.gz
(21.0 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_powerpath-0.2.0.tar.gz.
File metadata
- Download URL: timeback_powerpath-0.2.0.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","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 |
760950b9b77ca952155449e5596fea71d954ae486d47e58edf1c0ccfde435a0d
|
|
| MD5 |
f34805ec4cb82b6f8c6e4693e84a76ef
|
|
| BLAKE2b-256 |
e76128ce47b799a6f5566d1fdad299adadccdae55fdf78ca04ee73f14eda035f
|
File details
Details for the file timeback_powerpath-0.2.0-py3-none-any.whl.
File metadata
- Download URL: timeback_powerpath-0.2.0-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","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 |
7bc0ccf1415f71edacb036fbdc3c54813a4004de010c429a9a0f2382ff43554e
|
|
| MD5 |
44baf8596d0da7651d4c46a4d75b0808
|
|
| BLAKE2b-256 |
f72c6d4450c582b117310da8d1ff277b5fdd2d942a48999570334f49cc1bed21
|