{ "info": { "author": "Kexin Xie", "author_email": "ikexinxie@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# S3Query\n\nS3Query opens file or files in s3 file system as text file, will perform unzip\nif necessary. It also handles hadoop liked part-\\* files and treat all files\nwithin a directory as one single file.\n\n\n# Example\n\n >>> from s3query import s3open\n >>> import sys\n >>>\n >>> with s3open(\"s3://s3query/data/testgz/\") as fgz:\n ... for line in fgz:\n ... sys.stdout.write(line)\n ...\n one\n two\n three\n four\n five\n six\n seven\n eight\n nine\n >>> with s3open(\"s3://s3query/data/test/\") as fplain:\n ... for line in fplain:\n ... sys.stdout.write(line)\n ...\n one\n two\n three\n four\n five\n six\n seven\n eight\n nine", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/realstraw/s3query/archive/v0.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/realstraw/s3query", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "s3query", "package_url": "https://pypi.org/project/s3query/", "platform": "any", "project_url": "https://pypi.org/project/s3query/", "project_urls": { "Download": "https://github.com/realstraw/s3query/archive/v0.3.tar.gz", "Homepage": "https://github.com/realstraw/s3query" }, "release_url": "https://pypi.org/project/s3query/0.3/", "requires_dist": null, "requires_python": null, "summary": "Read parted and encrypted S3 files like a single file object", "version": "0.3" }, "last_serial": 1383311, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "708669668c7b885f6ba097998be06940", "sha256": "319f51d6ac35cf3e4d0f192ce6c50360cd5a969307b357eb95a7fa89955735f2" }, "downloads": -1, "filename": "s3query-0.2.tar.gz", "has_sig": false, "md5_digest": "708669668c7b885f6ba097998be06940", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3923, "upload_time": "2015-01-15T04:08:55", "url": "https://files.pythonhosted.org/packages/39/c5/216cd501ac8e19edd2b2c24647c3b59ec3fab8c604abf5db1f6e4b954ad8/s3query-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "53199ff611ca54743f8f13b14c131de7", "sha256": "b6c3afd387cef78918401c8d2d79ffb06333217a1906dab5e52c11e8d8f7446a" }, "downloads": -1, "filename": "s3query-0.3.tar.gz", "has_sig": false, "md5_digest": "53199ff611ca54743f8f13b14c131de7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3925, "upload_time": "2015-01-15T07:13:51", "url": "https://files.pythonhosted.org/packages/63/0c/054d72a3d763ed9863936697ad1f067d4c8dac93acf8ae985bc58cce7f05/s3query-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "53199ff611ca54743f8f13b14c131de7", "sha256": "b6c3afd387cef78918401c8d2d79ffb06333217a1906dab5e52c11e8d8f7446a" }, "downloads": -1, "filename": "s3query-0.3.tar.gz", "has_sig": false, "md5_digest": "53199ff611ca54743f8f13b14c131de7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3925, "upload_time": "2015-01-15T07:13:51", "url": "https://files.pythonhosted.org/packages/63/0c/054d72a3d763ed9863936697ad1f067d4c8dac93acf8ae985bc58cce7f05/s3query-0.3.tar.gz" } ] }