Skip to content

Releases: oxydev/SubsCrypt-python-package

Stable Release

01 Sep 11:49
Compare
Choose a tag to compare

SubsCrypt Python Package

Python Test
PyPI license
PyPI version fury.io

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

05 Jun 17:53
Compare
Choose a tag to compare
0.0.3

Update readme documents