Metadata-Version: 2.1
Name: finazon-grpc-python
Version: 1.0.104.1
Summary: Finazon gRPC client library for Python
Home-page: https://github.com/finazon-io/finazon-grpc-python
Author: Finazon
Author-email: team@finazon.io
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: grpcio (==1.58.0)
Requires-Dist: grpcio-tools (==1.58.0)
Requires-Dist: mypy-protobuf (>=3.5.0,<4.0.0)
Project-URL: Repository, https://github.com/finazon-io/finazon-grpc-python
Description-Content-Type: text/markdown

# finazon-grpc-python
Finazon gRPC client library for Python

## Requirements
Python >= 3.8

## Installation

Via pip
```shell
pip install finazon-grpc-python
```
Via poetry
```shell
poetry add finazon-grpc-python
```

## Usage example
See [examples](https://github.com/finazon-io/finazon-grpc-python/tree/main/examples)

