Skip to content

Commit cb164e3

Browse files
committed
Mod22 README updates
1 parent 2255e54 commit cb164e3

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

mod22-bundled/blobstore2/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Module 22 - Using Blobstore bundled service (Python 2)
22

33
This repo folder represents the Module 22 Python 2 sample app for the Blobstore bundled service.
4+
5+
- The app lets end-users upload one photo then displays it to confirm the upload was successful.
6+
- The Python 2 version of the app uses the `webapp2` framework while the Python 3 version uses Flask and the App Engine SDK to access the bundled services.
7+
- Also check out both `app.yaml` files for additional changes between runtimes.
8+
- The Python 3 version of the app uses 3rd-party packages, and as such, has a `requirements.txt` file.

mod22-bundled/blobstore3/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Module 22 - Using Blobstore bundled service (Python 3)
22

33
This repo folder represents the Module 22 Python 3 sample app for the Blobstore bundled service.
4+
5+
- The app lets end-users upload one photo then displays it to confirm the upload was successful.
6+
- The Python 2 version of the app uses the `webapp2` framework while the Python 3 version uses Flask and the App Engine SDK to access the bundled services.
7+
- Also check out both `app.yaml` files for additional changes between runtimes.
8+
- The Python 3 version of the app uses 3rd-party packages, and as such, has a `requirements.txt` file.

mod22-bundled/deferred2/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Module 22 - Using Deferred bundled service (Python 2)
22

33
This repo folder represents the Module 22 Python 2 sample app for the Deferred bundled service.
4+
5+
- The app implements a simple autoincrement counter which gets bumped for every page visit. The visit displays the current counter value then spawns a deferred task to bump it.
6+
- The Python 2 version of the app uses the `webapp2` framework while the Python 3 version uses Flask and the App Engine SDK to access the bundled services.
7+
- Also check out both `app.yaml` files for additional changes between runtimes.
8+
- The Python 3 version of the app uses 3rd-party packages, and as such, has a `requirements.txt` file.

mod22-bundled/deferred3/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Module 22 - Using Deferred bundled service (Python 3)
22

33
This repo folder represents the Module 22 Python 3 sample app for the Deferred bundled service.
4+
5+
- The app implements a simple autoincrement counter which gets bumped for every page visit. The visit displays the current counter value then spawns a deferred task to bump it.
6+
- The Python 2 version of the app uses the `webapp2` framework while the Python 3 version uses Flask and the App Engine SDK to access the bundled services.
7+
- Also check out both `app.yaml` files for additional changes between runtimes.
8+
- The Python 3 version of the app uses 3rd-party packages, and as such, has a `requirements.txt` file.

mod22-bundled/mail2/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Module 22 - Using Mail bundled service (Python 2)
22

33
This repo folder represents the Module 22 Python 2 sample app for the Mail bundled service.
4+
5+
- The app can receive email, saving only the most recent message received in Datastore. Visiting the app displays that message along with associated metadata (date, subject, sender).
6+
- The Python 2 version of the app uses the `webapp2` framework while the Python 3 version uses Flask and the App Engine SDK to access the bundled services.
7+
- Also check out both `app.yaml` files for additional changes between runtimes.
8+
- The Python 3 version of the app uses 3rd-party packages, and as such, has a `requirements.txt` file.

mod22-bundled/mail3/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Module 22 - Using Mail bundled service (Python 3)
22

33
This repo folder represents the Module 22 Python 3 sample app for the Mail bundled service.
4+
5+
- The app can receive email, saving only the most recent message received in Datastore. Visiting the app displays that message along with associated metadata (date, subject, sender).
6+
- The Python 2 version of the app uses the `webapp2` framework while the Python 3 version uses Flask and the App Engine SDK to access the bundled services.
7+
- Also check out both `app.yaml` files for additional changes between runtimes.
8+
- The Python 3 version of the app uses 3rd-party packages, and as such, has a `requirements.txt` file.

0 commit comments

Comments
 (0)