{ "info": { "author": "Jose Plana", "author_email": "jplana@tuenti.com", "bugtrack_url": null, "classifiers": [], "description": "pyflapjackevents\n================\n\npyflapjackevents is a small library that serializes `flapjack `_ events as described in it's own `Data structures `_. It's main intention is to allow sending monitor events to flapjack from python programs.\n\n\nAn example:\n\n.. code-block:: python\n\n server = redis.Redis(host='localhost', port='6380')\n sink = FlapjackEventSink(server, 'events')\n event = FlapjackEvent(\n 'test-entity',\n 'test-check',\n FlapjackEvent.EVENT_SERVICE,\n FlapjackEvent.STATE_OK,\n summary = 'test-summary',\n details = 'test-details',\n )\n sink.send(event)\n\n\n\nThis would serialize the event and send it to the appropriate Redis channel for flapjack consumption.\n\nInstallation\n------------\nJust do::\n\n pip install pyflapjackevents \n\n\nor installing it from source::\n\n git clone https://github.com/tuenti/pyflapjackevents.git\n cd pyflapjackevents\n python setup.py install\n\nRequirements\n------------\nThere're no special requirements for this library.\n\nCredits & Contact\n-----------------\npyflapjackevents was created by Tuenti Technologies S.L.. You can follow Tuenti engineering team on Twitter `@tuentieng `_.\n\nLicense\n-------\npyflapjackevents is available under the Apache License, Version 2.0. See LICENSE file for more info.", "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/tuenti/pyflapjackevents", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "pyflapjackevents", "package_url": "https://pypi.org/project/pyflapjackevents/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyflapjackevents/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/tuenti/pyflapjackevents" }, "release_url": "https://pypi.org/project/pyflapjackevents/0.1/", "requires_dist": null, "requires_python": null, "summary": "Send status events to flapjack from python.", "version": "0.1" }, "last_serial": 1371442, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d011f9128441e037150ce00346ecc4c6", "sha256": "a5fe35b12573e6b87bf40f42cf5feb566922956550791a26e6dc73f54c54107c" }, "downloads": -1, "filename": "pyflapjackevents-0.1.tar.gz", "has_sig": false, "md5_digest": "d011f9128441e037150ce00346ecc4c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3435, "upload_time": "2015-01-05T17:48:43", "url": "https://files.pythonhosted.org/packages/b3/60/db099d420908f80cda0ff47c2580230585d97afeed6b1f5bb7911cee3379/pyflapjackevents-0.1.tar.gz" } ], "0.1dev-r0": [ { "comment_text": "", "digests": { "md5": "444292f3851d0f8f55d4645aa1bf1220", "sha256": "de3371a2ab39df364525f2d09de1db262f40909208a1b5f9008301fb6b545a50" }, "downloads": -1, "filename": "pyflapjackevents-0.1dev-r0.tar.gz", "has_sig": false, "md5_digest": "444292f3851d0f8f55d4645aa1bf1220", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3447, "upload_time": "2015-01-05T17:46:07", "url": "https://files.pythonhosted.org/packages/d6/ad/4efd3bc93c80e49c825050ae43ab27d2f2ef773d7b128a40ba02da5dbdf2/pyflapjackevents-0.1dev-r0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d011f9128441e037150ce00346ecc4c6", "sha256": "a5fe35b12573e6b87bf40f42cf5feb566922956550791a26e6dc73f54c54107c" }, "downloads": -1, "filename": "pyflapjackevents-0.1.tar.gz", "has_sig": false, "md5_digest": "d011f9128441e037150ce00346ecc4c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3435, "upload_time": "2015-01-05T17:48:43", "url": "https://files.pythonhosted.org/packages/b3/60/db099d420908f80cda0ff47c2580230585d97afeed6b1f5bb7911cee3379/pyflapjackevents-0.1.tar.gz" } ] }