datetime-distance

Compare string distances between dates, timestamps, or datetime objects.


License
MIT
Install
pip install datetime-distance==0.1.3

Documentation

datetime-distance

Python library to compare string distances between dates, timestamps, or datetime objects.

Development

Install dev requirements with pip:

pip install dev-requirements.txt

Testing

pytest tests

All tests must pass.