An open API service indexing awesome lists of open source software.

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

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.