Metadata-Version: 2.4
Name: wavelet-transform-contracts
Version: 1.0.5
Summary: Protobuf contracts for WaveletTransform services
Author: CardioWaveAI
License: MIT
Project-URL: Homepage, https://github.com/CardioWaveAI/WaveletTransform-Contracts
Project-URL: Repository, https://github.com/CardioWaveAI/WaveletTransform-Contracts
Project-URL: Issues, https://github.com/CardioWaveAI/WaveletTransform-Contracts/issues
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
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: grpcio>=1.60.0
Requires-Dist: protobuf>=4.25.0

# WaveletTransform Contracts (Python)

Protobuf contracts for WaveletTransform services.

## Installation

```bash
pip install wavelet-transform-contracts
```

## Usage

```python
from wavelet_transform_contracts import your_service_pb2
from wavelet_transform_contracts import your_service_pb2_grpc
```

## Description

This package contains the Protocol Buffer definitions for the WaveletTransform service, allowing Python applications to communicate with .NET services using gRPC.
