Language

Package: python-gevent @ 21.12.0

Synopsis

Coroutine-based network library

Description

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.

Home page
https://www.gevent.org/
Location
gnu/packages/python-xyz.scm (line: 15864, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?