Utilities for Tornado and Twisted
At Greplin, we love us some asynchronous Python. Our web site is built using Tornado and our API clients are built using Twisted.
Being heavy users of these great frameworks, we found ourselves creating some general use utilities that we're excited to open source today:
- greplin-twisted-utils: Utility library with 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.
As always: we love pull requests, issue reports, and comments!