Python Datastore SDK beta 3

// By Guido Van Rossum • Dec 03, 2013

Update: The Sync and Datastore SDK has been deprecated. Learn more here.

We have another beta for the Python Datastore SDK ready.

The big change is that we added APIs to save and restore snapshots of a datastore as JSON (the tktasks.py example shows how to use this). We also changed the query() method to return a set instead of a list, so you can combine result sets using set union and difference operations.

Check out the new release!


// Copy link