Hi,
I've made some improvements to Sridhar's pyrtm module.
These are the major features added:
* Implemented the full Remember The Milk API. Now you can use all the
documented methods of the RTM API from pyrtm.
* If you have simplejson [1] installed, pyrtm will use it to parse
the JSON response. That should fix the encoding problems some folks
were facing. If simplejson is not available, pyrtm fallbacks
gracefully to its former internal JSON parser.
* pyrtm now uses the standard Python debugging module to handle debug
messages.
The source code is available in a public git repository at
http://repo.or.cz/w/pyrtm.git
I haven't had the chance to test all the API calls, so if you need to
use one of the methods that were previously unsupported, please make
some tests before using that in your code.
Also note that simplejson (if used) might give you a (slight)
different output than the one you get with the custom pyrtm parser.
Maybe you'll need to do some minor adjustments in your code.
Thanks to Sridhar for his support, accepting my patches and giving my
access to the code!
Regards,
--
Mariano Draghi
[1]
http://pypi.python.org/pypi/simplejson