~ubuntu-branches/ubuntu/trusty/python-defer/trusty

« back to all changes in this revision

Viewing changes to PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-11-29 16:00:20 UTC
  • Revision ID: james.westby@ubuntu.com-20101129160020-i8d001l7o82g269p
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 1.0
 
2
Name: defer
 
3
Version: 1.0.2
 
4
Summary: Simple framework for asynchronous programming
 
5
Home-page: http://launchpad.net/python-defer
 
6
Author: Sebastian Heinlein
 
7
Author-email: devel@glatzor.de
 
8
License: GNU GPL
 
9
Description: The defer module provides an easy way to write asynchrouns Python programms.
 
10
        It is greatly inspired by Twisted's defer, but comes without a lot of the
 
11
        dependencies.
 
12
        
 
13
        At first defer was part of aptdaemon and moved to a separate project in
 
14
        August of 2010.
 
15
        
 
16
        The project homepage is at https://launchpad.net/python-defer
 
17
        
 
18
        You can report errors and suggestion there.
 
19
        
 
20
Keywords: async defer dbus asynchronous
 
21
Platform: posix
 
22
Classifier: Development Status :: 5 - Production/Stable
 
23
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
 
24
Classifier: Programming Language :: Python
 
25
Classifier: Topic :: Software Development :: Libraries :: Python Modules