unipath: unipath (Object-oriented alternative to os/os.path/shutil)
unipath: 
unipath: Unipath is package for doing pathname calculations and filesystem
unipath: access in an object-oriented manner, an alternative to os.path.*,
unipath: shutil.*, glob, and some os.* functions.. It's based on Jason
unipath: Orendorff's path.py but does not adhere as strictly to the underlying
unipath: functions' syntax, in order to provide more user convenience and
unipath: higher-level functionality.
unipath: 
unipath: 
unipath: