Package python3-module-isodate: Information

    Source package: python3-module-isodate
    Version: 0.6.1-alt2
    Latest version according to Repology
    Build time:  Jan 23, 2024, 05:43 PM in the task #338763
    Report package bug
    License: BSD-3-Clause
    Summary: An ISO 8601 date/time/duration parser and formater
    Description: 
    This module implements ISO 8601 date, time and duration parsing. The
    implementation follows ISO8601:2004 standard, and implements only
    date/time representations mentioned in the standard. If something is not
    mentioned there, then it is treated as non existent, and not as an
    allowed option.
    
    For instance, ISO8601:2004 never mentions 2 digit years. So, it is not
    intended by this module to support 2 digit years. (while it may still be
    valid as ISO date, because it is not explicitly forbidden.) Another
    example is, when no time zone information is given for a time, then it
    should be interpreted as local time, and not UTC.
    
    As this module maps ISO 8601 dates/times to standard Python data types,
    like date, time, datetime and timedelta, it is not possible to convert
    all possible ISO 8601 dates/times. For instance, dates before 0001-01-01
    are not allowed by the Python date and datetime classes. Additionally
    fractional seconds are limited to microseconds. That means if the parser
    finds for instance nanoseconds it will round it to microseconds.

    List of rpms provided by this srpm:
    python3-module-isodate (noarch)

    Maintainer: Grigory Ustinov


    ACL:
    Grigory Ustinov
    @python

      1. python3-module-coverage
      2. python3-module-pyproject-installer >= 0.4.0
      3. python3-module-setuptools
      4. python3-module-tox
      5. python3-module-tox-console-scripts
      6. python3-module-tox-no-deps
      7. python3-module-wheel
      8. rpm-build-python3

    Last changed


    Jan. 23, 2024 Grigory Ustinov 0.6.1-alt2
    - Fixed FTBFS.
    March 5, 2022 Stanislav Levin 0.6.1-alt1
    - 0.6.0 -> 0.6.1.
    Sept. 16, 2021 Stanislav Levin 0.6.0-alt1
    - 0.5.4 -> 0.6.0.