Metadata-Version: 2.1
Name: grafanarmadillo
Version: 0.0.6
Summary: Simplifies interacting with Grafana, with a focus on templating dashboards 
Home-page: https://github.com/lilatomic/grafanarmadillo
Author: lilatomic
License: MIT License
Project-URL: webpage, https://github.com/lilatomic/grafanarmadillo
Project-URL: Documentation, https://grafanarmadillo.readthedocs.io/en/latest/
Project-URL: Changelog, https://github.com/lilatomic/grafanarmadillo/blob/main/docs/CHANGELOG.rst
Project-URL: Issue Tracker, https://github.com/lilatomic/grafanarmadillo/issues
Project-URL: Discussion Forum, https://github.com/lilatomic/grafanarmadillo/discussions
Platform: UNKNOWN
Requires-Python: >=3.6, <3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: grafana-api (~=1.0)

===============
Grafanarmadillo
===============

.. image:: https://github.com/lilatomic/grafanarmadillo/workflows/Tests/badge.svg?branch=main
    :target: https://github.com/lilatomic/grafanarmadillo/actions?workflow=Tests
    :alt: Test Status

.. image:: https://github.com/lilatomic/grafanarmadillo/workflows/Package%20Build/badge.svg?branch=main
    :target: https://github.com/lilatomic/grafanarmadillo/actions?workflow=Package%20Build
    :alt: Package Build

.. image:: https://codecov.io/gh/lilatomic/grafanarmadillo/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/lilatomic/grafanarmadillo
    :alt: Codecov

.. image:: https://api.codeclimate.com/v1/badges/d96cc9a1841a819cd4f5/maintainability
   :target: https://codeclimate.com/github/lilatomic/grafanarmadillo/maintainability
   :alt: Maintainability

.. image:: https://img.shields.io/codeclimate/tech-debt/lilatomic/grafanarmadillo
    :target: https://codeclimate.com/github/lilatomic/grafanarmadillo
    :alt: Code Climate technical debt

.. image:: https://img.shields.io/readthedocs/grafanarmadillo/latest?label=Read%20the%20Docs
    :target: https://grafanarmadillo.readthedocs.io/en/latest/index.html
    :alt: Read the Docs

Summary
=======

Grafanarmadillo simplifies interacting with Grafana, with a focus on templating dashboards.

Acknowledgments
===============

This repository was built from the `skeleton <https://github.com/joaomcteixeira/python-project-skeleton>`_ developed by Joao M. C. Teixeira (`webpage <https://bit.ly/joaomcteixeira>`_, `github <https://github.com/joaomcteixeira>`_)

Version
=======

v0.0.6


Changelog
=========

v0.0.6 (2021-09-21)
------------------------------------------------------------

* feature : Dashboarder
  * can get or set the content of a dashboard
  * can export and import dashboards (like with the "json model" and "import" buttons in Grafana)
* patch : get_dashboard returns exactly 1 (not a list)
* patch : get_folder returns exactly 1 (not list)
* patch : fix returns of methods in Finder

v0.0.5 (2021-09-20)
------------------------------------------------------------

* fix build

v0.0.4 (2021-09-20)
------------------------------------------------------------

* docsdocsdocs

v0.0.3 (2021-09-20)
------------------------------------------------------------

* adds methods for finding Grafana dashboards and folders by name

v0.0.2 (2021-09-18)
------------------------------------------------------------

* fixes CICD pipelines

v0.0.1 (2021-09-16)
-------------------

* templates from https://github.com/joaomcteixeira/python-project-skeleton


