2
Fork 0
Keine Beschreibung
Datei suchen
Felix Fröhlich 455e16a424
Add several utilities revolving around timedelta
UnitOfTime is for quickly creating specific timedeltas and convert between units of time
now() and today() always yield timezone-aware datetime/date objects; local time by default
round_time() allows rounding timedelta/datetime/time objects to any accuracy up to one day
2026-05-12 08:58:12 +02:00
.idea Add coverage badge pre-commit hook 2026-03-10 12:07:09 +01:00
pprs Add several utilities revolving around timedelta 2026-05-12 08:58:12 +02:00
tests Add several utilities revolving around timedelta 2026-05-12 08:58:12 +02:00
.gitignore Add coverage badge pre-commit hook 2026-03-10 12:07:09 +01:00
.pre-commit-config.yaml Fix tests directory 2026-03-30 14:33:07 +02:00
.python-version Rename package to py-pprs-utils 2026-03-04 12:11:54 +01:00
Manifest.in Fix build process 2025-10-13 12:08:54 +02:00
pyproject.toml Fix tests directory 2026-03-30 14:33:07 +02:00
README.md Fix build process 2025-10-13 12:08:54 +02:00
uv.lock Add coverage badge pre-commit hook 2026-03-10 12:07:09 +01:00

pprs-utils