Source: python-fswrap Section: python Priority: extra Maintainer: Julien Danjou Build-Depends: debhelper (>= 9), python-all, python-nose, python-pkg-resources, python-setuptools, Standards-Version: 3.9.4 Homepage: https://github.com/lakshmivyas/fswrap Vcs-Git: git://git.debian.org/collab-maint/python-fswrap.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-fswrap.git;a=summary Package: python-fswrap Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: 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.