Metadata-Version: 2.1
Name: kody_clientsdk_python
Version: 0.0.2
Summary: Kody API client
Home-page: https://github.com/KodyPay/kody-clientsdk-python
Author: Kody Tech Team
Author-email: tech@kody.com
License: MIT
Requires-Dist: grpcio==1.66.1
Requires-Dist: protobuf==5.27.2

# Kody Python Client

## Description
The Kody Python Client is it's your direct line of communication with the Kody Payments Gateway. It simplifies the integration of Kody payment functionalities into your applications.
The SDK is generated from protobuf protocols to facilitate communication with the Kody Payments Gateway.

## Requirements
- grpcio-tools

## Installation

### PIP

Install the Kody Python Client SDK using the following command:

```bash 
pip install kody-clientsdk-python
```

## Samples

Go to the [samples](https://github.com/KodyPay/kody-clientsdk-python-3.6/tree/main/samples) directory for examples on how to use the Kody Python Client.

## License

This project is licensed under the MIT License. 

