freebsd-ports/devel/py-selectors2/pkg-descr
Mateusz Piotrowski f0084422c0 New port: devel/py-selectors2
Backported, durable, and portable selectors for Python designed to replace
the standard library selectors module.

This module was originally written for the urllib3 project and later
released as an independent project.

PR:             230873
Submitted by:   John W. O'Brien <john@saltant.com>
Reviewed by:    mat (mentor)
Approved by:    mat (mentor)
Differential Revision:  https://reviews.freebsd.org/D17182
2018-09-18 17:00:14 +00:00

4 lines
161 B
Text

Backported, durable, and portable selectors designed to replace the
standard library selectors module.
WWW: https://www.github.com/SethMichaelLarson/selectors2