{ "info": { "author": "Ludvig Ericson", "author_email": "ludvig@lericson.se", "bugtrack_url": null, "classifiers": [], "description": "To access `Amazon AWS S3`_ from `Google App Engine`_, you not only need an S3\ninterface like simples3_, but you'll also need a ported version of that\ninterface that works with Google's own ``urlfetch`` extension API.\n\n``gaes3`` is exactly that, and is layered on top of simples3_.\n\nUsage is exactly like simples3_, but with a different class::\n\n >>> from gaes3 import AppEngineS3Bucket\n >>> bucket = AppEngineS3Bucket(\"foo\", access_key, secret_key)\n >>> bucket.info(\"foo\")[\"mimetype\"]\n 'text/plain'\n\n.. _Amazon AWS S3: http://aws.amazon.com/s3/\n.. _Google App Engine: http://appengine.google.com/\n.. _simples3: http://sendapatch.se/projects/simples3/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://sendapatch.se/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "gaes3", "package_url": "https://pypi.org/project/gaes3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gaes3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://sendapatch.se/" }, "release_url": "https://pypi.org/project/gaes3/0.1/", "requires_dist": null, "requires_python": null, "summary": "S3 interface for Google App Engine", "version": "0.1" }, "last_serial": 792250, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "21d5c07caaf43794f5e016c942c05fb0", "sha256": "870bbe557b6cfa49590748f6c2ca34ce552e19c868be46bdb02295188a0eda10" }, "downloads": -1, "filename": "gaes3-0.1.tar.gz", "has_sig": false, "md5_digest": "21d5c07caaf43794f5e016c942c05fb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1615, "upload_time": "2010-01-12T20:08:13", "url": "https://files.pythonhosted.org/packages/ce/83/70b0a06d2aaa3c2fd6fa41ffb59515fe53db866bd1f9b90518db3cac5eac/gaes3-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "21d5c07caaf43794f5e016c942c05fb0", "sha256": "870bbe557b6cfa49590748f6c2ca34ce552e19c868be46bdb02295188a0eda10" }, "downloads": -1, "filename": "gaes3-0.1.tar.gz", "has_sig": false, "md5_digest": "21d5c07caaf43794f5e016c942c05fb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1615, "upload_time": "2010-01-12T20:08:13", "url": "https://files.pythonhosted.org/packages/ce/83/70b0a06d2aaa3c2fd6fa41ffb59515fe53db866bd1f9b90518db3cac5eac/gaes3-0.1.tar.gz" } ] }