Metadata-Version: 2.4
Name: hyperledger-fabric-protos
Version: 0.3.7.dev349689853811
Summary: Python bindings for Hyperledger Fabric protocol buffers
Author-email: hyperledger/fabric <fabric@lists.hyperledger.org>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/hyperledger/fabric-protos
Project-URL: Repository, https://github.com/hyperledger/fabric-protos
Project-URL: Issues, https://github.com/hyperledger/fabric-protos/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: protobuf<6.0.0,>=5.27.0
Requires-Dist: grpcio<2.0.0,>=1.68.0

# Hyperledger Fabric Protos (Python)

Python bindings for Hyperledger Fabric protocol buffer and gRPC definitions.

## Installation

```bash
pip install hyperledger-fabric-protos
```

## Usage

```python
from fabric_protos.gateway import gateway_pb2
```

Generated sources are produced from the protobuf definitions in this repository.
