SlackBuilds Repository

15.0 > Libraries > gevent (22.10.2)

Gevent is a coroutine-based Python networking library that uses greenlet
to provide a high-level synchronous API on top of the libev event loop.

Features include:
- Fast event loop based on libev (epoll on Linux, kqueue on FreeBSD).
- Lightweight execution units based on greenlet.
- API that re-uses concepts from the Python standard library
(for example there are Events and Queues).
- Cooperative sockets with SSL support.
- DNS queries performed through threadpool or c-ares.
- Monkey patching utility to get 3rd party modules to become
cooperative

This requires: greenlet

Maintained by: Willy Sudiarto Raharjo
Keywords: python,concurrency,coroutines,networking,eventloop
ChangeLog: gevent

Homepage:
http://www.gevent.org/

Source Downloads:
gevent-22.10.2.tar.gz (9a29b3d7e17fc32bc70858116d76fa6a)

Download SlackBuild:
gevent.tar.gz
gevent.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
gevent.SlackBuild
gevent.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds