ANN: pyrtm-0.2 released

Sridhar Ratnakumar sridhar.ratna at gmail.com
Tue Dec 8 22:17:34 CET 2009


pyrtm is a Python API binding for accessing Remember The Milk. This
releases fixes a few issues related to API spec.

	* app.py: Fix for unreliable type of 'taskseries' (#5)
	* rtm.py: Fixed incorrect number of arguments to "lists" (#3)
	* rtm.py: Try to import django.utils.simplejson before falling back
	* app.py: Made it a command-line app accepting key/secret/token as args

To download pyrtm, visit:

  http://pypi.python.org/pypi/pyrtm

You can also install pyrtm using pip or PyPM:

  $ pip install pyrtm
  $ pypm install pyrtm

-srid


More information about the Python-announce-list mailing list