Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567372
en ru br
ALT Linux repos
S:2.0.2-alt1

Group :: Development/Python3
RPM: python3-module-first

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.0.2-alt1
Build date: 1 october 2022, 16:48 ( 82.1 weeks ago )
Size: 9905 b

Home page:   https://pypi.org/project/first/

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".

Current maintainer: Anton Zhukharev

List of contributors

List of rpms provided by this srpm:

  • python3-module-first
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin