defer


Namedefer JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttp://launchpad.net/python-defer
SummarySimple framework for asynchronous programming
upload_time2012-01-24 09:41:08
maintainerNone
docs_urlhttps://pythonhosted.org/defer/
authorSebastian Heinlein
requires_pythonNone
licenseGNU GPL
keywords async defer dbus asynchronous
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The defer module provides an easy way to write asynchrouns Python programms.
It is greatly inspired by Twisted's defer, but comes without a lot of the
dependencies.

At first defer was part of aptdaemon and moved to a separate project in
August of 2010.

The project homepage is at https://launchpad.net/python-defer

You can report errors and suggestion there.
            

Raw data

            {
    "_id": null,
    "home_page": "http://launchpad.net/python-defer",
    "name": "defer",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/defer/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "async defer dbus asynchronous",
    "author": "Sebastian Heinlein",
    "author_email": "devel@glatzor.de",
    "download_url": "https://files.pythonhosted.org/packages/41/0e/8070633771ab4feb0aca0ab486898b77a50ab8f9b0e06313498895e2a96f/defer-1.0.4.tar.gz",
    "platform": "posix",
    "description": "The defer module provides an easy way to write asynchrouns Python programms.\nIt is greatly inspired by Twisted's defer, but comes without a lot of the\ndependencies.\n\nAt first defer was part of aptdaemon and moved to a separate project in\nAugust of 2010.\n\nThe project homepage is at https://launchpad.net/python-defer\n\nYou can report errors and suggestion there.",
    "bugtrack_url": null,
    "license": "GNU GPL",
    "summary": "Simple framework for asynchronous programming",
    "version": "1.0.4",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "http://launchpad.net/python-defer"
    },
    "split_keywords": [
        "async",
        "defer",
        "dbus",
        "asynchronous"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "410e8070633771ab4feb0aca0ab486898b77a50ab8f9b0e06313498895e2a96f",
                "md5": "57073b35280503f70c7b6916b2a0de4d",
                "sha256": "6a800c1f082a79fd5122c9b3186bb4e377257bccaa42482d124f8cdcc988b026"
            },
            "downloads": -1,
            "filename": "defer-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "57073b35280503f70c7b6916b2a0de4d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19616,
            "upload_time": "2012-01-24T09:41:08",
            "upload_time_iso_8601": "2012-01-24T09:41:08.509843Z",
            "url": "https://files.pythonhosted.org/packages/41/0e/8070633771ab4feb0aca0ab486898b77a50ab8f9b0e06313498895e2a96f/defer-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2012-01-24 09:41:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "defer"
}
        
Elapsed time: 0.06786s