|
Project Information
Members
Featured
Downloads
|
django-syncrSynchronize Django with the webThis project supplies everything needed to sync a Django project with several web APIs. It currently supports 8 services:
For an excellent example of django-syncr in action, check out Martin Geber's custom memory stream on his homepage. Latest version: r47UPDATE 12/14/2008 Merged in a ton of Flickr patches and repackaged r47 into download archive labeled version 0.41. There's a ton of great changes (thanks Martin Geber). For a list of new features, examine the change log. This WILL be backwards incompatible because the models contain a richer set of data fields, so watch out. Previous UpdatesUPDATE 12/12/2008 Have packaged the lastest svn code into a downloadable archive labeled v0.40. It includes all the apps listed above and works on Django 1.0. Not sure what the status of the previous archive was, but it was certainly far out of date. UPDATE 10/28/2008 Just checked in several bug fixes and flagged some feature requests for addition to the app. Also, if you have ideas for django-syncr modules you'd like to see added or want to implement, leave comments on the SyncrRequest wiki page. UPDATE 9/20/2008 Have merged in support for ma.gnolia bookmarking service and picasaweb photo sharing (thanks yashh and v.oostveen!) Also fixed a few bugs related to the 1.0 update. These are in subversion release... please test and let us know how things are working for you. UPDATE 8/5/2008 Django syncr's SVN version now supports ma.gnolia thanks to yash and new forms admin is now supported thanks to jblount. Several other bug fixes are implemented (see issues tab). Thanks to everyone who sent in patches! UPDATE 4/17/2008 New version available in svn and in archive file format (0.35). This should fix, hopefully, all of the problems people have been having with Flickr. Please test and let me know and thanks for the feedback! Also note that you should be running Beej's flickrapi version 1.1 for flickr support. UPDATE 4/15/2008: Sorry for the lack of updates. I have made several fixes from issues people reported and update the subversion repository. I suggest using the svn checkout instead of the packaged zip files for now. Thanks for the feedback, feel free to email me or look me up on twitter with suggestions.
DEPENDENCIESEach syncr app has different dependencies, but generally you need Element Tree. ET is included in Python 2.5, but for older versions you need to download it from http://effbot.org/zone/element-index.htm. You also need to have django-tagging installed in your INSTALLED_APPS and on PYTHONPATH. See http://code.google.com/p/django-tagging/ The twitter app depends on python-twitter, available at: http://code.google.com/p/python-twitter/ The flickr app depends on Beej's Python flickrapi v1.1, available at: http://flickrapi.sourceforge.net/ INSTALLATION / USAGE
svn checkout http://django-syncr.googlecode.com/svn/trunk/ syncr For example:
CHANGELOGv0.40 (Dec 11, 2008)
v0.35 (Apr 17, 2008)
v0.31 (Mar 18, 2008)
v0.30 (March 18, 2008)
v0.21 (Feb 20, 2008)
v0.20 (Feb 19, 2008)
More details and contact info on my blog announcement |