A Python library to interact with Bobsled
pip install bobsled-python-sdk
from bobsled_sdk import BobsledClient
credentials = { "email": "ex@mple.com", "password": "example"}
b = BobsledClient(credentials)
More information can be found on the Bobsled-Python-SDK documentation site.
pip install -r requirements.txt
pip install -r requirements_dev.txt
pytest tests
- 1.0.0
- Initial release
Danny Yu – danny@berkeley.edu
Distributed under the MIT License. See LICENSE
for more information.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request