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.3.1.tar.gz
(22.7 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.3.1.tar.gz.
File metadata
- Download URL: timeback_powerpath-0.3.1.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 |
d5013037d3bce3ef737493ab15c52283bfee32b5514c9daa761ee1516238aaee
|
|
| MD5 |
60e2057472137b0023b094d0870c199c
|
|
| BLAKE2b-256 |
c0a886e7c557a748e30ed40db8755e6116d81f635f9f7b131139139de24241ba
|
File details
Details for the file timeback_powerpath-0.3.1-py3-none-any.whl.
File metadata
- Download URL: timeback_powerpath-0.3.1-py3-none-any.whl
- Upload date:
- Size: 29.3 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 |
6980b778cc1d8469f28c3e0e6de86c4722d2faf1374258d4bf51cd094db5cb90
|
|
| MD5 |
3c436acb9538da3cf4963c9563134254
|
|
| BLAKE2b-256 |
3d0981a5a9ab367e51c209dbba39aef97257e9f1ca157a419b08a64b3a1a2a2b
|