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
|
Source: python-x2go
Section: python
Priority: optional
Maintainer: Debian Remote Maintainers <pkg-remote-team@lists.alioth.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
debhelper (>= 9),
dh-python,
python (>= 2.6.6-14~),
python-setuptools,
python-epydoc,
python-gevent,
python-paramiko,
python-xlib,
locales
Standards-Version: 3.9.8
Homepage: http://wiki.x2go.org
Vcs-Git: https://anonscm.debian.org/git/pkg-remote/python-x2go.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-remote/python-x2go.git
X-Python-Version: >= 2.6
Package: python-x2go
Architecture: all
Depends:
${python:Depends},
${misc:Depends},
python-gevent (>= 0.13.6),
python-paramiko (>= 1.15.1),
python-requests,
python-simplejson,
python-xlib,
nxproxy,
Recommends:
cups-bsd | lpr,
pulseaudio,
sshfs,
Suggests:
telekinesis-client,
mteleplayer-clientside,
Description: Python module providing X2Go client API
X2Go is a server based computing environment with
- session resuming
- low bandwidth support
- session brokerage support
- client side mass storage mounting support
- client side printing support
- audio support
- authentication by smartcard and USB stick
.
This Python module allows you to integrate X2Go client
support into your Python applications by providing a
Python-based X2Go client API.
Package: python-x2go-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
Description: Python module providing X2Go client API (documentation)
X2Go is a server based computing environment with
- session resuming
- low bandwidth support
- session brokerage support
- client side mass storage mounting support
- client side printing support
- audio support
- authentication by smartcard and USB stick
.
This package contains the Python X2Go client API
documentation generated with Epydoc.
|