Skip to content

Commit 0cbcdba

Browse files
vintaclaude
andcommitted
remove eventlet: deprecated, maintenance mode only
Project is on "life support" with no new feature development. Compatibility issues with Python 3.10+. Use gevent instead. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent aaeec57 commit 0cbcdba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
150150
* [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
151151
- [awesome-asyncio](https://github.com/timofurrer/awesome-asyncio)
152152
* [concurrent.futures](https://docs.python.org/3/library/concurrent.futures.html) - (Python standard library) A high-level interface for asynchronously executing callables.
153-
* [eventlet](https://github.com/eventlet/eventlet) - Asynchronous framework with WSGI support.
154153
* [gevent](https://github.com/gevent/gevent) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
155154
* [multiprocessing](https://docs.python.org/3/library/multiprocessing.html) - (Python standard library) Process-based parallelism.
156155
* [trio](https://github.com/python-trio/trio) - A friendly library for async concurrency and I/O.

0 commit comments

Comments
 (0)