Tags : Browse Projects

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

Eventlet

Compare

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

9 months since last commit

11 users on Open Hub

Very 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]

313K lines of code

8 current contributors

3 months since last commit

10 users on Open Hub

Moderate Activity
5.0
 
I Use This

python-asyncio

Compare

  Analyzed 1 day ago

This Python module provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives.

23.7K lines of code

0 current contributors

almost 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

jyield

Compare

  Analyzed almost 4 years ago

jyield aims to provide java continuations support similar to c# yield coroutines. The methods annotated with @Continuable are transformed in runtime or optionally in compile time.

2.58K lines of code

0 current contributors

over 13 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

python-pulsar

Compare

  Analyzed about 7 hours ago

Concurrent python

28.9K lines of code

0 current contributors

almost 6 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

trollius

Compare

  Analyzed almost 4 years ago

Portage of the Tulip project (asyncio module, PEP 3156) on Python 2.7.

22.4K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

Fiberized.IO

Compare

  Analyzed about 21 hours ago

Fiber and async I/O based network library

28.6K lines of code

0 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: boost, bsd_2clau..., mit