Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 406 Bytes

File metadata and controls

21 lines (13 loc) · 406 Bytes

datetime-distance

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

Part of the Dedupe.io cloud service and open source toolset for de-duplicating and finding fuzzy matches in your data.

Development

Install dev requirements with pip:

pip install dev-requirements.txt

Testing

pytest tests

All tests must pass.