SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-lazy rpm build for : Fedora 23. For other distributions click python3-lazy.

Name : python3-lazy
Version : 1.2 Vendor : Fedora Project
Release : 5.fc23 Date : 2015-06-18 22:04:33
Group : Unspecified Source RPM : python-lazy-1.2-5.fc23.src.rpm
Size : 0.24 MB
Packager : Fedora Project
Summary : Lazy attributes for objects in Python 3
Description :
Lazy attributes are computed attributes that are evaluated only once, the first
time they are used. Subsequent uses return the results of the first call. They
come handy when code should run

- *late*, i.e. just before it is needed, and
- *once*, i.e. not twice, in the lifetime of an object.

You can think of it as deferred initialization.
The possibilities are endless.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/23/Everything/aarch64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-lazy-1.2-5.fc23.noarch.rpm
ftp.icm.edu.pl  python3-lazy-1.2-5.fc23.noarch.rpm
ftp.icm.edu.pl  python3-lazy-1.2-5.fc23.noarch.rpm
     

Provides :
python3-lazy

Requires :
python(abi) = 3.4
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1


Content of RPM :
/usr/lib/python3.4/site-packages/lazy
/usr/lib/python3.4/site-packages/lazy-1.2-py3.4.egg-info
/usr/lib/python3.4/site-packages/lazy-1.2-py3.4.egg-info/PKG-INFO
/usr/lib/python3.4/site-packages/lazy-1.2-py3.4.egg-info/SOURCES.txt
/usr/lib/python3.4/site-packages/lazy-1.2-py3.4.egg-info/dependency_links.txt
/usr/lib/python3.4/site-packages/lazy-1.2-py3.4.egg-info/top_level.txt
/usr/lib/python3.4/site-packages/lazy-1.2-py3.4.egg-info/zip-safe
/usr/lib/python3.4/site-packages/lazy/__init__.py
/usr/lib/python3.4/site-packages/lazy/__pycache__
/usr/lib/python3.4/site-packages/lazy/__pycache__/__init__.cpython-34.pyc
/usr/lib/python3.4/site-packages/lazy/__pycache__/__init__.cpython-34.pyo
/usr/lib/python3.4/site-packages/lazy/__pycache__/lazy.cpython-34.pyc
/usr/lib/python3.4/site-packages/lazy/__pycache__/lazy.cpython-34.pyo
/usr/lib/python3.4/site-packages/lazy/lazy.py
/usr/lib/python3.4/site-packages/lazy/tests
/usr/lib/python3.4/site-packages/lazy/tests/__init__.py
/usr/lib/python3.4/site-packages/lazy/tests/__pycache__
/usr/lib/python3.4/site-packages/lazy/tests/__pycache__/__init__.cpython-34.pyc
/usr/lib/python3.4/site-packages/lazy/tests/__pycache__/__init__.cpython-34.pyo
/usr/lib/python3.4/site-packages/lazy/tests/__pycache__/test_lazy.cpython-34.pyc
/usr/lib/python3.4/site-packages/lazy/tests/__pycache__/test_lazy.cpython-34.pyo
/usr/lib/python3.4/site-packages/lazy/tests/test_lazy.py
/usr/share/doc/python3-lazy
/usr/share/doc/python3-lazy/CHANGES.rst
/usr/share/doc/python3-lazy/README.rst
/usr/share/doc/python3-lazy/html
/usr/share/doc/python3-lazy/html/_sources
/usr/share/doc/python3-lazy/html/_sources/index.txt
/usr/share/doc/python3-lazy/html/_static
/usr/share/doc/python3-lazy/html/_static/ajax-loader.gif
There is 24 files more in these RPM.

 
ICM