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.2.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.2.tar.gz.
File metadata
- Download URL: timeback_powerpath-0.2.2.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 |
4f8bd61951269196aabdecbee53bcf55e9a1122dad569114720e210f71d3cb39
|
|
| MD5 |
963d0532453df083cd3da9a6de08fecb
|
|
| BLAKE2b-256 |
0d5f93f97ef7d7c7adc9a70732a7bd9af49b326163802bc7540ec85e1c0512fe
|
File details
Details for the file timeback_powerpath-0.2.2-py3-none-any.whl.
File metadata
- Download URL: timeback_powerpath-0.2.2-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 |
da1a08536064e912ed09279d21756ad46fd0f3dbae7a5343dffb3b074f2d129f
|
|
| MD5 |
18f4509f58ad51f044a3e72f516c168c
|
|
| BLAKE2b-256 |
74f16803f4d1ceadae742ff9ff9ac9606befcee52c81fa20a22236e9de358d9e
|