Skip to content

ForrestSutton/filewallah

Repository files navigation

Filewallah

is a python GAE file manager for google drive using google app engine python software this will use the python datastore, storing ndb

v0.2

the first version

#todo
data models of file list add google drive indexings add javascript add css elements themeing

Instead of cluttering the root of the project, I prefer to put my RequestHandler and Model subclasses into modules and packages. In practice, I follow a very POSIX-inspired project layout with an app/ folder that contains all the code that I'm going to send to GAE:

app/ app.yaml dispatch.py lib --> ../lib/python2.7/site-packages/ (generated by pip install) bin/ etc/ requirements.txt (generated by pip freeze) lib/ python2.7/site-packages/ (generated by pip install ) var/

licenses is GPL 2 see license.txt

About

gae python djanago manager for google drive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published