Skip to content

frank-u/resin-sdk

 
 

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.

About

Resin SDK for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%