Metadata-Version: 2.1
Name: pynatrace
Version: 1.10.0
Summary: Python limited CLI for Dynatrace
License: MIT
Author: Michael MacKenna
Author-email: mmackenna@unitedfiregroup.com
Requires-Python: >=3.8,<4.0
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
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: dt (>=1.1.48,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: termcolor (>=2.2.0,<3.0.0)
Description-Content-Type: text/markdown

# pynatrace

CLI for Dynatrace tasks
=======

### Description

pynatrace is a cli for the Dynatrace API
It is based on https://github.com/dynatrace-oss/api-client-python
Set the following environment variables

DT_API_KEY = 'API-YOURAPIKEY'

DT_SERVER_URI = 'https://activegate.example.com:9999/e/tenant_id'

### Install

```bash
$ pip install pynatrace
```

### [Documentation](https://fuzzy-adventure-vyvnnjl.pages.github.io)

