Metadata-Version: 2.4
Name: remote-pb2
Version: 0.1.0
Summary: Generated protobuf bindings for Remote write service
Home-page: https://github.com/leegin/remote_pb2
Author: Leegin Bernads
Author-email: leegin.t@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# remote_pb2

[![PyPI version](https://badge.fury.io/py/remote-pb2.svg)](https://pypi.org/project/remote-pb2/)

Python package containing **Protobuf-generated classes** for the Remote service.  
This package includes the protobuf bindings (`remote_pb2`, `types_pb2`) along with the required `gogoproto` definitions.

## 📦 Installation

You can install it directly from PyPI:

```bash
pip install remote-pb2


## Package Structure

remote_pb2/
├── remote_pb2.py        # Protobuf definitions for Remote service
├── types_pb2.py         # Common type definitions
└── gogoproto/
    └── gogo_pb2.py      # Gogo proto definitions
