Metadata-Version: 2.1
Name: graphpkg
Version: 1.0.2
Summary: This package is to create graphs with help of matplotlib but with some extra facilities like customized live graphs.
Home-page: https://github.com/NishantBaheti/graphpkg
Author: Nishant Baheti
Author-email: nishantbaheti.it19@gmail.com
License: MIT
Project-URL: Documentation, https://nishantbaheti.github.io/graphpkg/_build/html
Project-URL: Tracker, https://github.com/NishantBaheti/graphpkg/issues
Project-URL: Source, https://github.com/NishantBaheti/graphpkg
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: cycler (==0.10.0)
Requires-Dist: kiwisolver (==1.3.2)
Requires-Dist: matplotlib (==3.4.3)
Requires-Dist: numpy (==1.21.2)
Requires-Dist: Pillow (==8.3.2)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: scipy (==1.7.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

========
graphpkg
========


A package to plot graphs on a dashboard using matplotlib



Description
===========

This package initially started with the idea of plotting live trend graph using matplotlib as base.

visit https://graphpkg.readthedocs.io/ for detailed documentation


