Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/earthlab/abc-classroom
Tools to automate github classroom and autograding workflows
https://github.com/earthlab/abc-classroom
earth-analytics education
Last synced: 3 days ago
JSON representation
Tools to automate github classroom and autograding workflows
- Host: GitHub
- URL: https://github.com/earthlab/abc-classroom
- Owner: earthlab
- License: bsd-3-clause
- Created: 2018-07-24T13:46:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T01:28:35.000Z (10 months ago)
- Last Synced: 2024-11-09T09:40:35.153Z (2 months ago)
- Topics: earth-analytics, education
- Language: Python
- Homepage: https://abc-classroom.readthedocs.io/
- Size: 728 KB
- Stars: 29
- Watchers: 4
- Forks: 21
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
- Code of conduct: CODE_OF_CONDUCT.rst
Awesome Lists containing this project
- awesome_ai_agents - Abc-Classroom - Tools to automate github classroom and autograding workflows (Building / Workflows)
- awesome_ai_agents - Abc-Classroom - Tools to automate github classroom and autograding workflows (Building / Workflows)
README
UPDATE: abc-classroom is in a transition period where maintainence will slow down. We are open to new maintainers so please reach out via an issue if you are interested. The main work that needs to happen at this point is a better object-oriented test suite that makes it easier to contribute to the package without the big worry of breaking things. There are plans to have a developer spend some time on this package but this likely won't happen until later in the year (2022).
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3539582.svg)](https://doi.org/10.5281/zenodo.3539582)
![PyPI](https://img.shields.io/pypi/v/abc-classroom.svg?color=purple&style=plastic)
![PyPI - Downloads](https://img.shields.io/pypi/dm/abc-classroom.svg?color=purple&label=pypi%20downloads&style=plastic)
![Conda](https://img.shields.io/conda/v/conda-forge/abc-classroom.svg?color=purple&style=plastic)
![Conda](https://img.shields.io/conda/dn/conda-forge/abc-classroom.svg?color=purple&label=conda-forge%20downloads&style=plastic)
[![codecov](https://codecov.io/gh/earthlab/abc-classroom/branch/master/graph/badge.svg)](https://codecov.io/gh/earthlab/abc-classroom)[![Documentation Status](https://readthedocs.org/projects/abc-classroom/badge/?version=latest)](https://abc-classroom.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://img.shields.io/badge/code%20style-black-000000.svg)# Why ABC Classroom
Many educators teaching data science are using GitHub Classroom as a way to teach students
both git and GitHub skills and also potentially collaboration skills that align
with open source software development best practices. However there are many steps
associated with using GitHub classroom to manage a class.Abc-Classroom contains a suite of command-line utilities that make it easier to
manage a class of students using GitHub classroom by:1. Making it easier to create template assignment directories that are directly connected to your classroom organization
2. Making it easier to update those assignments and
3. (still under development) making it easier to clone all student assignments for grading.We are currently using nbgrader in our workflow and are thus building this tool
out to support the use of nbgrader as well.## Install abc-classroom
abc-classroom is under significant development currently. We are occasionally
pushing releases to pypi and conda-forge.For now, install from PyPi using:
`$ pip install abc-classroom`
Or conda-forge:
`$ conda install -c conda-forge abc-classroom`
Or to get the most current updates, clone this repo and run:
`$ pip install -e . `
to install the development version.
## Use Abc-classroom
Because this is a command line set of tools, you will need to ensure that abc-classroom
is installed in the active environment that you are using for your class.## Active Maintainers / Developers
## How to Contribute
We welcome contributions to abc-classroom as we are developing it and beyond! Please be sure to check out our
[contributing guidelines](https://abc-classroom.readthedocs.io/en/latest/contributing/index.html)
for more information about submitting pull requests or changes to abc-classroom.## License & Citation
[BSD-3](https://github.com/earthlab/abc-classroom/blob/master/LICENSE)