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
```
## 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
Release history Release notifications | RSS feed
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.1.tar.gz
(15.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ssmc-1.2.1.tar.gz.
File metadata
- Download URL: ssmc-1.2.1.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9947241d1325e4f304a82801a3781c0ce5c1a53e0fc65df82100bfa1718e414f
|
|
| MD5 |
6aeadfc8608c997eb6637ba6a0f7a62d
|
|
| BLAKE2b-256 |
bc8ebe53a15caaabd01703ca318341033f5fa3c0821f1b64f34ffaff8b677828
|
File details
Details for the file ssmc-1.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: ssmc-1.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c4ebabd324326bff543512a3ad5ebffdfb2000ae2493661f973d0c3587eceb3
|
|
| MD5 |
92f2b618510f9077831c3a0eb2a9fe3b
|
|
| BLAKE2b-256 |
c65a2279bc57da945f11825175bc1d1473920f796b92b41bbce6e20c24bfada2
|