diesel
diesel
pypi i diesel
diesel

diesel

Greenlet-based event I/O Framework for Python

by dieseldev

3.0.24 (see all)License:UNKNOWN
pypi i diesel
Readme

diesel is a framework for easily writing reliable and scalable network applications in Python. It uses the greenlet library layered atop asynchronous socket I/O in Python to achieve benefits of both the threaded-style (linear, blocking-ish code flow) and evented-style (no locking, low overhead per connection) concurrency paradigms. It's design is heavily inspired by the Erlang/OTP platform.

It contains high-quality buffering, queuing and synchronization primitives, procedure supervision and supervision trees, connection pools, seamless thread integration, and more.

An HTTP/1.1+WSGI+WebSockets implementation is included, as well as tight integration with the Flask web framework.

Other bundled protocols include MongoDB, Riak, and Redis client libraries.

VersionTagPublished
3.0.24
8yrs ago
3.0.5
10yrs ago
2.1.1
11yrs ago
2.1.0
11yrs ago
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate