Metadata-Version: 1.1
Name: laa
Version: 0.1.3
Summary: Lazy Replacements for »any« and »all« with lambdas
Home-page: https://github.com/edelbluth/laa
Author: Juergen Edelbluth
Author-email: dev@juergen.rocks
License: Apache License 2.0
Download-URL: https://github.com/edelbluth/laa/tarball/v0.1.3
Description: Lazy «any» and «all»
        ====================
        
        Sometimes, one would like to use the Python built-ins «any» and «all», but combined with the advantages of Short Circuit
        Evaluation.
        
        The package `laa` provides two methods: `lazy_any` and `lazy_all`.
        
        Detailed description of the basic idea (german): `https://juergen.rocks/art/python-any-all-lazy-short-circuit-evaluation.html <https://juergen.rocks/art/python-any-all-lazy-short-circuit-evaluation.html>`__
        
Keywords: any,all,lazy,short circuit,sce,short circuit evaluation,lambda
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
