Пакет python3-module-udatetime: Информация

    Исходный пакет: python3-module-udatetime
    Версия: 0.0.17-alt1
    Собран:  23 января 2024 г. 5:57
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/udatetime

    Лицензия: Apache-2.0
    О пакете: Fast RFC3339 compliant Python date-time library
    Описание: 
    Handling date-times is a painful act because of the sheer endless amount
    of formats used by people. Luckily there are a couple of specified
    standards out there like ISO 8601. But even ISO 8601 leaves to many
    options on how to define date and time. That's why I encourage using the
    RFC3339 specified date-time format.
    
    udatetime offers on average 76% faster datetime object instantiation,
    serialization and deserialization of RFC3339 date-time strings.
    udatetime is using Python's datetime class under the hood and code
    already using datetime should be able to easily switch to udatetime.
    All datetime objects created by udatetime are timezone-aware. The
    timezones that udatetime uses are fixed-offset timezones, meaning
    that they don't observe daylight savings time (DST), and thus return
    a fixed offset from UTC all year round.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-udatetime (riscv64)
    python3-module-udatetime-benchmark (noarch)
    python3-module-udatetime-debuginfo (riscv64)

    Сопровождающий: Anton Zhukharev

    Список участников:
    Anton Zhukharev

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

    Последнее изменение


    10 декабря 2022 г. Anton Zhukharev 0.0.17-alt1
    - initial build for Sisyphus