SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : python3-lazy
Version : 1.2 Vendor : Fedora Project
Release : 3.fc21 Date : 2014-06-08 04:23:06
Group : Unspecified Source RPM : python-lazy-1.2-3.fc21.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/linux/releases/22/Everything/x86_64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-lazy-1.2-3.fc21.noarch.rpm
ftp.icm.edu.pl  python3-lazy-1.2-3.fc21.noarch.rpm
ftp.icm.edu.pl  python3-lazy-1.2-3.fc21.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/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
/usr/share/doc/python3-lazy/html/_static/basic.css
/usr/share/doc/python3-lazy/html/_static/comment-bright.png
There is 22 files more in these RPM.

 
ICM