Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 942 Bytes

File metadata and controls

27 lines (19 loc) · 942 Bytes

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