Metadata-Version: 2.1
Name: okp4-grpc-client
Version: 1.0.0
Summary: Python gRPC client for ØKP4 and by extension, CØSMOS based blockchains.
Home-page: https://github.com/okp4/okp4-cosmos-proto
License: BSD-3-Clause
Author: OKP4
Author-email: opensource@okp4.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/okp4/okp4-cosmos-proto
Description-Content-Type: text/markdown

# ØKP4 CØSMOS proto

> Python gRPC client for ØKP4 and by extension, CØSMOS based blockchains.

[![build](https://github.com/okp4/okp4-cosmos-proto/actions/workflows/build.yml/badge.svg)](https://github.com/okp4/okp4-cosmos-proto/actions/workflows/build.yml)
[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

## Purpose

Provides Python [gRPC clients](https://grpc.io/docs/languages/python/quickstart/) for ØKP4 and by extension, CØSMOS based blockchains generated from their Protobuf definitions.

## Quick Start

```sh
pip install okp4_grpc_client
```

