{ "info": { "author": "Sameer Rahmani", "author_email": "lxsameer@gnu.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Vakhshour\n=========\n\nEvent Layer and Message layer application.\n\n\nRequirements:\n\tpyOpenSSL\n\tTwisted\n\tpyCrypto\n\nUsage:\n======\n\n1. Running master server:\n\n Running the master server is very easy:\n \n $ vakhshourd\n\n 'vakhshourd' use the '/etc/vakhshour/vakhshour.json' as its configuration file.\n Take a look at configurations comments.\n Take a look at the --help parameter of 'vakhshourd'.\n\n2. Sending Events:\n\n Here is a sample code:\n\n\n from vakhshour.base import Node, Event\n\n a = Node(host=\"x.x.x.\", port=\"8888\")\n\n event = Event(name=\"logout\", sender=\"someservice\",\n \t \t\t\tuser=\"lxsameer\")\n a.send(event)\n\n\n NOTE: user parameter for Event class is a logout event parameter.", "description_content_type": null, "docs_url": "https://pythonhosted.org/Vakhshour/", "download_url": "http://vakhshour.yellowen.com/downloads/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://vakhshour.yellowen.com/", "keywords": null, "license": "GPL v2", "maintainer": null, "maintainer_email": null, "name": "Vakhshour", "package_url": "https://pypi.org/project/Vakhshour/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Vakhshour/", "project_urls": { "Download": "http://vakhshour.yellowen.com/downloads/", "Homepage": "http://vakhshour.yellowen.com/" }, "release_url": "https://pypi.org/project/Vakhshour/0.91.47/", "requires_dist": null, "requires_python": null, "summary": "Event and Message layer application", "version": "0.91.47" }, "last_serial": 591179, "releases": { "0.91.45": [ { "comment_text": "", "digests": { "md5": "3564f5b544605d8a2a5fdd0fbbfc94a1", "sha256": "9cfef99e10f588b4ab70a4fa5c44a537cc6ca83c7e61d01e8be6991cc3824683" }, "downloads": -1, "filename": "Vakhshour-0.91.45.tar.gz", "has_sig": false, "md5_digest": "3564f5b544605d8a2a5fdd0fbbfc94a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40483, "upload_time": "2012-09-01T15:53:02", "url": "https://files.pythonhosted.org/packages/ea/84/3f534961b9722f3783f2d022929ba0cb376f5eedea7980d2be040e7fd741/Vakhshour-0.91.45.tar.gz" } ], "0.91.47": [ { "comment_text": "", "digests": { "md5": "a03ef62b4b735ed233fdfa112f8a90eb", "sha256": "e243ac0b21e3972842a45d61e28772a196a933b10dde63575cf9b0586e6f2b00" }, "downloads": -1, "filename": "Vakhshour-0.91.47.tar.gz", "has_sig": false, "md5_digest": "a03ef62b4b735ed233fdfa112f8a90eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 222544, "upload_time": "2013-03-19T17:09:52", "url": "https://files.pythonhosted.org/packages/58/a6/48caea96ee07cb1e8832f7d810f2a563656573caf297306ab1c5c0805663/Vakhshour-0.91.47.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a03ef62b4b735ed233fdfa112f8a90eb", "sha256": "e243ac0b21e3972842a45d61e28772a196a933b10dde63575cf9b0586e6f2b00" }, "downloads": -1, "filename": "Vakhshour-0.91.47.tar.gz", "has_sig": false, "md5_digest": "a03ef62b4b735ed233fdfa112f8a90eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 222544, "upload_time": "2013-03-19T17:09:52", "url": "https://files.pythonhosted.org/packages/58/a6/48caea96ee07cb1e8832f7d810f2a563656573caf297306ab1c5c0805663/Vakhshour-0.91.47.tar.gz" } ] }