The official Resin.io SDK for Python.
The intention of this module is to provide developers a nice API to integrate their Python applications with Resin.io.
Install the Resin SDK:
From Source:
https://github.com/resin-io/resin-sdk-python
From git:
pip install git+https://github.com/resin-io/resin-sdk-python.git
We also support NodeJS SDK.
>>> from resin import Resin
>>> resin = Resin()
>>> credentials = {'username':<your email>, 'password':<your password>}
>>> resin.auth.login(**credentials)
...
We generate markdown documentation in DOCUMENTATION.md.
To generate the documentation:
python docs_generators.py > DOCUMENTATION.md
If you're having any problem, please raise an issue on GitHub and the Resin.io team will be happy to help.
- Issue Tracker: github.com/resin-io/resin-sdk-python/issues
- Source Code: github.com/resin-io/resin-sdk-python
The project is licensed under the MIT license.