8000 GitHub - sakura-internet/saklient.python: [DEPRECATED] An easy interface to control your resources on SAKURA Cloud.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

sakura-internet/saklient.python

Repository files navigation

DEPRECATED

PLEASE USE THE ALTERNATIVE LIBRARIES

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

[DEPRECATED] An easy interface to control your resources on SAKURA Cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0