Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Eventlet

Compare

  Analyzed 1 day ago

Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.

25.6K lines of code

6 current contributors

4 days since last commit

11 users on Open Hub

Moderate Activity
4.8
   
I Use This

gevent

Compare

  Analyzed 1 day ago

gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: convenient API around greenlets familiar synchronization primitives socket module that cooperates WSGI server on top of ... [More] libevent-http DNS requests done through libevent-dns monkey patching utility to get pure Python modules to cooperate [Less]

322K lines of code

8 current contributors

about 1 month since last commit

10 users on Open Hub

Moderate Activity
5.0
 
I Use This