Skip to content

bobsled-inc/python-sdk

Repository files navigation

Bobsled Python SDK

A Python library to interact with Bobsled

Installation

pip install bobsled-python-sdk

Getting Started

from bobsled_sdk import BobsledClient

credentials = { "email": "ex@mple.com", "password": "example"}

b = BobsledClient(credentials)

Documentation

More information can be found on the Bobsled-Python-SDK documentation site.

Development setup

pip install -r requirements.txt
pip install -r requirements_dev.txt
pytest tests

Release History

  • 1.0.0
    • Initial release

Meta

Danny Yu – danny@berkeley.edu

Distributed under the MIT License. See LICENSE for more information.

https://github.com/danny-yu

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published