Whitman Books Online is a web-based application to facilitate the sale and exchange of textbooks between students at Whitman College. It is being developed by the students of the CS300 Software Engineering course of spring 2018.
For those wanting to know more about:
- Our Privacy Policy
- The Development Process
- How to use Whitman Books Online
- And other stuff
Please see our ReadtheDocs.io site.
For our Python code we are conforming to the pep8 style-guide.
Tests can be run using pycodestyle, in order to find style mistakes. Code can be auto-corrected with autopep8.
pycodestyle is required for autopep8 and both can be installed with pip
.