{ "info": { "author": "Ask Solem", "author_email": "ask@celeryproject.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===================================================\nkombu-sqlalchemy - Kombu transport using SQLAlchemy\n===================================================\n\n:version: 1.1.0\n\nDeprecated\n==========\n\nkombu-sqlalchemy has now moved into Kombu core, so this repository\nis no longer in use.\n\nTo upgrade, install the latest Kombu version.\n\n**ORIGINAL README BELOW**\n\n\nIntroduction\n============\n\nThis package enables you to use SQLAlchemy as the message store\nfor `Kombu`_.\n\n\n``kombu-sqlalchemy`` contains a single transport,\n``sqlakombu.transport.Transport``, which is used like this::\n\n >>> from kombu.connection import BrokerConnection\n >>> c = BrokerConnection(DB_URL, transport=\"sqlakombu.transport.Transport\")\n\n``DB_URL`` should be a valid SQLAlchemy database connection url in the form::\n\n \"dialect+driver://username:password@host:port/database\"\n\n\n.. _`Kombu`: http://pypi.python.org/pypi/kombu\n\nInstallation\n============\n\nYou can install ``kombu-sqlalchemy`` either via the Python Package Index (PyPI)\nor from source.\n\nTo install using ``pip``,::\n\n $ pip install kombu-sqlalchemy\n\n\nTo install using ``easy_install``,::\n\n $ easy_install kombu-sqlalchemy\n\n\nIf you have downloaded a source tarball you can install it\nby doing the following,::\n\n $ python setup.py build\n # python setup.py install # as root\n\nLicense\n=======\n\nThis software is licensed under the ``New BSD License``. See the ``LICENSE``\nfile in the top distribution directory for the full license text.\n\n.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ask/kombu-sqlalchemy/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "kombu-sqlalchemy", "package_url": "https://pypi.org/project/kombu-sqlalchemy/", "platform": "any", "project_url": "https://pypi.org/project/kombu-sqlalchemy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ask/kombu-sqlalchemy/" }, "release_url": "https://pypi.org/project/kombu-sqlalchemy/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "Kombu transport using SQLAlchemy as the message store.", "version": "1.1.0" }, "last_serial": 793977, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "4f51bc8f68bc933bc7fdfc0f48bb28e4", "sha256": "af7bf60b25bc7dc18c59a059bdf21c1a461e3cab4d8d80c64feee0d3443f3947" }, "downloads": -1, "filename": "kombu-sqlalchemy-0.9.0.tar.gz", "has_sig": false, "md5_digest": "4f51bc8f68bc933bc7fdfc0f48bb28e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5531, "upload_time": "2010-11-12T11:48:02", "url": "https://files.pythonhosted.org/packages/74/4e/c7eab118cf4ec0199fa9c04e3d7bf68c31e4e854a45e20577136668ca596/kombu-sqlalchemy-0.9.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "6e1db117cde9655af8fa6ae9308356e0", "sha256": "8b0e85a49f5d26e61f0102f18256f35cebca0808404d02fa127fa60adaf3ecf3" }, "downloads": -1, "filename": "kombu-sqlalchemy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6e1db117cde9655af8fa6ae9308356e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5656, "upload_time": "2011-03-27T20:57:20", "url": "https://files.pythonhosted.org/packages/38/6d/1ac0cbf65166fcc87d30b82ffc62b6cfe60cd0156ffecf20cda4bfed814b/kombu-sqlalchemy-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "5dd7addeb7639d084e40cc83ab48a05e", "sha256": "d50500a62032ef37985bb969893a3084ff5d2e7e32124476357ba28d14db5530" }, "downloads": -1, "filename": "kombu-sqlalchemy-1.1.0.tar.gz", "has_sig": false, "md5_digest": "5dd7addeb7639d084e40cc83ab48a05e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5871, "upload_time": "2011-05-10T23:21:33", "url": "https://files.pythonhosted.org/packages/25/03/ae24fc235cd556692101e4a769e56ef266601d4ad0b73bad02317386241f/kombu-sqlalchemy-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5dd7addeb7639d084e40cc83ab48a05e", "sha256": "d50500a62032ef37985bb969893a3084ff5d2e7e32124476357ba28d14db5530" }, "downloads": -1, "filename": "kombu-sqlalchemy-1.1.0.tar.gz", "has_sig": false, "md5_digest": "5dd7addeb7639d084e40cc83ab48a05e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5871, "upload_time": "2011-05-10T23:21:33", "url": "https://files.pythonhosted.org/packages/25/03/ae24fc235cd556692101e4a769e56ef266601d4ad0b73bad02317386241f/kombu-sqlalchemy-1.1.0.tar.gz" } ] }