Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abc-classroom

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abc-classroom

Efficiently manage github classroom assignments from the command line.

  • 0.1.9
  • PyPI
  • Socket score

Maintainers
2

DOI

PyPI PyPI - Downloads Conda Conda codecov

Documentation Status Code style: black

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

Leah Wasser Leah Wasser

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 for more information about submitting pull requests or changes to abc-classroom.

License & Citation

BSD-3

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc