Metadata-Version: 2.4
Name: hellocash
Version: 0.3.0
Summary: Unofficial Python SDK for HelloCash API
Author: Paul Harrer
Author-email: mail@paulharrer.at
Project-URL: GitHub, https://github.com/PaulHarrer/hellocash-python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

# HelloCash Python SDK
Unofficial Python SDK for HelloCash API

## Documentation
The documentation for the HelloCash API can be found [here](https://hellocash.docs.apiary.io/#).\
The documentation for the PyPi package can be found [here](https://pypi.org/project/hellocash/).

## Installation

Install the package using pip:

```bash
pip install hellocash
```

## Usage

```python
from hellocash import Client
```


