Metadata-Version: 1.1
Name: rpaths
Version: 0.5
Summary: Path manipulation library
Home-page: http://github.com/remram44/rpaths
Author: Remi Rampin
Author-email: remirampin@gmail.com
License: BSD
Description: rpaths is another path manipulation library. It is heavily inspired by Unipath
        and pathlib.
        
        It aims at total Python 2/3 and Windows/POSIX compatibility. To my knowledge,
        no other library can handle all the possible paths on every platform.
        
Keywords: path,file,filename
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Filesystems
