Added missing Flask imports so that running unit tests against the mock LHOS pass
Updated the mock Flask server to support server API calls.
Added unit tests for server API calls.
Added a volume unit test that makes sure that volumes are created with the correct size.
Added support for PEP8 checks with tox.
Fixed various typos in the documentation.
Fix duplicate debug log message issue that can occur when multiple client objects are created.
Updated setup.py package requirements to be consistent with the ones defined in requirements.txt.
Updated setup.py package test-requirements to be consistent with the ones defined in test-requirements.txt.
Fixed PEP8 violations
Added tox environments to run tests with code coverage and to generate the documentation
Change GitHub account reference from WaltHP to hp-storage.
Modify the steps in the Installing from Source section to ensure correct installation of dependencies and ordering.
Added tox environments to run tests with code coverage and to generate the documentation
Consolidated the test/README.rst into the top level README.rst and added clarifications
Added the ability for getVolumes to filter based on cluster and fields.
Allows suppressing of InsecureRequestWarning messages
Changes the exception isinstance check to look for basestring/str instead of bytes in order to properly store the error description.
Adds a new API for modifying snapshots.
Adds SSH support
Allows changing timeouts for requests