Releases: oxydev/SubsCrypt-python-package
Releases · oxydev/SubsCrypt-python-package
Stable Release
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
Initial release
0.0.3 Update readme documents