diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:13:38 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:10 +0700 |
commit | 771e4b04b1a30822ef60e0255df9e1e58deee5ae (patch) | |
tree | b1e11434acccb194e80085e28c5a1daf0d31f0e3 /development/google-appengine-pysdk | |
parent | b14f76cbb923a3a0e3f5b81af3546aced043b186 (diff) |
development/google-appengine-pysdk: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/google-appengine-pysdk')
-rw-r--r-- | development/google-appengine-pysdk/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/development/google-appengine-pysdk/README b/development/google-appengine-pysdk/README index 2857c0dfbde96..846052cbd47dc 100644 --- a/development/google-appengine-pysdk/README +++ b/development/google-appengine-pysdk/README @@ -1,8 +1,9 @@ google-appengine-pysdk (Google Appengine Python SDK) -The Python SDK includes a web server application that simulates the App Engine -environment, including a local version of the datastore, Google Accounts, and -the ability to fetch URLs and send email directly from your computer using the -App Engine APIs. The Python SDK runs on any computer with Python 2.5 or 2.7, and -versions are available for Windows, Mac OS X and Linux. (The Python SDK is not -compatible with Python 3). +The Python SDK includes a web server application that simulates the +App Engine environment, including a local version of the datastore, +Google Accounts, and the ability to fetch URLs and send email directly +from your computer using the App Engine APIs. The Python SDK runs on +any computer with Python 2.5 or 2.7, and versions are available for +Windows, Mac OS X and Linux. (The Python SDK is not compatible with +Python 3). |