{ "info": { "author": "Jon San Miguel", "author_email": "jon.sanmiguel@optimizely.com", "bugtrack_url": null, "classifiers": [], "description": "Copyright 2008 Google Inc.\nAll rights reserved.\n\nApp Engine SDK - Development tools for Google App Engine\n\nCONTENTS\n========\n\n * Installing on Mac OSX\n * Installing on Windows\n * Installing on Linux and other platforms\n * Running the SDK\n * Using the SDK\n * Using the App Engine Launcher\n\n\nINSTALLING ON Mac OSX\n=====================\n1) Download and install Python 2.7 from http://www.python.org/download/\n2) Download the SDK installer from\nhttps://developers.google.com/appengine/downloads\n3) Install the SDK by double-clicking on the GoogleAppEngine.dmg file and\nrunning the installer.\n\n\nINSTALLING ON WINDOWS\n=====================\n1) Download and install Python 2.7 from http://www.python.org/download/\n2) Download the SDK installer from\nhttps://developers.google.com/appengine/downloads\n3) Install the SDK by double-clicking on the GoogleAppEngine.msi file and\nrunning the installer.\n\n\nINSTALLING ON LINUX AND OTHER PLATFORMS\n===============================\n1) Download and install Python 2.7 from http://www.python.org/download/\n2) Download the SDK zip file from\nhttps://developers.google.com/appengine/downloads\n3) Unpack the zip file.\n\n\nRUNNING THE SDK\n=========================\nYou can run the SDK with the following command:\n\ndev_appserver.py [options] \n\nApplication root must be the path to the application to run in this server.\nMust contain a valid app.yaml or app.yml file.\n\nOptions:\n --address=ADDRESS, -a ADDRESS\n Address to which this server should bind. (Default\n localhost).\n --clear_datastore, -c Clear the Datastore on startup. (Default false)\n --debug, -d Use debug logging. (Default false)\n --help, -h View this helpful message.\n --port=PORT, -p PORT Port for the server to run on. (Default 8080)\n\n --allow_skipped_files Allow access to files matched by app.yaml's\n skipped_files (default False)\n --auth_domain Authorization domain that this app runs in.\n (Default gmail.com)\n --auto_id_policy=POLICY Dictate how automatic IDs are assigned by the\n datastore stub, \"sequential\" or \"scattered\".\n (Default sequential)\n --backends Run the dev_appserver with backends support\n (multiprocess mode).\n --blobstore_path=DIR Path to directory to use for storing Blobstore\n file stub data.\n --clear_prospective_search Clear the Prospective Search subscription index\n (Default false).\n --clear_search_indexes Clear the Full Text Search indexes (Default false).\n --datastore_path=DS_FILE Path to file to use for storing Datastore file\n stub data.\n (Default /tmp/dev_appserver.datastore)\n --debug_imports Enables debug logging for module imports, showing\n search paths used for finding modules and any\n errors encountered during the import process.\n --default_partition Default partition to use in the APPLICATION_ID.\n (Default dev)\n --disable_static_caching Never allow the browser to cache static files.\n (Default enable if expiration set in app.yaml)\n --disable_task_running When supplied, tasks will not be automatically\n run after submission and must be run manually\n in the local admin console.\n --enable_sendmail Enable sendmail when SMTP not configured.\n (Default false)\n --high_replication Use the high replication datastore consistency\n model. (Default false).\n --history_path=PATH Path to use for storing Datastore history.\n (Default /tmp/dev_appserver.datastore.history)\n --persist_logs Enables storage of all request and application\n logs to enable later access. (Default false).\n --logs_path=LOGS_FILE Path to use for storing request logs. If this is\n set, logs will be persisted to the given path. If\n this is not set and --persist_logs is true, logs\n are stored in /tmp/dev_appserver.logs.\n --multiprocess_min_port When running in multiprocess mode, specifies the\n lowest port value to use when choosing ports. If\n set to 0, select random ports.\n (Default 9000)\n --mysql_host=HOSTNAME MySQL database host that the rdbms API will use.\n (Default localhost)\n --mysql_port=PORT MySQL port to connect to.\n (Default 3306)\n --mysql_user=USER MySQL user to connect as.\n (Default '')\n --mysql_password=PASSWORD MySQL password to use.\n (Default '')\n --mysql_socket=PATH MySQL Unix socket file path.\n (Default '%(mysql_socket)s')\n --require_indexes Disallows queries that require composite indexes\n not defined in index.yaml.\n --search_indexes_path=PATH Path to file to use for storing Full Text Search\n indexes (Default %(search_indexes_path)s).\n --show_mail_body Log the body of emails in mail stub.\n (Default false)\n --skip_sdk_update_check Skip checking for SDK updates. If false, fall back\n to opt_in setting specified in .appcfg_nag\n (Default false)\n --smtp_host=HOSTNAME SMTP host to send test mail to. Leaving this\n unset will disable SMTP mail sending.\n (Default '')\n --smtp_port=PORT SMTP port to send test mail to.\n (Default 25)\n --smtp_user=USER SMTP user to connect as. Stub will only attempt\n to login if this field is non-empty.\n (Default '').\n --smtp_password=PASSWORD Password for SMTP server.\n (Default '')\n --task_retry_seconds How long to wait in seconds before retrying a\n task after it fails during execution.\n (Default '30')\n --use_sqlite Use the new, SQLite based datastore stub.\n (Default false)\n --port_sqlite_data Converts the data from the file based datastore\n stub to the new SQLite stub, one time use only.\n Requires enough RAM to hold all of the entities.\n (Default false)\n --[enable|disable]_console Enables/disables the interactive console.\n (Default enabled if --address is unset,\n disabled if --address is set)\n\n\nUSING THE SDK\n=======================\nFor instructions on getting started with Google App Engine, please see the\nGoogle App Engine Getting Started Guide\n\nhttps://developers.google.com/appengine/docs/python/gettingstarted\n\n\nUSING THE APP ENGINE LAUNCHER\n=============================\nThe Windows and Mac OSX Python SDKs include an additional development tool\ncalled the App Engine Launcher. This tool provides a simple graphical\ninterface to create projects, run them locally, and deploy them to Google's App\nEngine servers. It can be used in place of the dev_appserver and appcfg\ncommand-line tools.\n\nThe Windows SDK can optionally install a desktop short-cut during\ninstallation. If you are missing the short-cut, you can find the launcher in\nthe launcher subdirectory of your App Engine installation. The default\nlocation is\nC:\\Program Files\\Google\\google_appengine\\launcher\\GoogleAppEngineLauncher.exe\n\nIn Mac OSX, the Launcher is installed by dragging it out of the .dmg to a\nlocation specified by the user. The Launcher contains the SDK inside of it.\nA typical drag-install destination for the Launcher and SDK is\n/Applications/GoogleAppEngineLauncher.app", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/optimizely/python-appengine/tarball/1.9.15", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/optimizely/python-appengine", "keywords": "google,appengine", "license": "Apache License", "maintainer": null, "maintainer_email": null, "name": "python-appengine", "package_url": "https://pypi.org/project/python-appengine/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-appengine/", "project_urls": { "Download": "https://github.com/optimizely/python-appengine/tarball/1.9.15", "Homepage": "https://github.com/optimizely/python-appengine" }, "release_url": "https://pypi.org/project/python-appengine/1.9.15/", "requires_dist": null, "requires_python": null, "summary": "GAE SDK Pip installable Mirror", "version": "1.9.15" }, "last_serial": 1746213, "releases": { "1.9.15": [ { "comment_text": "", "digests": { "md5": "7bfad23ebb1dba49e7b9609ff447cc62", "sha256": "5c5d7e5f69870fbe62e7ccdabecfaf9a5f830822d634a98dc26b1d337b72988f" }, "downloads": -1, "filename": "python-appengine-1.9.15.tar.gz", "has_sig": false, "md5_digest": "7bfad23ebb1dba49e7b9609ff447cc62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2572099, "upload_time": "2015-01-17T05:07:45", "url": "https://files.pythonhosted.org/packages/71/52/b2e8ec893ab06a7d2d75969dc6199948df2b0a15af53556389a4117ecf7c/python-appengine-1.9.15.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7bfad23ebb1dba49e7b9609ff447cc62", "sha256": "5c5d7e5f69870fbe62e7ccdabecfaf9a5f830822d634a98dc26b1d337b72988f" }, "downloads": -1, "filename": "python-appengine-1.9.15.tar.gz", "has_sig": false, "md5_digest": "7bfad23ebb1dba49e7b9609ff447cc62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2572099, "upload_time": "2015-01-17T05:07:45", "url": "https://files.pythonhosted.org/packages/71/52/b2e8ec893ab06a7d2d75969dc6199948df2b0a15af53556389a4117ecf7c/python-appengine-1.9.15.tar.gz" } ] }