Metadata-Version: 2.4
Name: bencherscaffold
Version: 0.5.2
Summary: 
License: MIT
Author: Leonard Papenmeier
Author-email: leonard@papenmeier.io
Requires-Python: >=3.8,<3.15
Classifier: License :: OSI Approved :: MIT License
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: grpcio (>=1.70.0,<1.71.0) ; python_version < "3.14"
Requires-Dist: grpcio (>=1.76.0,<1.77.0) ; python_version >= "3.14"
Requires-Dist: protobuf (>=4.25.0,<4.26.0) ; python_version < "3.14"
Requires-Dist: protobuf (>=6.31.0,<6.32.0) ; python_version >= "3.14"
Description-Content-Type: text/markdown

# BencherScaffold

This repository contains the scaffold for the [Bencher](https://github.com/LeoIV/Bencher) project.
It contains the protobuf files and the generated python code to communicate with the Bencher server.

Please refer to the [Bencher](https://github.com/LeoIV/Bencher) repository for more information.

## Installation

```shell
pip install git+https://github.com/LeoIV/BencherScaffold.git
```

## Usage

See the [Bencher](https://github.com/LeoIV/Bencher) repository for usage examples.
