Greplin宣布开源一批异步Python工具
时间:2011-04-01 来源:cnblogs
位于San Francisco的Greplin公司(他们的主要业务是搜索引擎Greplin),日前开源了一批Tornado and Twisted异步Python工具,如用于向Amazon SES and SendGrid发送邮件的Tornado 客户端等。
Tornado是基于Python的非阻塞 FriendFeed Web服务器,Twited是一个基于Python的事件驱动的网络引擎。
本次开源的工具列表:
·greplin-twisted-utils: Utility librarywith functions for Deferred objects, DNS caching, and more.
·greplin-tornado-kissmetrics: Asynchronous client for KISSmetrics.
·greplin-tornado-mixpanel: Asynchronous client for Mixpanel.
·greplin-tornado-ses: Asynchronous client for Amazon's Simple Email Service.
·greplin-tornado-sendgrid: Asynchronous client for SendGrid.
·greplin-tornado-stripe: Asynchronous client for Stripe.
这些工具都基于Apache2.0许可证发布。