{ "info": { "author": "Truveris Inc.", "author_email": "dev@truveris.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Version Control" ], "description": "hgsqs - Mercurial to SQS hook\r\n=============================\r\n\r\nhgsqs provides a simple hook to send changeset information to SQS queues. This\r\ncould be useful if you want to collect information from mercurial commits or\r\nintegrate with other systems. It's perfect if you're running on AWS and are too\r\nlazy to setup a real queue system or maybe you're just in the middle of a\r\nmessage queuing obsession.\r\n\r\nRequirements\r\n------------\r\n - Python 2.7+\r\n - boto\r\n\r\nInstallation\r\n------------\r\nUse setup.py or just pip::\r\n\r\n pip install hgsqs\r\n\r\nConfiguration\r\n-------------\r\nPut that in the .hg/hgrc of your project::\r\n\r\n [hooks]\r\n incoming.hgsqs = python:hgsqs:send\r\n\r\n [hgsqs]\r\n aws_access_key_id = FILL-IN\r\n aws_secret_access_key = THE-BLANKS\r\n queues = commit-analytics,irc-notifications,ticket-system\r\n\r\n\r\nThen make sure your IAM user has the right permissions on these tables:\r\n - CreateQueue\r\n - GetQueueUrl\r\n - SendMessage", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/truveris/hgsqs", "keywords": "mercurial hg aws sqs", "license": "GPL v2", "maintainer": "", "maintainer_email": "", "name": "hgsqs", "package_url": "https://pypi.org/project/hgsqs/", "platform": "POSIX", "project_url": "https://pypi.org/project/hgsqs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/truveris/hgsqs" }, "release_url": "https://pypi.org/project/hgsqs/0.9.0/", "requires_dist": null, "requires_python": null, "summary": "Mercurial to SQS hook", "version": "0.9.0" }, "last_serial": 1218997, "releases": { "0.9.0": [] }, "urls": [] }