eventlet
Package — HTTPPython 3.7+Intermediate
Concurrent networking library using green threads
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- dnspython, greenlet
- Install
pip install eventlet
Learn by Difficulty
Quick Example
python
# Install: pip install eventlet import eventlet # Basic eventlet usage print(f"Using eventlet") # See documentation for detailed examples
eventlet is a third-party package. Concurrent networking library using green threads. Install with: pip install eventlet
Try in PlaygroundTags
packagehttpnetworkingclient