Fast, regex-based date parsing library in plain Python.
Go to file
Niklas Rosenstein 66f0ca5afd
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
release 2.1.0
2023-08-16 15:45:47 +02:00
.changelog release 2.1.0 2023-08-16 15:45:47 +02:00
.github/workflows add ci 2022-11-05 23:16:27 +00:00
src/nr/date release 2.1.0 2023-08-16 15:45:47 +02:00
tests feature: The `duration` type now supports a `microseconds` attribute to be in line with `datetime.timedelta` and `dateutil.relativedelta`. (#2) 2023-08-16 13:32:42 +00:00
.drone.jsonnet Add CI (#3) 2023-08-16 13:44:45 +00:00
.flake8 tests: Improve unit tests by describing them in a TOML file, no longer needing Pandas 2023-08-16 15:27:44 +02:00
.gitignore state of nr.util 0.8.9 2022-11-05 23:15:47 +00:00
LICENSE state of nr.util 0.8.9 2022-11-05 23:15:47 +00:00
pyproject.toml release 2.1.0 2023-08-16 15:45:47 +02:00
readme.md update readme 2022-11-05 23:21:27 +00:00

readme.md

nr.date

A fast, regex-based date parsing library in pure Python.