python-iso8601 1.0.2
Module to parse ISO 8601 dates
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00
) into datetime
objects.
- Website: https://github.com/micktwomey/pyiso8601
- Licenses: Expat
- Package source: gnu/packages/time.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-iso8601 1.0.2
as follows:
guix install python-iso8601@1.0.2
Or install the latest version:
guix install python-iso8601
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.