File: PKG-INFO

package info (click to toggle)
python-rpaths 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 1,319; makefile: 155
file content (25 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (2)
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
Metadata-Version: 1.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
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,pattern,fnmatch
Platform: UNKNOWN
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