Metadata-Version: 2.0
Name: calmap
Version: 0.0.6
Summary: Calendar heatmaps from Pandas time series data
Home-page: https://github.com/martijnvermaat/calmap
Author: Martijn Vermaat
Author-email: martijn@vermaat.name
License: MIT License
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas

Calendar heatmaps from Pandas time series data
==============================================

Plot `Pandas <http://pandas.pydata.org/>`_ time series data sampled by day in
a heatmap per calendar year, similar to GitHub's contributions plot, using
`matplotlib <http://matplotlib.org/>`_.

.. image:: https://pythonhosted.org/calmap/_images/index-2.png
    :alt: Example calendar heatmap


Usage
-----

See the `documentation <https://pythonhosted.org/calmap>`_.


Installation
------------

To install the latest release via PyPI using pip::

    pip install calmap


