{ "info": { "author": "Roma Sokolov", "author_email": "sokolov.r.v@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Eventlet_inotifyx -- Damn simple wrapper\n========================================\n\nAbout\n-----\n\nWrapper around inotifyx to use with eventlet, call to ``get_events`` will block only current eventlet.\nThanks to Stanis Trendelenburg (@trendels) for `gevent_inotifyx `_.\n\nAPI\n---\n\nSee `Inotifyx `_ for more info.\n\nUsage\n-----\n\n::\n import eventlet_inotifyx as inotifyx\n\n fd = inotifyx.init()\n fd.add_watch(fd, path)\n events = inotifyx.get_events()\n\n\nInstall\n-------\n\n~/yourvirtualenv/python setup.py install\n\npip install eventlet_inotifyx\n\nLicense\n-------\n\nThe MIT License, in LICENSE file.", "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/little-arhat/eventlet_inotifyx", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "eventlet_inotifyx", "package_url": "https://pypi.org/project/eventlet_inotifyx/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/eventlet_inotifyx/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/little-arhat/eventlet_inotifyx" }, "release_url": "https://pypi.org/project/eventlet_inotifyx/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Thin wrapper around inotifyx to use with eventlet", "version": "0.0.1" }, "last_serial": 791756, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "45a116ccf83310357a9df58dc55a5d60", "sha256": "a4b80c9fef842f5647f79c7308ac288192a0bec36f95b98271d88fc68721a072" }, "downloads": -1, "filename": "eventlet_inotifyx-0.0.1.tar.gz", "has_sig": false, "md5_digest": "45a116ccf83310357a9df58dc55a5d60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2355, "upload_time": "2012-11-07T16:47:59", "url": "https://files.pythonhosted.org/packages/03/a1/1e5b0a53d9d850abc31b76f37724a953318aa4faa26c41e867f8f8329182/eventlet_inotifyx-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45a116ccf83310357a9df58dc55a5d60", "sha256": "a4b80c9fef842f5647f79c7308ac288192a0bec36f95b98271d88fc68721a072" }, "downloads": -1, "filename": "eventlet_inotifyx-0.0.1.tar.gz", "has_sig": false, "md5_digest": "45a116ccf83310357a9df58dc55a5d60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2355, "upload_time": "2012-11-07T16:47:59", "url": "https://files.pythonhosted.org/packages/03/a1/1e5b0a53d9d850abc31b76f37724a953318aa4faa26c41e867f8f8329182/eventlet_inotifyx-0.0.1.tar.gz" } ] }