SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-unipath rpm build for : Fedora 38. For other distributions click python3-unipath.

Name : python3-unipath
Version : 1.1 Vendor : Fedora Project
Release : 21.fc38 Date : 2023-01-20 19:18:16
Group : Unspecified Source RPM : python-unipath-1.1-21.fc38.src.rpm
Size : 0.13 MB
Packager : Fedora Project
Summary : Alternative to Python modules os, os.path and shutil
Description :
Unipath is a package for doing pathname calculations and filesystem
access in an object-oriented manner, an alternative to functions in
os.path, shutil and glob, and even some functions in os.* It\'s based
on Jason Orendorffs path.py but does not adhere as strictly to the
underlying functions\' syntax, in order to provide more user
convenience and higher-level functionality. For example:

o p.mkdir() succeeds silently if the directory already exists, and
o p.mkdir(True) creates intermediate directories a la os.makedirs.
o p.rmtree(parents=True) combines shutil.rmtree, os.path.isdir,
os.remove, and os.removedirs, to recursively remove whatever it is
if it exists.
o p.read_file(\"rb\") returns the file\'s contents in binary mode.
o p.needs_update([other_path1, ...]) returns True if p doesn\'t exist
or has an older timestamp than any of the others.
o extra convenience functions in the unipath.tools module. dict2dir
creates a directory hierarchy described by a dict. dump_path displays
an ASCII tree of a directory hierarchy.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-unipath-1.1-21.fc38.noarch.rpm
     

Provides :
python-unipath
python3-unipath
python3.11-unipath
python3.11dist(unipath)
python3dist(unipath)

Requires :
python(abi) = 3.11
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/python3.11/site-packages/Unipath-1.1-py3.11.egg-info
/usr/lib/python3.11/site-packages/Unipath-1.1-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/Unipath-1.1-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/Unipath-1.1-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/Unipath-1.1-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/unipath
/usr/lib/python3.11/site-packages/unipath/__init__.py
/usr/lib/python3.11/site-packages/unipath/__pycache__
/usr/lib/python3.11/site-packages/unipath/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/unipath/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/unipath/__pycache__/abstractpath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/unipath/__pycache__/abstractpath.cpython-311.pyc
/usr/lib/python3.11/site-packages/unipath/__pycache__/errors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/unipath/__pycache__/errors.cpython-311.pyc
/usr/lib/python3.11/site-packages/unipath/__pycache__/path.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/unipath/__pycache__/path.cpython-311.pyc
/usr/lib/python3.11/site-packages/unipath/__pycache__/tools.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/unipath/__pycache__/tools.cpython-311.pyc
/usr/lib/python3.11/site-packages/unipath/abstractpath.py
/usr/lib/python3.11/site-packages/unipath/errors.py
/usr/lib/python3.11/site-packages/unipath/path.py
/usr/lib/python3.11/site-packages/unipath/tools.py
/usr/share/doc/python3-unipath
/usr/share/doc/python3-unipath/BUGS.txt
/usr/share/doc/python3-unipath/PKG-INFO
/usr/share/doc/python3-unipath/README.html
/usr/share/doc/python3-unipath/README.rst
/usr/share/licenses/python3-unipath
/usr/share/licenses/python3-unipath/CHANGES

 
ICM