python-iso8601
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.
- Versions: 1.0.2
- Website: https://github.com/micktwomey/pyiso8601
- Licenses: Expat
- Package source: gnu/packages/time.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-iso8601
as follows:
guix install python-iso8601
Or install a particular version:
guix install python-iso8601@1.0.2
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.
Badge code
You can use the following badge to inform users of python-iso8601 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-iso8601'><img src='https://packages.guix.gnu.org/packages/python-iso8601/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-iso8601/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-iso8601)
Example Org:
[[https://packages.guix.gnu.org/packages/python-iso8601][https://packages.guix.gnu.org/packages/python-iso8601/badges/latest-version.svg]]