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.12.tar.gz
(16.7 kB
view hashes)
Built Distribution
pylifttk-0.0.12-py3-none-any.whl
(27.3 kB
view hashes)
Close
Hashes for pylifttk-0.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55d176cd3c3a137deeb2d4c5a874052fc352388d841d20bbaa0f3392bfe00e4b |
|
MD5 | fa623226a34ee0463d60faf8efd38229 |
|
BLAKE2b-256 | b643cf8eaf1e6268c579a1fd255363b9e33743e5b153c9dd8c4f40bb36fa107e |