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

    Исходный пакет: python3-module-first
    Версия: 2.0.2-alt1
    Собран:  29 октября 2022 г. 1:12
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/first/

    Лицензия: MIT
    О пакете: The function you always missed in Python: return the first value of an iterable
    Описание: 
    first is an MIT-licensed Python package with a simple function that
    returns the first true value from an iterable, or None if there is none.
    If you need more power, you can also supply a key function that is used
    to judge the truth value of the element or a default value if None
    doesn't fit your use case.
    
    N.B. I'm using the term "true" consistently with Python docs for any()
    and all() - it means that the value evaluates to true like: True, 1,
    "foo", or [None]. But not: None, False, [], or 0. In JavaScript, they
    call this "truthy".

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

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

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

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

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


    1 октября 2022 г. Anton Zhukharev 2.0.2-alt1
    - initial build for Sisyphus