{ "info": { "author": "Philip Cristiano", "author_email": "philipcristiano@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Declare AMQP\n\nA way to declare your exchanges, queues, and bindings outside of the application\n\n## Installing\n\n pip install declare-amqp\n\n## Declaration\n\nYou can see the extend of configuration in the `example_config.yml` file. All\nfields used are currently required except for the `arguments` on exchanges.\n\n exchanges:\n - name: example_exchange\n type: direct\n durable: True\n auto_delete: False\n arguments:\n alternate-exchange: your_alternate_exchange\n\n queues:\n - name: test_queue\n auto_delete: False\n durable: True\n bindings:\n - exchange: example_exchange\n binding_key: test_binding\n\nWhen I have the need for them exchange-to-exchange bindings will be added.\n\n## Running\n\n### ENVVARS\n\n AMQP_HOST (default: localhost)\n\n AMQP_USER (default: guest)\n\n AMQP_PASS (default: guest)\n\n AMQP_VHOST(default: /)\n\n\n### CLI\n\nOnce you have set the envvars you are set to run `declare-amqp`\n\n declare-amqp --config your_config.yml", "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/philipcristiano/declare-amqp", "keywords": "amqp", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "declare-amqp", "package_url": "https://pypi.org/project/declare-amqp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/declare-amqp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/philipcristiano/declare-amqp" }, "release_url": "https://pypi.org/project/declare-amqp/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "A way to declare your AMQP exchanges, queues, and bindings outside of the application", "version": "0.0.4" }, "last_serial": 1287559, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "951a8d31b424f531dc68931361b38ae0", "sha256": "fad0f6e395a07a4016a75ae9384da061a604ace06a4756828f772037fe1c9402" }, "downloads": -1, "filename": "declare-amqp-0.0.1.tar.gz", "has_sig": false, "md5_digest": "951a8d31b424f531dc68931361b38ae0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2582, "upload_time": "2013-01-14T20:35:06", "url": "https://files.pythonhosted.org/packages/90/50/c9aea577201fb0fb4b809920bfd83f66218c8be815e2e92e373ee161cf14/declare-amqp-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "1e335c1c6e3726166122deeb278fbda1", "sha256": "c75046dea01f0bdc6702aaf564321e97fa6604e3d9ae2176cf253bc230192cbb" }, "downloads": -1, "filename": "declare-amqp-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1e335c1c6e3726166122deeb278fbda1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2615, "upload_time": "2013-01-14T20:57:01", "url": "https://files.pythonhosted.org/packages/a5/e2/0f1ea31807985ab1a02dc9ea1f8b090b7e1468b8b7653e4a6a79ad98f64d/declare-amqp-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d9d9998459a7e4ffb8eaea69f0706e93", "sha256": "ad88b92bba1c0437ddf25efe2c07053844bcb044c90902ab1bf08b647b57f638" }, "downloads": -1, "filename": "declare-amqp-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d9d9998459a7e4ffb8eaea69f0706e93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2627, "upload_time": "2013-01-14T22:18:00", "url": "https://files.pythonhosted.org/packages/6e/f6/88251857cb30a52cd36ec3e13ec0f6af2e48310072e0ca9330e1b80aa0cd/declare-amqp-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "e8a0f6d64ef261029dd09039fe596522", "sha256": "b152a1e9b9eb2eef4ef2221692551aa2b6ad672672c8cb04af3f3e871326cfbe" }, "downloads": -1, "filename": "declare-amqp-0.0.4.tar.gz", "has_sig": false, "md5_digest": "e8a0f6d64ef261029dd09039fe596522", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2700, "upload_time": "2013-02-08T19:30:17", "url": "https://files.pythonhosted.org/packages/82/d8/b02736a99eabfa2e114d9f3d019af33eaf30081c5871f9ba1a5a01673f6d/declare-amqp-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e8a0f6d64ef261029dd09039fe596522", "sha256": "b152a1e9b9eb2eef4ef2221692551aa2b6ad672672c8cb04af3f3e871326cfbe" }, "downloads": -1, "filename": "declare-amqp-0.0.4.tar.gz", "has_sig": false, "md5_digest": "e8a0f6d64ef261029dd09039fe596522", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2700, "upload_time": "2013-02-08T19:30:17", "url": "https://files.pythonhosted.org/packages/82/d8/b02736a99eabfa2e114d9f3d019af33eaf30081c5871f9ba1a5a01673f6d/declare-amqp-0.0.4.tar.gz" } ] }