ScottyLabs / course-api

The new version of the Scheduling API, now with prerequisites, course descriptions, and more!
https://scottylabs.org/course-api/
MIT License
21 stars 14 forks source link

Implement more useful printing of information #59

Closed pilleye closed 5 years ago

pilleye commented 5 years ago

This commit prints the current course being processed and the total number of courses to be processes, then replaces the line with the sequential course, so that there aren’t thousands of lines printed out.

The following demonstrates what it looks like (note that test.py is the same as cmu-course-api).

Example

And as a second note, I changed the version number; someone with access to PyPI would need to update the package.

justinchuby commented 5 years ago

This is awesome!