Metadata-Version: 2.1
Name: deep-agent
Version: 0.0.7
Summary: DEEP Python Agent
Author-email: Ben Donnelly <b.w.donnelly1@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
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: Typing :: Typed
Requires-Python: >3.7
Requires-Dist: deep-proto
Requires-Dist: grpcio
Requires-Dist: protobuf
Description-Content-Type: text/markdown

# 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 Grafama UI.

## Usage

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

```python
import deep

deep.start()
```

## Examples

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