Hello.

I've written an interactive Python shell with all of the Google App Engine 
stuff pre-loaded.  When you launch the shell, it connects to your app's 
datastore in the cloud, so you can issue commands on your local machine to 
manipulate data in the cloud.  But be careful.  ;-)

You can find my shell here:
http://code.google.com/p/imi-imi/source/browse/trunk/shell.py

As noted in the source code, my work was inspired by Nick Johnson's.

Thanks,
Raj

On Mar 19, 2010, at 5:43 PM, nvictor wrote:

> hi,
> 
> i wanted to test my entities in a python interactive shell. but i am
> getting an error because some application configurations are not
> loaded.
> 
> has anyone done it before? how can i run an interactive shell with all
> the required app configs?
> 
> thanks
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to