├── .gitignore ├── LICENSE ├── NOTICE ├── README.md ├── app.yaml ├── sampleApp.py └── tasks.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freshplanet/AppEngine-Deferred/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freshplanet/AppEngine-Deferred/HEAD/LICENSE -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freshplanet/AppEngine-Deferred/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freshplanet/AppEngine-Deferred/HEAD/README.md -------------------------------------------------------------------------------- /app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freshplanet/AppEngine-Deferred/HEAD/app.yaml -------------------------------------------------------------------------------- /sampleApp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freshplanet/AppEngine-Deferred/HEAD/sampleApp.py -------------------------------------------------------------------------------- /tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freshplanet/AppEngine-Deferred/HEAD/tasks.py --------------------------------------------------------------------------------