File: control

package info (click to toggle)
python-fswrap 0.1.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 220 kB
  • ctags: 211
  • sloc: python: 1,124; makefile: 4; xml: 4
file content (18 lines) | stat: -rw-r--r-- 800 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-fswrap
Section: python
Priority: extra
Maintainer: Julien Danjou <acid@debian.org>
Build-Depends: debhelper (>= 8.0.0), python-all,
 python-setuptools, python-pkg-resources, python-nose
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.