utilies for github classroom
Project description
ghc-utils
utilities for interacting with github classroom
Installation
pip install ghc-utils
Usage
grades
First, create a file named students.txt containing each student's github id, one per line.
To download all grades for an assignment named assignment-01 from an organization name myorg and save it to grades.csv:
ghc-utils grades -u <your_githubid> -t <your_github_token> -o <myorg> -a assignment-01 -s students.txt -g grades.csv
ghc-utils grades --help
Usage: ghc-utils grades [OPTIONS]
Download all grades for an assignment.
Options:
-u, --username TEXT your github username [required]
-t, --token TEXT your github personal access token
(https://docs.github.com/en/free-pro-
team@latest/github/authenticating-to-
github/creating-a-personal-access-token)
[required]
-o, --organization TEXT github organization name, e.g., tulane-
cmps2200 [required]
-a, --assignment-prefix TEXT assignment name prefix, e.g., assignment-01
[required]
-s, --student-file PATH text file with one student github id per line
[required]
-g, --grade-file PATH output csv file [required]
--help Show this message and exit.
Note that passwords are deprecated, so you'll have to create a Personal Access Token; only read access is required.
History
0.1.1 (2020-09-03)
- First release on PyPI.
0.1.2 (2020-09-20)
- Change password to personal access tokens.
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
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 ghc_utils-0.1.2.tar.gz.
File metadata
- Download URL: ghc_utils-0.1.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a968a5073042c560161d4a0fe36591e7bab7a7598fa59b6010fd3812d69f22f
|
|
| MD5 |
8493524dc4820faa339ee4d1f1e9eb9d
|
|
| BLAKE2b-256 |
ee62e5832665199d55adde73be8a56eda49eaa755b086cb399097220887eaa60
|
File details
Details for the file ghc_utils-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: ghc_utils-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89a92d27185c0a908e31b171b1de16b45d282f15b6b352a3ea2f90f489c16e55
|
|
| MD5 |
84dadb210f3ffaef2ac4c8eb4fda4b31
|
|
| BLAKE2b-256 |
004791bc6f6bb34d3c238bb94670af3c62c7bb3b4803d208a12ab8b11fe4b9a0
|