summaryrefslogtreecommitdiff
path: root/debian/control
blob: 0efb0962f5174b6eeeac554f39389f8740e113f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: python-fswrap
Section: python
Priority: extra
Maintainer: Julien Danjou <acid@debian.org>
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.