Skip to main content

A small example package

Project description

GrafanaSnapshot Package Build Status

Install

If you want to use the API algorithms in your code, it is as simple as:

$ pip3 install grafana-snapshot

You can test by creating a python file:

from GrafanaSnapshot.GenerateSnapshot import GenerateSnapshot

if __name__ == "__main__":
    grafana = GenerateSnapshot(auth='', host='xx', port=3000, protocol="https")
    result = grafana.generate(tags="tags", time_from=1563183710618, time_to=1563185212275)

Uninstall

If you want to uninstall grafana-snapshot, it is as simple as:

$ pip3 uninstall -y grafana-snapshot

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

grafana-snapshot-0.0.5.tar.gz (3.4 kB view hashes)

Uploaded Source

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