File: PKG-INFO

package info (click to toggle)
python-fswrap 0.1.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 220 kB
  • ctags: 211
  • sloc: python: 1,124; makefile: 4; xml: 4
file content (26 lines) | stat: -rw-r--r-- 1,030 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
26
Metadata-Version: 1.1
Name: fswrap
Version: 0.1.1
Summary: An opinionated wrapper on file system and path functions
Home-page: http://github.com/lakshmivyas/fswrap
Author: Lakshmi Vyas
Author-email: lakshmi.vyas@gmail.com
License: MIT
Description: Version 0.1.1
        
        Unified object oriented interface for interacting with file system objects.
        File system operations in python are distributed across modules: os, os.path,
        fnmatch, shutil and distutils. This module attempts to make the right choices
        for common operations to provide a single interface.
        
        This was extracted from the `hyde project`_ with minor changes.
        
        
        .. _hyde project: http://github.com/hyde/hyde
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development