tsuttsu305 / saklient.python

An easy interface to control your resources on SAKURA Cloud.

Home Page:http://cloud.sakura.ad.jp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAKURA Internet API Client Library for Python

This library gives you an easy interface to control your resources on SAKURA Cloud.

Table of Contents

Requirements

  • Python 2.7 or 3.4

How to use this library in your project

# Install the package
pip install saklient

# Edit your code
cd YOUR/PROJECT/ROOT
vim YOUR-CODE.py
from saklient.cloud.api import API

api = API.authorize(token, secret, zone)
# ZONE: "is1a" (Ishikari 1st zone), "is1b" (Ishikari 2nd zone), "tk1v" (Sandbox)
# "tk1v" is recommended for tests

# ...

Examples

Code examples are available here.

Copyright and license

Copyright (C) 2014-2015 SAKURA Internet, Inc.

This library is freely redistributable under MIT license.

  • Special thanks to ABEJA.INC for supporting Python 2

About

An easy interface to control your resources on SAKURA Cloud.

http://cloud.sakura.ad.jp/

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%