An open API service indexing awesome lists of open source software.

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

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)