* #10 - Creating auxiliary client class to generate configuration class based on cachet's component list.
* Updating the python version in codacy to reduce false positives
* Moving some of the cachet operations to the client class to clean up the configuration class and making better constants
* Refactoring status to have proper classes and adding more tests. Refactoring the requests tests to use requests-mock.
* Removing unused imports from test_scheduler
* Adding more tests and the ability to run the client from command line
* Updating README and client arg parsing
* Fixing broken unit tests
* Migrating to python 3.7.2, but docker image is not working properly.
Need to continue investigating why it's not properly running.
* Trying to fix the build and fixing logging in the scheduler initialization.
* Trying to fix the build
* Collecting test results
* Fixing the dockerfile
* Updating the development dependencies