Metadata-Version: 2.3
Name: otelmini
Version: 0.0.1
Project-URL: Documentation, https://github.com/pmcollins/otelmini#readme
Project-URL: Issues, https://github.com/unknown/otelmini/issues
Project-URL: Source, https://github.com/unknown/otelmini
Author-email: Pablo Collins <pcollins@splunk.com>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: googleapis-common-protos
Requires-Dist: grpcio
Requires-Dist: opentelemetry-api
Requires-Dist: opentelemetry-proto
Requires-Dist: opentelemetry-sdk
Requires-Dist: oteltest
Description-Content-Type: text/markdown

# otelmini

[![PyPI - Version](https://img.shields.io/pypi/v/otelmini.svg)](https://pypi.org/project/otelmini)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/otelmini.svg)](https://pypi.org/project/otelmini)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install otelmini
```

## License

`otelmini` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
