-
Notifications
You must be signed in to change notification settings - Fork 39
/
PKG-INFO
29 lines (28 loc) · 1.37 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Metadata-Version: 1.1
Name: Unipath
Version: 1.0
Summary: Object-oriented alternative to os/os.path/shutil
Home-page: http://sluggo.scrapping.cc/python/unipath/
Author: Mike Orr
Author-email: sluggoster@gmail.com
License: Python
Download-URL: http://sluggo.scrapping.cc/python/unipath/Unipath-1.0.tar.gz
Description: Unipath is an object-oriented front end to the file/directory functions
scattered throughout several Python library modules. 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. Unipath is stable, well-tested, and has been used in production
since 2008.
Keywords: os.path filename pathspec path files directories filesystem
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3