SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-unipath rpm build for : Fedora 13. For other distributions click python-unipath.

Name : python-unipath
Version : 0.2.1 Vendor : Fedora Project
Release : 3.fc12 Date : 2009-07-28 10:47:30
Group : Development/Tools Source RPM : python-unipath-0.2.1-3.fc12.src.rpm
Size : 0.75 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 Orendorff\'s 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-secondary/releases/13/Everything/arm/os/Packages

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-unipath-0.2.1-3.fc12.noarch.rpm
ftp.icm.edu.pl  python-unipath-0.2.1-3.fc12.noarch.rpm
ftp.icm.edu.pl  python-unipath-0.2.1-3.fc12.noarch.rpm
     

Provides :
python-unipath

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


Content of RPM :
/usr/lib/python2.6/site-packages/Unipath-0.2.1-py2.6.egg-info
/usr/lib/python2.6/site-packages/unipath
/usr/lib/python2.6/site-packages/unipath/__init__.py
/usr/lib/python2.6/site-packages/unipath/__init__.pyc
/usr/lib/python2.6/site-packages/unipath/__init__.pyo
/usr/lib/python2.6/site-packages/unipath/abstractpath.py
/usr/lib/python2.6/site-packages/unipath/abstractpath.pyc
/usr/lib/python2.6/site-packages/unipath/abstractpath.pyo
/usr/lib/python2.6/site-packages/unipath/errors.py
/usr/lib/python2.6/site-packages/unipath/errors.pyc
/usr/lib/python2.6/site-packages/unipath/errors.pyo
/usr/lib/python2.6/site-packages/unipath/path.py
/usr/lib/python2.6/site-packages/unipath/path.pyc
/usr/lib/python2.6/site-packages/unipath/path.pyo
/usr/lib/python2.6/site-packages/unipath/test.py
/usr/lib/python2.6/site-packages/unipath/test.pyc
/usr/lib/python2.6/site-packages/unipath/test.pyo
/usr/lib/python2.6/site-packages/unipath/tools.py
/usr/lib/python2.6/site-packages/unipath/tools.pyc
/usr/lib/python2.6/site-packages/unipath/tools.pyo
/usr/share/doc/python-unipath-0.2.1
/usr/share/doc/python-unipath-0.2.1/BUGS.txt
/usr/share/doc/python-unipath-0.2.1/CHANGES
/usr/share/doc/python-unipath-0.2.1/PKG-INFO
/usr/share/doc/python-unipath-0.2.1/README.html
/usr/share/doc/python-unipath-0.2.1/README.txt
/usr/share/doc/python-unipath-0.2.1/reference
/usr/share/doc/python-unipath-0.2.1/reference/AlternativePathClass.html
/usr/share/doc/python-unipath-0.2.1/reference/AlternativePathDiscussion.html
/usr/share/doc/python-unipath-0.2.1/reference/enhpath.py
There is 8 files more in these RPM.

 
ICM