SlackBuilds Repository

15.0 > Libraries > greenlet (2.0.2)

The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called "tasklets". Tasklets run
pseudo-concurrently (typically in a single or a few OS-level threads)
and are synchronized with data exchanges on "channels".

Greenlets are provided as a C extension module for the regular
unmodified Python interpreter.

Greenlets are lightweight coroutines for in-process concurrent
programming.

Maintained by: Willy Sudiarto Raharjo
Keywords: python,threads,concurrency,coroutines,stackless
ChangeLog: greenlet

Homepage:
https://github.com/python-greenlet/greenlet

Source Downloads:
greenlet-2.0.2.tar.gz (e6637d59015cba7e86f2111e6aa8168b)

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

(the SlackBuild does not include the source)

Individual Files:
README
greenlet.SlackBuild
greenlet.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