{ "info": { "author": "Matthieu Huin", "author_email": "softwarefactory-dev@redhat.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "# HYDRANT\n\nHydrant is a consumer for Software Factory's Firehose. It aims at storing events\nfor later retrieval, allowing auditing.\n\n## Running and testing\n\nHydrant is tested against and runs on python 2.7 and python 3.5.\n\nInstall the requirements like this:\n\n```bash\npip install -r requirements.txt\n```\n\nAnd to start hydrant, run\n\n```bash\nhydrant -c /path/to/config/file.yaml\n```\n\n## The configuration file\n\nHydrant uses a yaml configuration file to define the mosquitto service to subscribe\nto, and the backend to publish to. See etc/hydrant.yaml for an example.\n\n## Contributing\n\nHydrant is developped in **Software Factory** and contributions follow a review workflow.\n\nTo contribute:\n\n1. Log in once to Software Factory at https://softwarefactory-project.io\n2. Set up your ssh key in Gerrit's settings page\n3. Clone the project:\n```bash\ngit clone ssh://@softwarefactory-project.io:29418/software-factory/hydrant.git\n```\n4. Set up git review\n```bash\ncd hydrant && git review -s\n```\n5. Work on your feature, make a commit, then send the review\n```bash\ngit commit -m'my feature' && git review\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://softwarefactory-project.io", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "sfhydrant", "package_url": "https://pypi.org/project/sfhydrant/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sfhydrant/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://softwarefactory-project.io" }, "release_url": "https://pypi.org/project/sfhydrant/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "firehose consumer that stores events for further retrieval", "version": "0.1.1" }, "last_serial": 2871704, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "0337b874e8be1fa6bb1f554d93e9e529", "sha256": "c3869eed28d3c731b19cea98836b28451e328a69af5940d177f80a6d26c3f35b" }, "downloads": -1, "filename": "sfhydrant-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0337b874e8be1fa6bb1f554d93e9e529", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9401, "upload_time": "2017-05-13T16:29:55", "url": "https://files.pythonhosted.org/packages/87/a8/0710a38076eddd7b78b84c759576c888e9c2994448d4aacbd499d34a653c/sfhydrant-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0337b874e8be1fa6bb1f554d93e9e529", "sha256": "c3869eed28d3c731b19cea98836b28451e328a69af5940d177f80a6d26c3f35b" }, "downloads": -1, "filename": "sfhydrant-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0337b874e8be1fa6bb1f554d93e9e529", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9401, "upload_time": "2017-05-13T16:29:55", "url": "https://files.pythonhosted.org/packages/87/a8/0710a38076eddd7b78b84c759576c888e9c2994448d4aacbd499d34a653c/sfhydrant-0.1.1.tar.gz" } ] }