Tags : Browse Projects

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

Eventlet

Compare

  Analyzed about 3 hours 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

17 days since last commit

10 users on Open Hub

Moderate Activity
4.8
   
I Use This

gevent

Compare

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

2 months since last commit

10 users on Open Hub

Moderate Activity
5.0
 
I Use This

python-asyncio

Compare

  Analyzed about 10 hours 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

about 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

jyield

Compare

  No analysis available

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.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

python-pulsar

Compare

  Analyzed about 13 hours ago

Concurrent python

28.9K lines of code

0 current contributors

over 6 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

trollius

Compare

  No analysis available

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

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

Fiberized.IO

Compare

  Analyzed about 22 hours ago

Fiber and async I/O based network library

28.6K lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

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