https://github.com/dedupeio/datetime-distance
📐 Compare dates and times
https://github.com/dedupeio/datetime-distance
Last synced: 11 months ago
JSON representation
📐 Compare dates and times
- Host: GitHub
- URL: https://github.com/dedupeio/datetime-distance
- Owner: dedupeio
- License: mit
- Created: 2017-05-25T19:21:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T20:54:59.000Z (about 6 years ago)
- Last Synced: 2025-06-04T18:08:34.784Z (about 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datetime-distance
Python library to compare string distances between dates, timestamps, or datetime objects.
Part of the [Dedupe.io](https://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.