From bf240acd0ff41da4705fdc698fb8c4304a20e595 Mon Sep 17 00:00:00 2001 From: "Mariano Draghi (cHagHi)" Date: Sun, 23 Mar 2008 23:20:53 -0300 Subject: [PATCH] * Added README and ChangeLog files. --- ChangeLog | 11 +++++++++++ README | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 ChangeLog create mode 100644 README diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..5ddb3ad --- /dev/null +++ b/ChangeLog @@ -0,0 +1,11 @@ +2008-03-23 Mariano Draghi + + * rtm.py: Implemented the full RTM API. Integrated simplejson to + handle JSON responses, which should fix some encoding problems. + Renamed some internal attributes (name, auth) of RTM class, + because they where conflicting with some methods and arguments + of the API calls wich had the same name. Fixed a minor issue + with dottedDict class and non dict instances. Added a simple + mechanism to turn debugging on/off dynamically. + * README / ChangeLog: Added. + diff --git a/README b/README new file mode 100644 index 0000000..190e96a --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +====================================================================== +Python library for Remember The Milk API +====================================================================== + +Copyright (c) 2008 by Sridhar Ratnakumar + +Contributors: + - Mariano Draghi (cHagHi) + +See app.py for examples -- 2.11.4.GIT