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
|
Source: coherence
Section: python
Priority: optional
Maintainer: Arnaud Quette <aquette@debian.org>
Uploaders: Loic Minier <lool@dooz.org>
Build-Depends: debhelper (>= 5.0.38),
cdbs (>= 0.4.43),
python-central (>= 0.5.6),
python-dev (>= 2.4),
python-setuptools
Standards-Version: 3.8.0
Homepage: http://coherence.beebits.net
XS-Python-Version: >= 2.4
Package: python-coherence
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-celementtree,
python-configobj,
python2.5 | python-ctypes,
python-elementtree,
python-gst0.10,
python-louie,
python-nose,
python-pkg-resources,
python-twisted-core,
python-twisted-web,
python-axiom,
python-tagpy,
python-zopeinterface
XB-Python-Version: ${python:Versions}
Description: Python UPnP framework
Coherence is a framework written in Python enabling your application to
participate in digital living networks, at the moment primarily the
UPnP universe.
.
Its goal is to relieve your application from all the membership / the
UPnP related tasks as much as possible.
.
The core of Coherence provides a (hopefully complete) implementation
of:
* a SSDP server,
* a MSEARCH client,
* server and client for HTTP/SOAP requests, and
* server and client for Event Subscription and Notification (GENA).
|