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

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

License

Notifications You must be signed in to change notification settings

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