Skip to main content

Sakura Secure Mobile Connect API tool

Project description

# Python tool for SAKURA Secure Mobile Connect

## What is this

このツールは、 [さくらのクラウド](https://cloud.sakura.ad.jp/) のAPIを利用して、
[セキュアモバイルコネクト](https://www.sakura.ad.jp/services/sim/) のSIMを管理するためのPythonツールです。

SIMの登録、有効化、無効化、登録解除などができます。

## How To use

* [ドキュメント](https://hitsumabushi.github.io/python-sakura-secure-mobile-connect/index.html)
* [PyPI](https://pypi.org/project/ssmc/)

### Install

```
$ pip install ssmc
```

### Usage

```python
import ssmc

api = ssmc.APIClient(token=_token_, secret=_secret_, zone="is1b")
# List MGWs
mgws, _ = api.list_mgws()
print(mgws)
```

# 開発者向けメモ

## テストについて

さくらのクラウドのテスト用のゾーン(tk1v) がセキュアモバイルコネクトに対応していないようなので、
ひとまず、プライベートリポジトリで実際のICCIDなどを使ってテストしています。

## ドキュメント

```
$ pip install -r requirements-dev.txt
$ cd docs
$ make html
```


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

ssmc-1.2.4.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

ssmc-1.2.4-py2.py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 2 Python 3

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