ports/devel/py-ciso8601/pkg-descr
Po-Chuan Hsieh f564516dcd
devel/py-ciso8601: Update to 2.3.1
- Change MASTER_SITES to PYPI
- Convert to USE_PYTHON=pep517
- Convert to USE_PYTHON=unittest
- Update pkg-descr

Changes:	https://github.com/closeio/ciso8601/releases
2024-09-18 14:13:12 +08:00

8 lines
360 B
Text

ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime
objects.
Since it's written as a C module, it is much faster than other Python libraries.
ciso8601 only supports a subset of ISO 8601, but supports a superset of what is
supported by Python itself (datetime.fromisoformat), and supports the entirety
of the RFC 3339 specification.