An extension to requests-oauthlib to specifically support calls to Salesforce APIs.
To run tests, install py.test and pytest-cov in your virtualenv and
$ py.test --cov=src/salesforce_requests_oauthlib/ --cov-report html:coverage
View test coverage results at ./coverage
.