Diesel 提供一个干净整洁的 API 来编写网络客户端和服务器。支持 TCP 和 UDP 。
你应该使用 Diesel 来编写你的下一个网络应用。得益于 Python 使得 Diesel 的语法非常整洁,发展步伐迅速。非阻塞 I/O 使得 Diesel 快速且容易扩展。greenlets 使得 Diesel 有了 unwind(to(callbacks(no)))。nose 使得测试变得容易。最后,Flask 使得你不需要写一个新的网络框架来使用 Diesel 。
git clone git://github.com/jamwt/diesel.git
than
pip install .
or:
python setup.py install
python setup.py develop