Metadata-Version: 2.1
Name: hovercal
Version: 0.1.0
Summary: hovercal is a package for visualizing data on a calendar heatmap
Home-page: https://github.com/lianamerk/hovercal
Author: Liana Merk
Author-email: liana.merk@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: bokeh
Requires-Dist: holoviews
Requires-Dist: panel

hovercal uses holoviews to create customizable plots from pandas timeseries data. Panel is used to create a global heatmap and arrange the plots. The user input is a dataframe containing dates and values. The package includes a cleaning function for plotting directly from spotify json extended listening history.

