Metadata-Version: 2.1
Name: oktools
Version: 0.0.1a1
Summary: OKtools package
Home-page: https://github.com/matthew-brett/oktools
Author: Matthew Brett
Author-email: matthew.brett@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Requires-Dist: gradools
Requires-Dist: rmdex
Requires-Dist: rnbgrader>=0.2

# OKtools

Tools to work with OKpy exercises and solutions.

Requires:

* Git
* [Hub utility](https://hub.github.com).  On Mac `brew install hub`.

See the [rmdex README](https://github.com/matthew-brett/rmdex) for
documentation of the markup for the exercises.

Example command to check exercise build and test:

```
okt-dir2exercise --site-config=$HOME/dev_trees/cfd2021/_course.yml .
```

Then, when satisfied:

```
okt-dir2exercise --site-config=$HOME/dev_trees/cfd2021/_course.yml . --push
```

