{ "info": { "author": "Globo.com", "author_email": "semantica@corp.globo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "DAD - Deliver Asynchronous Data\n================================\n\nUsed to notify MOM (Message Oriented Middleware), throught STOMP (Simple Text Oriented Messaging Protocol).\n\nExample of usage\n----------------\n\n::\n\n from dad.mom import Middleware\n from dad.event import SemanticEvent\n\n\n middleware = Middleware(host=\"localhost\", port=61613)\n event = SemanticEvent(\n instance=\"http://dbpedia.org/Nina\",\n klass=\"http://dbpedia.org/Dog\",\n graph=\"http://dbpedia.org/animal\",\n action=\"a\")\n middleware.notify(event)", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/DAD", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/globocom/dad", "keywords": null, "license": "GNU GPLv2", "maintainer": null, "maintainer_email": null, "name": "DAD", "package_url": "https://pypi.org/project/DAD/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/DAD/", "project_urls": { "Download": "https://pypi.python.org/pypi/DAD", "Homepage": "http://github.com/globocom/dad" }, "release_url": "https://pypi.org/project/DAD/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Deliver Asynchronous Data", "version": "1.0.2" }, "last_serial": 1080071, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "6c3cae0071b7f07cc4ab723dd1a85d6d", "sha256": "841f2bd82b1b33085986bfd5ecd7cb461a137652d00cc550a50d0b759b4e5c83" }, "downloads": -1, "filename": "DAD-1.0.2.tar.gz", "has_sig": false, "md5_digest": "6c3cae0071b7f07cc4ab723dd1a85d6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2436, "upload_time": "2014-05-03T23:17:08", "url": "https://files.pythonhosted.org/packages/05/e5/fcacc99414ffc979f95c2b652f0af049347d065f93bac25777b0308e69cb/DAD-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c3cae0071b7f07cc4ab723dd1a85d6d", "sha256": "841f2bd82b1b33085986bfd5ecd7cb461a137652d00cc550a50d0b759b4e5c83" }, "downloads": -1, "filename": "DAD-1.0.2.tar.gz", "has_sig": false, "md5_digest": "6c3cae0071b7f07cc4ab723dd1a85d6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2436, "upload_time": "2014-05-03T23:17:08", "url": "https://files.pythonhosted.org/packages/05/e5/fcacc99414ffc979f95c2b652f0af049347d065f93bac25777b0308e69cb/DAD-1.0.2.tar.gz" } ] }