Skip to content

whitman-books-online/whitman-books-online

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.