Metadata-Version: 2.3
Name: deep-agent
Version: 1.1.2
Summary: DEEP Python Agent
Author-email: Intergral GmbH <support@intergral.com>, Ben Donnelly <b.w.donnelly1@gmail.com>
License: AGPL-3.0-only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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: Typing :: Typed
Requires-Python: >3.7
Requires-Dist: deep-proto>=1.0.5
Requires-Dist: grpcio>=1.51.3
Requires-Dist: protobuf>=3.20.3
Description-Content-Type: text/markdown

[![Tests](https://github.com/intergral/deep-python-client/actions/workflows/on_push.yaml/badge.svg)](https://github.com/intergral/deep-python-client/actions/workflows/on_push.yaml)
[![PyPI](https://img.shields.io/pypi/v/deep-agent)](https://pypi.org/project/deep-agent/)

# DEEP Python Client

DEEP is an open source dynamic insight engine based on the Grafana stack. The idea is to allow dynamic collection of
Traces, Metrics, Logs and Snapshots via the Grafana UI.

## Usage

To use DEEP simple import the package and start the agent at the earliest point in the code.

```bash
pip install deep-agent
```

```python
import deep

deep.start()
```

## Examples

There are a couple of examples [available here](./examples/README.md).

## Documentation

For further documentation on the usage of deep-agent view the [docs](https://intergral.github.io/deep-python-client/).


## Licensing

For licensing info please see [LICENSING.md](./LICENSING.md)