{ "info": { "author": "Gora Khargosh", "author_email": "gora.khargosh@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: BSD", "Operating System :: POSIX :: Linux", "Programming Language :: C", "Programming Language :: Python", "Topic :: System :: Networking" ], "description": "The select_backport extension is a backport of the new API functions of Python\r\n2.7/SVN for Python 2.3 to 2.6. It contains object oriented wrappers for epoll\r\n(Linux 2.6) and kqueue/kevent (BSD).\r\n\r\n>>> try:\r\n... import select_backport as select\r\n... except ImportError:\r\n... import select\r\n\r\n>>> ep = select.epoll()\r\n>>> kq = select.kqueue()\r\n\r\nThis release is based upon Python svn.\r\n\r\nNOTE: I made this package because python2.5 and python2.6 lacked features\r\nI'm using from select.kqueue and the select26 package isn't being maintained.", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "select poll epoll kqueue", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "select_backport", "package_url": "https://pypi.org/project/select_backport/", "platform": "Linux 2.6,BSD,Mac OS X", "project_url": "https://pypi.org/project/select_backport/", "project_urls": { "Download": "http://pypi.python.org/", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/select_backport/0.2/", "requires_dist": null, "requires_python": null, "summary": "Backport of the new select module with epoll and kqueue interface", "version": "0.2" }, "last_serial": 799389, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "babc4279680d333563fe2ef7f2096409", "sha256": "676b4e4c25eb34fc4f7c4a468001086e6e59c238fe8eeb0dc683d62123c6ccc5" }, "downloads": -1, "filename": "select_backport-0.2.tar.gz", "has_sig": false, "md5_digest": "babc4279680d333563fe2ef7f2096409", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31280, "upload_time": "2010-11-28T01:41:51", "url": "https://files.pythonhosted.org/packages/51/bf/4c4f7559c3b411b48e97889332516b556acf96ef42410bbfa886e2eac802/select_backport-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "babc4279680d333563fe2ef7f2096409", "sha256": "676b4e4c25eb34fc4f7c4a468001086e6e59c238fe8eeb0dc683d62123c6ccc5" }, "downloads": -1, "filename": "select_backport-0.2.tar.gz", "has_sig": false, "md5_digest": "babc4279680d333563fe2ef7f2096409", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31280, "upload_time": "2010-11-28T01:41:51", "url": "https://files.pythonhosted.org/packages/51/bf/4c4f7559c3b411b48e97889332516b556acf96ef42410bbfa886e2eac802/select_backport-0.2.tar.gz" } ] }