Metadata-Version: 2.4
Name: hisend
Version: 1.0.0
Summary: Official Python SDK for Hisend
Author-email: Hisend <support@hisend.app>
Project-URL: Homepage, https://hisend.app
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.1

# Hisend Python SDK
Official Python SDK to interact with the [Hisend API](https://api.hisend.app/v1).

## Installation
```bash
pip install hisend
```
