select_backport 0.2
pip install select_backport
Latest version
Released:
Backport of the new select module with epoll and kqueue interface
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Gora Khargosh
- Tags select, poll, epoll, kqueue
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
The select_backport extension is a backport of the new API functions of Python 2.7/SVN for Python 2.3 to 2.6. It contains object oriented wrappers for epoll (Linux 2.6) and kqueue/kevent (BSD).
>>> try: ... import select_backport as select ... except ImportError: ... import select
>>> ep = select.epoll() >>> kq = select.kqueue()
This release is based upon Python svn.
NOTE: I made this package because python2.5 and python2.6 lacked features I’m using from select.kqueue and the select26 package isn’t being maintained.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Gora Khargosh
- Tags select, poll, epoll, kqueue
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file select_backport-0.2.tar.gz
.
File metadata
- Download URL: select_backport-0.2.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 676b4e4c25eb34fc4f7c4a468001086e6e59c238fe8eeb0dc683d62123c6ccc5 |
|
MD5 | babc4279680d333563fe2ef7f2096409 |
|
BLAKE2b-256 | 51bf4c4f7559c3b411b48e97889332516b556acf96ef42410bbfa886e2eac802 |