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

[![Documentation Status](https://readthedocs.org/projects/doubledate/badge/?version=latest)](https://doubledate.readthedocs.io/en/latest/?badge=latest)

# doubledate
Managing irregular calendars isn't hard per-se, but it can be painful, especially in the context of trading calendars and backtesting. That is why doubledate exposes a nifty `Calendar` class to work with custom calendars.

## Installation
The best - and easiest - way to install `doubledate` is by calling:
```python
pip install doubledate 
```

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


