Metadata-Version: 2.1
Name: subscrypt
Version: 0.0.2
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
License-File: LICENSE

# SubsCrypt Python Package
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)


