Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.31 KB

README.rst

File metadata and controls

50 lines (31 loc) · 1.31 KB

Why Diesel?

You should write your next network application using diesel.

Thanks to Python the syntax is clean and the development pace is rapid. Thanks to non-blocking I/O it's fast and scalable. Thanks to greenlets there's unwind(to(callbacks(no))). Thanks to nose it's trivial to test. Thanks to Flask you don't need to write a new web framework using it.

It provides a clean API for writing network clients and servers. TCP and UDP supported. It bundles battle-tested clients for HTTP, DNS, Redis, Riak and MongoDB. It makes writing network applications fun.

Read the documentation, browse the API and join the community in #diesel on freenode.

Installation

Diesel is an active project. Your best bet to stay up with the latest at this point is to clone from github.:

git clone git://github.com/jamwt/diesel.git

Once you have a clone, cd to the diesel directory and install it.:

pip install .

or:

python setup.py install

or:

python setup.py develop

For More Information

Documentation and more can be found on the diesel website.