Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gevent/gevent
Coroutine-based concurrency library for Python
https://github.com/gevent/gevent
asyncio coroutines greenlet python
Last synced: 1 day 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 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T15:36:16.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:44:42.395Z (about 1 month ago)
- Topics: asyncio, coroutines, greenlet, python
- Language: Python
- Homepage: http://gevent.org
- Size: 22.1 MB
- Stars: 6,246
- Watchers: 240
- Forks: 937
- Open Issues: 128
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-python-zh - gevent - 一个基于coroutine的Python网络库,它使用[greenlet](https://github.com/python-greenlet/greenlet)。 (异步编程)
- best-of-web-python - GitHub - 8% open · ⏱️ 14.02.2024): (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)
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