Contents

gevent 24.2.1

0

Coroutine-based network library

Coroutine-based network library

Stars: 6160, Watchers: 6160, Forks: 935, Open Issues: 117

The gevent/gevent repo was created 11 years ago and the last code push was 1 months ago.
The project is extremely popular with a mindblowing 6160 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 117 open issues on GitHub

  • Timeout up vs. down the call stack
  • gevent + redis-py in multithreading performence is pool
  • Illegal instruction on armv6l with gevent 21.12.0
  • 21.8.0: gevent uses deprecated distutils
  • Return wrong previously accepted requests
  • Uncaught socket exception (OSError)- WSGIServer
  • The compatibility of gevent and multiprocessing
  • Timeout causing memory access violation
  • Resoult of select.select was wrong when monkey patched with loop 'libuv'
  • Multiple fixes and enhancements for monkey pluggability

See more issues on GitHub

Related Packages & Articles

idna_ssl 1.1.0

Patch ssl.match_hostname for Unicode(idna) domains support

anyio 4.3.0

High level compatibility layer for multiple asynchronous event loop implementations

uvloop 0.19.0

Fast implementation of asyncio event loop on top of libuv