SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-scandir rpm build for : CentOS 7. For other distributions click python3-scandir.

Name : python3-scandir
Version : 1.7 Vendor : obs://build_opensuse_org/systemsmanagement
Release : 1.21 Date : 2021-02-05 09:56:14
Group : Development/Languages/Python Source RPM : python-scandir-1.7-1.21.src.rpm
Size : 0.08 MB
Packager : (none)
Summary : Scandir, a better directory iterator and faster oswalk
Description :
``scandir()`` is a directory iteration function like ``os.listdir()``,
except that instead of returning a list of bare filenames, it yields
``DirEntry`` objects that include file type and stat information along
with the name. Using ``scandir()`` increases the speed of ``os.walk()``
by 2-20 times (depending on the platform and file system) by avoiding
unnecessary calls to ``os.stat()`` in most cases.

``scandir`` has been included in the Python 3.5 standard library as
``os.scandir()``, and the related performance improvements to
``os.walk()`` have also been included. So if you\'re lucky enough to be
using Python 3.5 (release date September 13, 2015) you get the benefit
immediately, otherwise just
`download this module from PyPI < https://pypi.python.org/pypi/scandir>`_,
install it with ``pip install scandir``, and then do something like
this in your code::



try:
from os import scandir, walk
except ImportError:
from scandir import scandir, walk

`PEP 471 < https://www.python.org/dev/peps/pep-0471/>`_, which is the
PEP that proposes including ``scandir`` in the Python standard library,
was `accepted < https://mail.python.org/pipermail/python-dev/2014-July/135561.html>`_
in July 2014 by Victor Stinner, the BDFL-delegate for the PEP.

This ``scandir`` module is intended to work on Python 2.6+ and Python
3.2+ (and it has been tested on those versions).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/systemsmanagement:/Ardana:/9:/CentOS:/7.5/CentOS_7.5/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-scandir-1.7-1.21.x86_64.rpm
     

Provides :
python3-scandir
python3-scandir(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpython3.4m.so.1.0()(64bit)
python(abi) = 3.4
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rtld(GNU_HASH)
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/python3.4/site-packages/__pycache__
/usr/lib64/python3.4/site-packages/__pycache__/scandir.cpython-34.pyc
/usr/lib64/python3.4/site-packages/__pycache__/scandir.cpython-34.pyo
/usr/lib64/python3.4/site-packages/_scandir.cpython-34m.so
/usr/lib64/python3.4/site-packages/scandir-1.7-py3.4.egg-info
/usr/lib64/python3.4/site-packages/scandir-1.7-py3.4.egg-info/PKG-INFO
/usr/lib64/python3.4/site-packages/scandir-1.7-py3.4.egg-info/SOURCES.txt
/usr/lib64/python3.4/site-packages/scandir-1.7-py3.4.egg-info/dependency_links.txt
/usr/lib64/python3.4/site-packages/scandir-1.7-py3.4.egg-info/top_level.txt
/usr/lib64/python3.4/site-packages/scandir.py
/usr/share/doc/python3-scandir-1.7
/usr/share/doc/python3-scandir-1.7/README.rst
/usr/share/licenses/python3-scandir-1.7
/usr/share/licenses/python3-scandir-1.7/LICENSE.txt

 
ICM