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

# Kody Python gRPC client

## Description
The Kody Python gRPC Client is an SDK generated from protobuf protocols to facilitate communication with the Kody Payments Gateway. This library provides a simple and efficient way to integrate Kody payment functionalities into your applications.

## Requirements
- python 3.11.10
- grpcio-tools
- pyenv (optional for the samples)

### Environment

You can use your native python environment (Python 3.11.10) or use [pyenv](https://github.com/pyenv/pyenv) to create a virtual environment for python 3.11.10.

## Installation

You can install from the package that already includes all the required dependencies:

[Available releases](https://github.com/KodyPay/kody-clientsdk-python-3.6/releases)
```bash 
pip install https://github.com/KodyPay/kody-clientsdk-python-3.6/releases/download/v<version>/kody_clientsdk_python-<version>.tar.gz
```

## 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 gRPC Client.

## Troubleshooting

If you encounter issues, ensure:

- Contact Kody support or tech team
