SubsCrypt Python Package
The python interface for interacting with SubsCrypt Service.
Installation
$> pip install subscrypt
Getting Started
>>> from subscrypt import Subscrypt
>>> subscrypt_client = Subscrypt()
>>> subscrypt_client.is_connected()
True
Docs
You can access the docs here