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.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.2.1.tar.gz.
File metadata
- Download URL: timeback_powerpath-0.2.1.tar.gz
- Upload date:
- Size: 22.7 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 |
d545e63888861e33befe6b215f07a69899786dc268f7346df4250c4b504f00bb
|
|
| MD5 |
071bbc6acb8dd3cf4e436de4711f7864
|
|
| BLAKE2b-256 |
e0675b1cfead9f5693fd9ababb699d69da4b9f8739989dc119d24e7416034f70
|
File details
Details for the file timeback_powerpath-0.2.1-py3-none-any.whl.
File metadata
- Download URL: timeback_powerpath-0.2.1-py3-none-any.whl
- Upload date:
- Size: 29.3 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 |
0583a1ad585604ce8080e0b5ec206b2b3e95d0acac9cbfeadd26d16e70bacb20
|
|
| MD5 |
02b9bdff890544d2b9d7673107723f07
|
|
| BLAKE2b-256 |
6b67e7ef1c5beba6bde35880918b7ad9763014050fbfb7c3105c8b41ad9fdd6c
|