Tags : Browse Projects

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

Eventlet

Compare

  Analyzed 3 days 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.9K lines of code

6 current contributors

19 days since last commit

11 users on Open Hub

Low Activity
4.8
   
I Use This

gevent

Compare

  Analyzed 2 days 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]

371K lines of code

8 current contributors

5 months since last commit

10 users on Open Hub

Low Activity
5.0
 
I Use This

ScoopPython

Compare

  Analyzed about 3 years ago

SCOOP (Scalable COncurrent Operations in Python) is a distributed task module allowing concurrent parallel programming on various environments, from heterogeneous grids to supercomputers. Its documentation is available on scoop.readthedocs.org.

8.76K lines of code

0 current contributors

almost 8 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This