Skip to content

whitman-books-online/whitman-books-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whitman Books Online

GitHub issues GitHub forks Documentation Status GitHub license

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.

Documentation

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.

Code Quality

Python

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.