Package python3-module-first: Information

    Source package: python3-module-first
    Version: 2.0.2-alt1
    Latest version according to Repology
    Build time:  Oct 1, 2022, 08:27 PM in the task #307723
    Report package bug
    License: MIT
    Summary: The function you always missed in Python: return the first value of an iterable
    Description: 
    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".

    List of RPM packages built from this SRPM:
    python3-module-first (noarch)

    Maintainer: Anton Zhukharev

    List of contributors:
    Anton Zhukharev


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

    Last changed


    Oct. 1, 2022 Anton Zhukharev 2.0.2-alt1
    - initial build for Sisyphus