Metadata-Version: 1.2
Name: pyplotjuggler
Version: 0.1.1
Summary: A timeseries visualization tool in Python
Home-page: https://github.com/AtsushiSakai/pyplotjuggler
Author: Atsushi Sakai
Author-email: asakaig@gmail.com
Maintainer: Atsushi Sakai
Maintainer-email: asakaig@gmail.com
License: MIT
Description: pyplotjuggler
        =============
        
        A Python visualization tool for timeseries data.
        
        This is inspired by `PlotJuggler <https://www.plotjuggler.io/>`__
        
        Demo
        ====
        
        .. figure:: https://github.com/AtsushiSakai/pyplotjuggler/raw/master/imgs/pyplotjuggler_demo.gif
           :alt: 2
        
           2
        
        Requirements
        ============
        
        -  Python 3.6.x (2.7 is not supported)
        
        -  matplotlib
        
        -  pandas
        
        How to install
        ==============
        
           pip install pyplotjuggler
        
        -  `pyplotjuggler · PyPI <https://pypi.org/project/pyplotjuggler/>`__
        
        How to use
        ==========
        
        License
        =======
        
        MIT
        
        Author
        ======
        
        Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
        
Keywords: python matplotlib tkinter
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >3.6.0
