https://github.com/gevent/gevent
  
  
    Coroutine-based concurrency library for Python 
    https://github.com/gevent/gevent
  
asyncio coroutines greenlet python
        Last synced: 6 months ago 
        JSON representation
    
Coroutine-based concurrency library for Python
- Host: GitHub
 - URL: https://github.com/gevent/gevent
 - Owner: gevent
 - License: other
 - Created: 2012-09-13T22:03:03.000Z (about 13 years ago)
 - Default Branch: master
 - Last Pushed: 2025-04-24T13:50:59.000Z (6 months ago)
 - Last Synced: 2025-05-05T14:19:55.911Z (6 months ago)
 - Topics: asyncio, coroutines, greenlet, python
 - Language: Python
 - Homepage: http://gevent.org
 - Size: 21.3 MB
 - Stars: 6,345
 - Watchers: 238
 - Forks: 944
 - Open Issues: 132
 - 
            Metadata Files:
            
- Readme: README.rst
 - Changelog: CHANGES.rst
 - Contributing: CONTRIBUTING.rst
 - License: LICENSE
 - Authors: AUTHORS
 
 
Awesome Lists containing this project
- best-of-web-python - GitHub - 8% open · ⏱️ 17.09.2025): (Servers)
 - awesome-list - gevent - Coroutine-based concurrency library for Python. (Process, Thread & Coroutine / C++/C Toolkit)
 - awesome-python - gevent - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet). (Asynchronous Programming)
 - awesome-starred - gevent/gevent - Coroutine-based concurrency library for Python (python)
 - awesome-python-zh - gevent - 一个基于coroutine的Python网络库,它使用[greenlet](https://github.com/python-greenlet/greenlet)。 (异步编程)
 - fucking-awesome-python - gevent - A coroutine-based Python networking library that uses <b><code>  1767⭐</code></b> <b><code>   257🍴</code></b> [greenlet](https://github.com/python-greenlet/greenlet)). (Asynchronous Programming)
 - fucking-awesome-python - gevent - A coroutine-based Python networking library that uses <b><code>  1767⭐</code></b> <b><code>   257🍴</code></b> [greenlet](https://github.com/python-greenlet/greenlet)). (Asynchronous Programming)
 
README
          ========
 gevent
========
.. image:: https://github.com/gevent/gevent/workflows/gevent%20testing/badge.svg
   :target: https://github.com/gevent/gevent/actions
.. image:: https://ci.appveyor.com/api/projects/status/bqxl88yhpho223jg?svg=true
   :target: https://ci.appveyor.com/project/denik/gevent
.. image:: https://coveralls.io/repos/gevent/gevent/badge.svg?branch=master&service=github
   :target: https://coveralls.io/github/gevent/gevent?branch=master
.. include:: docs/_about.rst
Read the documentation online at http://www.gevent.org.
Post issues on the `bug tracker`_, discuss and ask open ended
questions on the `mailing list`_, and find announcements and
information on the blog_ and `twitter (@gevent)`_.
.. include:: docs/install.rst
.. _bug tracker: https://github.com/gevent/gevent/issues
.. _mailing list: http://groups.google.com/group/gevent
.. _blog: https://dev.nextthought.com/blog/categories/gevent.html
.. _twitter (@gevent): http://twitter.com/gevent