~ubuntu-branches/ubuntu/hardy/coherence/hardy

« back to all changes in this revision

Viewing changes to Coherence.egg-info/PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2007-08-02 10:48:40 UTC
  • Revision ID: james.westby@ubuntu.com-20070802104840-ip4jij6unufqno1p
Tags: upstream-0.4.0
ImportĀ upstreamĀ versionĀ 0.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 1.0
 
2
Name: Coherence
 
3
Version: 0.4.0
 
4
Summary: Coherence - DLNA/UPnP framework for the digital living
 
5
Home-page: http://coherence.beebits.net
 
6
Author: Frank Scholz
 
7
Author-email: coherence@beebits.net
 
8
License: MIT
 
9
Download-URL: https://coherence.beebits.net/download/Coherence-0.4.0.tar.gz
 
10
Description: Coherence is a framework written in Python enabling
 
11
        your application to participate in digital living networks, at the moment
 
12
        primarily the DLNA/UPnP universe.
 
13
        
 
14
        Its objective and demand is to relieve your application from all the
 
15
        membership/the UPnP related tasks as much as possible.
 
16
        
 
17
        This 0.4 release brings
 
18
        
 
19
        * integration of a new logging module
 
20
        logging can now be configured via the config file or through an
 
21
        environment variable COHERENCE_DEBUG, which overrides the config values.
 
22
        
 
23
        Usage is like
 
24
        COHERENCE_DEBUG=*:3           emit INFO level messages from all modules
 
25
        COHERENCE_DEBUG=*:2,ssdp:4    WARNING level messages from all modules,
 
26
        plus debug level for the ssdp module
 
27
        
 
28
        * removed the dependency for SOAPpy, now using own methods and ElementTree only
 
29
        * start reworking the client API, to make things there easier too,
 
30
        see as an example https://coherence.beebits.net/wiki/CoherenceMediaRenderer
 
31
        * serving cover art now to DLNA MediaRenderers
 
32
        * refinements on the object creation and the import into the MediaServers
 
33
        * an installable package for the Nokia Maemo platform on the N800,
 
34
        complete with all dependecies, thanks to Rob Tylor of http://codethink.co.uk
 
35
        * and a lot more of the usual bugfixes and enhancements
 
36
        
 
37
        
 
38
Keywords: UPnP,DLNA,multimedia,gstreamer
 
39
Platform: UNKNOWN
 
40
Classifier: Development Status :: 4 - Beta
 
41
Classifier: Environment :: Console
 
42
Classifier: Environment :: Web Environment
 
43
Classifier: License :: OSI Approved :: MIT License
 
44
Classifier: Operating System :: OS Independent
 
45
Classifier: Programming Language :: Python