Metadata-Version: 2.3
Name: making-with-code-cli
Version: 4.1.0
Summary: Courseware for Making With Code
License: MIT
Author: Chris Proctor
Author-email: chris@chrisproctor.net
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: dateparser (>=1.2.0,<2.0.0)
Requires-Dist: gitpython (>=3.1.44,<4.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Project-URL: issues, https://github.com/cproctor/making-with-code-courseware/issues
Description-Content-Type: text/markdown

# Making With Code CLI

This package provides the command-line tool `mwc` which accompanies the Making With Code
introductory Computer Science curriculum. `mwc` helps students configure their computers, 
sets up git repositories for course assignemnts, and provides helpers for other course tasks
like running tests and accessing the curriculum.

Teachers will be able to use `mwc` to adminster their courses, including tools for feedback and 
assessment. The overall goal of the project is to provide computational infrastructure to teachers
and schools allowing them to teach CS through open-ended projects using real tools, supporting 
personal relationships with powerful ideas and rich computing cultures. 

## Usage

`mwc` can be installed via pip. However, if you're a student or teacher using 
Making With Code, there is a separate bootstrapping process you should follow. 
Please consult your curriculum website (or ask your teacher) for detailed instructions 
on how and why to use this tool. 

    pip3 install making-with-code-cli

Once installed, you can set up your computer using the `mwc setup` command. Run 
`mwc --help` to see all the commands available.  

## Contact

If you're interested in computing education and want to learn more about Making With Code, 
please contact [Dr. Chris Proctor](https://chrisproctor.net).

