getaround.co.nz — GetAround...NZ is a web application that helps to get around New Zealand using a smartphone, tablet, or laptop connected to the Internet.
tracklr2mindmap — A
Python script that uses Tracklr (http://tracklr.com/) JSON API
v1.0 to generate a MindMap (.mm) XML file (<map version="0.9.0">) for free mind mapping
software FreeMind (http://freemind.sourceforge.net) The script uses pytracklr module to inteface
with the API crafted by Andrew Turner.
django-commands —
runcpserver - a CherryPy server. Provides a CherryPy webserver for Django-based applications.
djabot — Djabot provides a
standalone Jabber (XMPP) client (bot) that executes any commands it receives as a Jabber message.
A command is either: - first word of a Jabber message, or - a JSON object of a Jabber message.
JSON object MUST contain property "action" that MUST contain a bot command of the same name. The
code was originally written as a Django command called "djabotd" that provides djabot.Client
implementation that can run as a daemon. You can also use djabot.Client in a standalone mode (ie.
pure Python solution). See "httplike_json_api_bot.py" for example Python script. Djabot was
crafted by Marek Kuziel <marek@tracklr.com> as a part
of tracklr [real-time time tracker] project, which you can find at http://tracklr.com/ For full list of contributors see AUTHORS.txt