Python utility toolkit for Princeton CS's LIFT.
Project description
pylifttk
This is a Python utility library for Princeton COS' LIFT.
This library tries to conveniently integrate a collection of educational tech tools used at Princeton's Department of Computer Science, to facilitate exchanges of data between those platforms.
Services integrated by this library
This library integrates:
- codePost (roster, grades);
- Ed Discussion (roster);
- CSStaff Course API (roster, assignments);
- TigerFile (roster, assignments, submissions);
- GradeScope (roster, grades).
Configuration file
Since this library integrates the functionality of several platforms, it requires access to credentials for each of those platforms. As such the config.yaml
file does a lot of the heavy lifting. Note that each subsection of the file is only loaded if the corresponding submodules are loaded in Python.
course: COS126
term: F2019
csstaff:
username: "cos126api"
password: "" # email csstaff@princeton.edu
codePost:
api_key: "" #
ed:
username: "" # credentials for https://us.edstem.org
password: ""
gradescope:
username: "" # credentials for https://gradescope.com
password: ""
tigerfile:
token: "" # token obtained from https://adm.cs.princeton.edu
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
pylifttk-0.0.15.tar.gz
(19.4 kB
view hashes)
Built Distribution
pylifttk-0.0.15-py3-none-any.whl
(30.2 kB
view hashes)
Close
Hashes for pylifttk-0.0.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30b357bf21fb8feebbc261de648e06e2fe27e8c6dc74536721d98221e5d33e10 |
|
MD5 | 5021812a8bc73661bd86fc763772953b |
|
BLAKE2b-256 | 30c63e0a68e55d6987aaf829f233ca09b223d2aa2fd4c3d05c11563512339f83 |