Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ghc_utils-0.1.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

ghc_utils-0.1.2-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page