Easily manage homework submissions
Project description
manage your student's homework
Description
assuming you have asked your students to create a repo on github to submit their homework, this script will help you efficiently clone/pull/merge all the repos in a folder, and display a summary of the status of all the repos
Installation
pip install collect-homework
Initial setup
- create a folder where you want to clone all the repos
- create a file named
00.ids
in the folder
this file should contain the github ids of all the students, one id per line - at that point
collect-homework clone
will clone all the repos in the folder - in order to pull all the repos in the folder
collect-homework pull
- you get the gist of it; type
collect-homework help
to see all the available commands - of particular interest is the
collect-homework summary
command, which will display a one-line summary of all repos in the folder - finally you can focus on one or several students by typing e.g. (this makes sense for most commands)
collect-homework -s "JohnDoe JaneMartin" pull
handling repo names
assuming you run this command in a folder e.g. /Users/johndoe/python-homework
:
- then by default all the students are expected to have a repo named
python-homework
- if this does not match your setup, you can specify the repo name in the
00.reponame
file
this one-line file should contain the name of all the repos, e.g.python-homework-2024
- and if a student does not comply with that name, you can specify the repo name in the
00.ids
file by writingstudent/the-repo
instead of juststudent
(you can even put the complete github url instead if that's more convenient for you)
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
collect_homework-0.2.0.tar.gz
(6.7 kB
view hashes)
Built Distribution
Close
Hashes for collect_homework-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c0390ce9dce0a1616ad8218c643752ba881dd34db625a7657bece548dd88ab5 |
|
MD5 | 6dcca18545cbe707c239ce703a43e01e |
|
BLAKE2b-256 | 247ed5c90d2ee5c44f01af6b1fa4e81c2491cbd16c2c8aa02e25a73941ab1a0b |