Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
- Python

Pyper is described as 'Flexible framework for concurrent and parallel data-processing, based on functional programming patterns. Used for ETL Systems, Data Microservices, and Data Collection' and is an app in the development category. There are five alternatives to Pyper for Mac, Windows, Linux, Python and C++. The best Pyper alternative is eventlet, which is both free and Open Source. Other great apps like Pyper are greenlet, gevent, asyncoro and dispy.
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.

gevent is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop.


asyncoro is a Python framework for developing concurrent, distributed programs with asynchronous completions and coroutines. Asynchronous completions implemented in asyncoro are socket I/O operations (non-blocking sockets), database cursors, sleep timers and locking primitives.
dispy is a Python framework for parallel execution of computations by distributing them across multiple processors on a single machine (SMP), among many machines in a cluster or grid. dispy is well suited for data parallell (SIMD) paradigm where a computation is evaluated with...