Metadata-Version: 2.1
Name: rpaths
Version: 1.0.0
Summary: Path manipulation library
Home-page: https://github.com/remram44/rpaths
Author: Remi Rampin
Author-email: remirampin@gmail.com
License: BSD
Keywords: path,file,filename,pattern,fnmatch
Classifier: Development Status :: 5 - Production/Stable
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
License-File: LICENSE

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.
