Metadata-Version: 2.1
Name: subscrypt
Version: 0.0.3
Summary: Python client for Subscrypt
Home-page: https://github.com/oxydev/SubsCrypt-python-package
Author: Ali Ahmadi
Author-email: ali.ahmadi.star27@gmail.com
Maintainer: Ali Ahmadi
Maintainer-email: ali.ahmadi.star27@gmail.com
License: Apache
Keywords: Subscrypt,blockchain,subscribe,subscription
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# SubsCrypt Python Package

[![PyPI license](https://img.shields.io/pypi/l/subscrypt.svg)](https://pypi.python.org/pypi/subscrypt/)
[![PyPI version fury.io](https://badge.fury.io/py/subscrypt.svg)](https://pypi.python.org/pypi/subscrypt/)

The python interface for interacting with SubsCrypt Service.

<img src="https://oxydev.github.io/SubsCrypt-docs/images/logo2.png" width="400">

# Installation

```bash
$> pip install subscrypt
```

# Getting Started

```python
>>> from subscrypt import Subscrypt
>>> subscrypt_client = Subscrypt()
>>> subscrypt_client.is_connected()
True
```

# Docs

You can access the docs [here](/docs)


