Contents

gevent 25.9.1

0

Coroutine-based network library

Coroutine-based network library

Stars: 6437, Watchers: 6437, Forks: 961, Open Issues: 130

The gevent/gevent repo was created 13 years ago and the last code push was 1 months ago.
The project is extremely popular with a mindblowing 6437 github stars!

How to Install gevent

You can install gevent using pip

pip install gevent

or add it to a project with poetry

poetry add gevent

Package Details

Author
Denis Bilenko
License
MIT
Homepage
http://www.gevent.org/
PyPi:
https://pypi.org/project/gevent/
Documentation:
http://www.gevent.org
GitHub Repo:
https://github.com/gevent/gevent

Classifiers

  • Internet
  • Software Development/Libraries/Python Modules
No  gevent  pypi packages just yet.

Errors

A list of common gevent errors.

Code Examples

Here are some gevent code examples and snippets.

GitHub Issues

The gevent package has 130 open issues on GitHub

  • Optimize all membership checks by tracking entries with a set
  • Bump the github-actions group with 2 updates
  • Gevent in a nogil Python world
  • AttributeError: 'StreamServer' object has no attribute 'handle'
  • RuntimeError: cannot use from_handle() on NULL pointer

See more issues on GitHub

Related Packages & Articles

idna_ssl 1.1.0

Patch ssl.match_hostname for Unicode(idna) domains support

anyio 4.12.1

High-level concurrency and networking framework on top of asyncio or Trio

uvloop 0.22.1

Fast implementation of asyncio event loop on top of libuv