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.
- Laurent Bachelier (laurentb) - Fix packaging issues. (#2)
- Jon Banafato (jonafato) - Python 2 and 3 compatibility (#3)