Metadata-Version: 2.1
Name: categorical-colour-calendar
Version: 0.0.7
Summary: Library for drawing monthly calendars and highlighting dates from categorical data
Home-page: https://github.com/erichards97/categorical-colour-calendar
Author: Edward Richards
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=1.2.1)
Requires-Dist: matplotlib (>=3.3.4)
Provides-Extra: dev
Requires-Dist: pytest (>=6.2.2) ; extra == 'dev'
Requires-Dist: check-manifest (>=0.46) ; extra == 'dev'
Requires-Dist: twine (>=3.3.0) ; extra == 'dev'
Requires-Dist: wheel (>=0.36.2) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx (==3.4.3) ; extra == 'docs'

# Categorical Colour Calendar
[![PyPI version](https://badge.fury.io/py/categorical-colour-calendar.svg)](https://badge.fury.io/py/categorical-colour-calendar)
[![Documentation Status](https://readthedocs.org/projects/categorical-colour-calendar/badge/?version=latest)](https://categorical-colour-calendar.readthedocs.io/en/latest/?badge=latest)

![Example](https://raw.githubusercontent.com/erichards97/categorical-colour-calendar/main/docs/source/_static/ex1.png)


## Setup
```
pip install categorical-colour-calendar
```


## Documentation
[Documentation](https://categorical-colour-calendar.readthedocs.io/en/latest/)

## Development
```
pip install -e .[dev]
```

## To Do
- Tests
- Check DataFrame compatibility
- Multiple events on one day
- Test different Python versions
- Heatmap mode
- Annual calendar mode
- CI

