Metadata-Version: 2.1
Name: calh
Version: 1.0.2
Summary: Calendar Heatmap
Home-page: https://github.com/ricky-lim/calh
Author: Ricky Lim
Author-email: rlim.email@gmail.com
License: Apache Software License 2.0
Keywords: calh
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: Click (>=7.0)
Requires-Dist: click-spinner (==0.1.10)
Requires-Dist: ics (==0.7)
Requires-Dist: matplotlib (==3.2.1)
Requires-Dist: notebook (==6.0.3)
Requires-Dist: numpy (==1.18.3)
Requires-Dist: pandas (==1.0.3)
Requires-Dist: pyprojroot (==0.2.0)
Requires-Dist: seaborn (==0.10.1)

====
calh
====


.. image:: https://img.shields.io/pypi/v/calh.svg
        :target: https://pypi.python.org/pypi/calh

.. image:: https://img.shields.io/travis/ricky-lim/calh.svg
        :target: https://travis-ci.com/ricky-lim/calh

.. image:: https://readthedocs.org/projects/calh/badge/?version=latest
        :target: https://calh.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/ricky-lim/calh/shield.svg
     :target: https://pyup.io/repos/github/ricky-lim/calh/
     :alt: Updates

.. image:: https://mybinder.org/badge_logo.svg
 :target: https://mybinder.org/v2/gh/ricky-lim/calh/master?filepath=examples%2Fexample.ipynb


Calendar Heatmap

Inspired by https://github.com/voila-gallery/voila-spotify


* Free software: Apache Software License 2.0
* Documentation: https://calh.readthedocs.io.


Features
--------

* Filtering calendar
* Visualizing calendar

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

1.0.0 (2020-05-05)
------------------

* support calendar filtering
* support calendar visualization as a heatmap

0.1.2 (2020-03-06)
------------------

* Ensure tox passed

0.1.1 (2020-03-06)
------------------

* Stop support on python 3.5 due to f-string

0.1.0 (2020-03-06)
------------------

* First release on PyPI.


