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
