Skip to content

gyamfi01/Jason_cellveyor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💫 cellveyor

build Language:Python Maintenance

🎉 Introduction

  • Cellveyor is a python program that uses

😂 Definitions

🔋Features

⚡️ Requirements

🔽 Installation

🐋 Docker

🪂 Configuration

✨ Analysis

🚧 Integration

🌄 Results

🌎 Deployment

🤯 Interaction

📊Log

🤗 Learning

Example Command

poetry run cellveyor --spreadsheet-directory \
--spreadsheet-file <Spreadsheet Filename> \
--sheet-name <Sheet Name> \
--key-attribute "<Key Attribute Name>" \
--key-value "<Key Value>" \
--column-regexp "<Column Regular Expression>" \
--feedback-regexp "<Feedback Column Regular Expression>" \
--feedback-file <Path to General Feedback File> \
--feedback-file <Path to Specific Feedback File> \
--github-token <Private GitHub Access Token> \
--github-organization <GitHub Organization Name> \
--github-repository-prefix <Repository Prefix> \
--transfer-report

Other 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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%