This module is a parser for Stanford course descriptions that extracts course requirements.
$ python setup.py install
Usage information can be printed with:
$ python -m stanfordreq -h
More information is available in the module docstrings.
Test cases can be run with py.test:
$ py.test