GatorEducator / cellveyor

GNU General Public License v3.0
3 stars 7 forks source link

<img src="https://github.com/GatorEducator/cellveyor/blob/master/.github/images/cellveyor-logo.svg" alt="Cellveyor Logo" title="Cellveyor Logo" />

Cellveyor

build Code Style: black Maintenance License LGPL v3

Example Command

poetry run cellveyor --spreadsheet-directory \
/home/gkapfham/working/data/gradebook/2023 --spreadsheet-file
CMPSC-203-Fall-2023-Gradebook.xlsx \
--sheet-name Main \
--key-attribute "Student GitHub" \
--key-value "gkapfham" \
--column-regexp "^(Summary Grade|Final Grade) .*$" \
--feedback-regexp "Summary Grade 1 - Feedback" \
--feedback-file /home/gkapfham/working/teaching/
github-classroom/feedback/all/feedback.yml \
--feedback-file /home/gkapfham/working/teaching/github-classroom/feedback/
developer-development/feedback-overall-course-assessment.yml \
--github-token <Private GitHub Acess Token> \
--github-organization Allegheny-Computer-Science-203-F2023 \
--github-repository-prefix computer-science-203-fall-2023-course-assessment \
--transfer-report

๐ŸŽ‰ Introduction

๐Ÿ˜‚ Definitons

๐Ÿ”‹Features

โšก๏ธ Requirements

๐Ÿ”ฝ Installation

Follow these steps to install the Cellveyor program:

  1. Copy the ssh key of the repo
  2. Git clone the repository onto your personal computer
    • git clone (ssh key)
  3. Type poetry run cellveyor --help to learn how to use the tool