using appcfg.py it's quite easy to import export the datastore.
but what about the blobstore? Is there any similar way to import/export the blobstore? If not are they some libraries to do so?
the goal is to move the blobstore from an appengine app to another appengine app
thanks!