Skip to main content

SAKURA Internet API Client Library

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

saklient-0.0.4.3.tar.gz (61.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page