Current Status at 2009/10/02.
| Feature List | Python2 | Python3 | Ruby | |
|---|---|---|---|---|
| Push API | following_function() | O | O | |
| following() | O | O | O | |
| Pull API | Queue | O | O | _ |
| Send API | twitter() | O | O | O |
| auto_twitter() | O | O | O | |
| twitter_exception() | O | O | _ | |
| Thread Pool | O | O | O | |
| Inter Process API | connect_interactively() | O | O | _ |
| connect_oneway() | O | O | _ | |
| connect_via_queue() | O | O | _ | |
| Call back API | _ | _ | _ | |
| Adapters | FileObserver | O | O | |
| GrowlAdapter | O | O | _ | |
| IntervalTimer | O | O | _ | |
| wxPythonAdapter | O | _ | ||
| Modern Installer(easy_install, gem) | O | O | _ | |
note:
O: supported
i: implementing
_: planning