Skip to main content

Python API for dynamon.io

Project description

# Python API for [dynamon.io](https://dynamon.io)

*Dynamon – Dynamic monitoring of real time data*


## Installing

```
pip install dynamon
```


## Using

### API

**`dynamon.push(x, y)`**<br>
Push data point `(x, y)` to graph. `x` defaults to current time.

**`dynamon.push(x, [y1, y2, ...])`**<br>
Push data points `(x, y<sub>i</sub>)` for multiple lines in one graph.
`x` defaults to current time.

**`dynamon.push('Hello world')`**<br>
Push plain text.

*All invocations of `dynamon.push` take an optional keyword argument `id='foo'` for use multiple graphs and text elements.*

**`dynamon.clear()`**<br>
Clear all graphs and text elements at `path`.

**`dynamon.path = 'my-unique-path`**<br>
Set the path for output: `https://dynamon.io/my-unique-path`. If not specified, a random path is generated.

See [dynamon.io](https://dynamon.io) for further details.


### Example

See [`test.py`](test.py) for an example.


## Technical details

This API caches `dynamon.push(..)` requests for `dynamon.cache_timeout` seconds
(defaulting to 1). After this time a batched http request is made with all
cached data. This is good for performance.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dynamon-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

dynamon-0.1.0-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page