Skip to content

dedupeio/datetime-distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.