File: control

package info (click to toggle)
python-fs 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,228 kB
  • ctags: 2,394
  • sloc: python: 17,080; makefile: 2
file content (90 lines) | stat: -rw-r--r-- 3,916 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: python-fs
Section: python
Priority: optional
Maintainer: Janos Guljas <janos@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
           Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 9), python-all (>= 2.5)
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/pyfilesystem/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-fs/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-fs/trunk/

Package: python-fs
Architecture: all
Depends: python (>= 2.6) | python-simplejson,
         python-fuse,
         python-mako,
         python-pyinotify,
         python-xattr,
         ${misc:Depends},
         ${python:Depends}
Suggests: python-nose, python-pyftpdlib
Provides: ${python:Provides}
Description: Python filesystem abstraction
 Pyfilesystem is a Python module that provides a common interface to many types
 of filesystem, and provides some powerful features such as exposing
 filesystems over an internet connection, or to the native filesystem.

Package: python-fs-browser
Architecture: all
Depends: python-fs, python-wxgtk3.0, ${misc:Depends}
Description: Python filesystem abstraction - Gtk browser
 Pyfilesystem is a Python module that provides a common interface to many types
 of filesystem, and provides some powerful features such as exposing
 filesystems over an internet connection, or to the native filesystem.
 .
 This package is a dependency package, which depends on wxPython.

Package: python-fs-plugin-sftp
Architecture: all
Depends: python-fs, python-paramiko, ${misc:Depends}
Description: Python filesystem abstraction - SFTP access
 Pyfilesystem is a Python module that provides a common interface to many types
 of filesystem, and provides some powerful features such as exposing
 filesystems over an internet connection, or to the native filesystem.
 .
 This package is a dependency package, which depends on paramiko module.

Package: python-fs-plugin-django
Architecture: all
Depends: python-django, python-fs, ${misc:Depends}
Description: Python filesystem abstraction - Django File Storage
 Pyfilesystem is a Python module that provides a common interface to many types
 of filesystem, and provides some powerful features such as exposing
 filesystems over an internet connection, or to the native filesystem.
 .
 This package is a dependency package, which depends on Django framework.

Package: python-fs-plugin-s3
Architecture: all
Depends: python-boto, python-fs, ${misc:Depends}
Description: Python filesystem abstraction - Amazon S3
 Pyfilesystem is a Python module that provides a common interface to many types
 of filesystem, and provides some powerful features such as exposing
 filesystems over an internet connection, or to the native filesystem.
 .
 This package is a dependency package, which depends on boto module for
 accessing Amazon S3 storage.

Package: python-fs-plugin-webdav
Architecture: all
Depends: python-dexml, python-fs, ${misc:Depends}
Description: Python filesystem abstraction - WebDAV
 Pyfilesystem is a Python module that provides a common interface to many types
 of filesystem, and provides some powerful features such as exposing
 filesystems over an internet connection, or to the native filesystem.
 .
 This package is a dependency package, which depends on dexml module required
 for accessing WebDAV server.

Package: python-fs-plugin-tahoe-lafs
Architecture: all
Depends: python-fs, tahoe-lafs, ${misc:Depends}
Description: Python filesystem abstraction - Tahoe-LAFS
 Pyfilesystem is a Python module that provides a common interface to many types
 of filesystem, and provides some powerful features such as exposing
 filesystems over an internet connection, or to the native filesystem.
 .
 This package is a dependency package, which depends on tahoe-lafs required
 for accessing Tahoe Least Authority File System.