https://github.com/hyde/fswrap
An opinionated wrapper on file system and path functions
https://github.com/hyde/fswrap
Last synced: about 1 year ago
JSON representation
An opinionated wrapper on file system and path functions
- Host: GitHub
- URL: https://github.com/hyde/fswrap
- Owner: hyde
- License: mit
- Created: 2012-03-08T04:43:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T06:01:07.000Z (over 10 years ago)
- Last Synced: 2025-02-10T05:17:56.418Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 229 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Version 1.0.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
Contributors
-------------
* Laurent Bachelier (laurentb)
- Fix packaging issues. (#2)
* Jon Banafato (jonafato)
- Python 2 and 3 compatibility (#3)