Backport of the selectors module from Python 3.4.
Project description
selectors34 is a backport of the selectors module from Python 3.4. The selectors module written by Charles-François Natali.
Installation and Usage
To install selectors34 via pip:
$ pip install selectors34
For best compatibility for Python 3.4, import selectors34 like:
try: import selectors except ImportError: import selectors34 as selectors
Project Details
- Documentation:
- PyPI:
- Issue tracker:
https://bugs.python.org/ (upstream)
- Issue tracker:
- Supported versions:
Python 2.6, 2.7 and 3.3
- License:
Python Software Foundation License
- Build status:
Changelog
1.0 (released on 2015-02-05)
Initial release.
Project details
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
selectors34-1.0.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file selectors34-1.0.tar.gz
.
File metadata
- Download URL: selectors34-1.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9aee3418734cf10f33a56557092364a585c613a4775503e9a5eedc586e8ced50 |
|
MD5 | 684637d06eedab4ff0a479190dd54ec1 |
|
BLAKE2b-256 | 2d52953bd67eefc91bd17108b9716f55e6c66147f48036fc8ca480ade7d8f702 |
File details
Details for the file selectors34-1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: selectors34-1.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39fb5bfba4f90e3f221fbbe4db390b9fef89085b8c9fafd787449ea8dcb8d214 |
|
MD5 | f307bf89ed96992e8e4f4b206494dd9c |
|
BLAKE2b-256 | 95e1186444a834d44dbe83d92ff4199ec2f1756142dc24b2e349d62c3e112223 |