Metadata-Version: 2.4
Name: kody_clientsdk_python
Version: 1.6.3
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
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# Kody Python Client

## Description
The Kody Python Client allows direct communication with the Kody Payments Gateway. It simplifies the integration of Kody payments into your application.
The SDK is generated from Protobuf gRPC 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/tree/main/versions/3_12/samples) directory for examples on how to use the Kody Python Client.

## License

This project is licensed under the MIT License. 

