Metadata-Version: 2.1
Name: wayforpay
Version: 1.0.1
Summary: WayForPay API wrapper for Python
Home-page: https://github.com/zagran/wayforpay
Author: Serhii Zahranychnyi
Author-email: serhii.z@edicasoft.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.22.0)

# wayfropay - WayForPay API wrapper for Python

![GitHub-issues](https://img.shields.io/github/issues/zagran/wayforpay)

Python client for [WayForPay API](https://wiki.wayforpay.com/display/WADU/Wayforpay+Api+documentations+UA)

* [Installation](#installation)
* [Usage](#usage)
* [License](#license)

## Installation

```bash
pip install wayforpay
```

or add to to your requirements.txt `wayforpay` and run

```bash
pip install -r requirements.txt
```

## Usage

The tool is under development. Examples will appear here as soon as they are implemented.

## License

The MIT License (MIT). Please see [License](LICENSE) for more information.

## Contacts
Feel free to contact us at [Edicasoft](https://edicasoft.com) or [serhii.z@edicasoft.com](serhii.z@edicasoft.com)

