Metadata-Version: 2.1
Name: doubledate
Version: 0.0.11
Summary: A calendar wrapper
Home-page: https://github.com/dschenck/doubledate
Author: david.schenck@outlook.com
Author-email: david.schenck@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: python-dateutil
Requires-Dist: sortedcontainers

[![build](https://github.com/dschenck/doubledate/workflows/doubledate/badge.svg)](https://github.com/dschenck/doubledate/actions)
[![PyPI version](https://badge.fury.io/py/doubledate.svg)](https://badge.fury.io/py/doubledate) 
[![Documentation Status](https://readthedocs.org/projects/doubledate/badge/?version=latest)](https://doubledate.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## doubledate: another datetime library 
doubledate, yet another datetime library, exposes a set of 20+ utility functions as well as an immutable `Calendar` object representing a sorted-set of dates.

## Documentation
Documentation is hosted on [read the docs](https://doubledate.readthedocs.io/en/latest/)
