More information about TurboJson can be found here:
http://docs.turbogears.org/TurboJson
As usual, TurboJson can be downloaded from PyPI at
http://pypi.python.org/pypi/TurboJson
and thus can be easily update using 'easy_install':
easy_install -U TurboJson
It is also available at pypi.turbogears.org and files.turbogears.org.
Changes in version 1.3:
* The use of prioritized_methods has been discarded in favor
of simple on-board means of PEAK-rules, as suggested by Philip Eby.
This also lets TurboJson work with current PEAK-rules versions again.
* Support for SQLAlchemy Row/ResultProxies (ticket #2055)
For more details, see the Subversion changelog at
http://trac.turbogears.org/log/projects/TurboJson
Happy Hacking!
The TurboGears Team