Metadata-Version: 2.1
Name: munin2smartphone
Version: 0.0.3
Summary: HTTP API producing static pages from your munin data
Home-page: https://framagit.org/feth/munin2smartphone
Author: Feth AREZKI
Author-email: feth@majerti.fr
Requires-Python: >=3.6
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: docs
Requires-Dist: PyYAML (==5.3.1)
Requires-Dist: aiohttp (==3.6.2)
Requires-Dist: coloredlogs (>=14.0,<15.0)
Requires-Dist: jinja2 (>=2.11.2,<3.0.0)
Requires-Dist: pytz (>=2020.1,<2021.0)
Requires-Dist: pyxdg (>=0.26,<0.27)
Requires-Dist: quicklogging (>=0.3,<0.4)
Requires-Dist: toml (>=0.10.1,<0.11.0)
Project-URL: Documentation, https://munin2smartphone.readthedocs.io/
Project-URL: Repository, https://framagit.org/feth/munin2smartphone.git
Description-Content-Type: text/x-rst

================
munin2smartphone
================

Demilitarized HTTP server producing static pages that can be displayed securely (ie. without javascript).

.. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
   :target: https://www.python.org/

.. |license-GPL-2| image::  https://img.shields.io/badge/license-GPL%202-informational
   :target: https://framagit.org/feth/munin2smartphone/-/blob/master/LICENSE_GPL_2.txt

.. |license-CeCILL-2.1| image::  https://img.shields.io/badge/license-CeCILL--2.1-informational
   :target: https://framagit.org/feth/munin2smartphone/-/blob/LICENSE_CeCILL_2.1.txt

.. |project-url| image:: https://img.shields.io/badge/homepage-framagit-blue
   :target: https://framagit.org/feth/munin2smartphone

.. |repository-url| image:: https://img.shields.io/badge/repository-git%2Bhttps-blue
   :target: https://framagit.org/feth/munin2smartphone.git

.. |documentation| image:: https://readthedocs.org/projects/munin2smartphone/badge/?version=latest   :alt: Read the Docs

|made-with-python| |license-GPL-2| |license-CeCILL-2.1| |project-url| |repository-url|

.. figure:: docs/images/screenshot_android.png

   Screen capture of *munin2smartphone* on an android phone.

Installation, usage and development documentation: |documentation|

documentation = "https://munin2smartphone.readthedocs.io/"


