Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ssmc

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssmc

Sakura Secure Mobile Connect API tool

  • 1.3.0
  • Source
  • PyPI
  • Socket score

Maintainers
2

Python tool for SAKURA Secure Mobile Connect

What is this

このツールは、 さくらのクラウド のAPIを利用して、 セキュアモバイルコネクト のSIMを管理するためのPythonツールです。

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

How To use

Install

$ pip install ssmc

Usage

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc