benoitguigal / resin-sdk-python

Resin SDK for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Resin SDK for Python

License:MIT License


Languages

Language:Python 100.0%