Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

mobilityhouse/resin-sdk-python

 
 

Repository files navigation

Resin SDK

The official Resin.io SDK for Python.

Role

The intention of this module is to provide developers a nice API to integrate their Python applications with Resin.io.

Installation

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

Platforms

We also support NodeJS SDK.

Basic Usage

>>> from resin import Resin
>>> resin = Resin()
>>> credentials = {'username':<your email>, 'password':<your password>}
>>> resin.auth.login(**credentials)
...

Documentation

We generate markdown documentation in DOCUMENTATION.md.

To generate the documentation:

python docs_generators.py > DOCUMENTATION.md

Support

If you're having any problem, please raise an issue on GitHub and the Resin.io team will be happy to help.

Contribute

License

The project is licensed under the MIT license.

Packages

No packages published

Languages

  • Python 99.1%
  • JavaScript 0.9%