Metadata-Version: 2.1
Name: sdkperf-py
Version: 1.11.0
Summary: Solace PubSub+ SDKPerf for Python.
Home-page: UNKNOWN
Author: Solace Corporation
Author-email: info@solace.com
License: licenses.txt
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Solace
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: solace-pubsubplus (>=1.11.0)
Requires-Dist: pubsubplus-opentelemetry-integration (>=1.0.1)
Requires-Dist: opentelemetry-api (==1.22.0)
Requires-Dist: opentelemetry-exporter-otlp-proto-common (==1.22.0)
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc (==1.22.0)
Requires-Dist: opentelemetry-proto (==1.22.0)
Requires-Dist: opentelemetry-sdk (==1.22.0)
Requires-Dist: opentelemetry-semantic-conventions (==0.43b0)

# Solace PubSub+ SDKPerf for Python

## Environment setup
* Requires Python 3.8 or later
* Install sdkperf_py via wheel file (Will install sub-dependencies)
   * `pip install sdkperf_py-X.Y.Z-py3-none-any.whl`

## SDKPerf for Python Usage
* Run the tool `python3 -m sdkperf_py [options]`
    * To view all options available `python3 -m sdkperf_py -h`


