{ "info": { "author": "Accelize", "author_email": "info@accelize.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: System :: Filesystems" ], "description": "[![Linux Build Status](https://travis-ci.org/Accelize/pycosio.svg?branch=master)](https://travis-ci.org/Accelize/pycosio)\n[![Windows Build status](https://ci.appveyor.com/api/projects/status/g4n3jdk2a5sx0cp3?svg=true)](https://ci.appveyor.com/project/accelize-application/pycosio)\n[![codecov](https://codecov.io/gh/Accelize/pycosio/branch/master/graph/badge.svg)](https://codecov.io/gh/Accelize/pycosio)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0c9fc64f5fe94defac90140d769e1de3)](https://www.codacy.com/app/Accelize/pycosio?utm_source=github.com&utm_medium=referral&utm_content=Accelize/pycosio&utm_campaign=Badge_Grade)\n[![Documentation Status](https://readthedocs.org/projects/pycosio/badge/?version=latest)](https://pycosio.readthedocs.io/en/latest/?badge=latest)\n[![PyPI](https://img.shields.io/pypi/v/pycosio.svg)](https://pypi.org/project/pycosio)\n\nPycosio (Python Cloud Object Storage I/O)\n=========================================\n\nFor more information, read the [Pycosio documentation](https://pycosio.readthedocs.io).\n\nPycosio brings standard Python I/O to cloud objects by providing:\n\n* Abstract classes of Cloud objects with the complete ``io.RawIOBase`` and\n ``io.BufferedIOBase`` standard interfaces.\n* Features equivalent to the standard library (``io``, ``os``, ``os.path``,\n ``shutil``) for seamlessly managing cloud objects and local files.\n\nThese functions are source agnostic and always provide the same interface for\nall files from cloud storage or local file systems.\n\nBuffered cloud objects also support the following features:\n\n* Buffered asynchronous writing of any object size.\n* Buffered asynchronous preloading in reading mode.\n* Write or read lock depending on memory usage limitation.\n* Maximization of bandwidth using parallels connections.\n\nSupported Cloud storage\n-----------------------\n\nPycosio is compatible with the following cloud objects storage services:\n\n* Alibaba Cloud OSS\n* Amazon Web Services S3\n* Microsoft Azure Blobs Storage\n* Microsoft Azure Files Storage\n* OpenStack Swift\n\nPycosio can also access any publicly accessible file via HTTP/HTTPS\n(Read only).\n\n\n", "description_content_type": "text/markdown; charset=UTF-8", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Accelize/pycosio", "keywords": "cloud cloud-storage bucket io stream", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "pycosio", "package_url": "https://pypi.org/project/pycosio/", "platform": "", "project_url": "https://pypi.org/project/pycosio/", "project_urls": { "Documentation": "https://pycosio.readthedocs.io", "Download": "https://pypi.org/project/pycosio", "Homepage": "https://github.com/Accelize/pycosio" }, "release_url": "https://pypi.org/project/pycosio/1.3.3/", "requires_dist": [ "requests (>=2.20.0)", "python-dateutil (>=2.6.0)", "scandir (>=1.5) ; python_version <= \"3.4\"", "futures (>=3.1.1) ; python_version == \"2.7\"", "azure-storage-blob (>=1.3.0) ; extra == 'all'", "azure-storage-file (>=1.3.0) ; extra == 'all'", "python-swiftclient[keystone] (>=3.3.0) ; extra == 'all'", "oss2 (>=2.3.0) ; extra == 'all'", "boto3 (>=1.5.0) ; extra == 'all'", "azure-storage-blob (>=1.3.0) ; extra == 'azure_blob'", "azure-storage-file (>=1.3.0) ; extra == 'azure_file'", "oss2 (>=2.3.0) ; extra == 'oss'", "boto3 (>=1.5.0) ; extra == 's3'", "python-swiftclient[keystone] (>=3.3.0) ; extra == 'swift'" ], "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "summary": "Python Cloud Object Storage I/O", "version": "1.3.3" }, "last_serial": 5481372, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "eaa2d6eb4e998f6c6060611d6ce8e957", "sha256": "cdb4731a66b2fc5226db2bc4036ee166027d3f0e9396b3f3bf55bf15103e3d5c" }, "downloads": -1, "filename": "pycosio-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eaa2d6eb4e998f6c6060611d6ce8e957", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 30289, "upload_time": "2018-08-31T06:23:43", "url": "https://files.pythonhosted.org/packages/34/bd/48ce3e987f349a71b33e55dd772a6f5ff8d37d1fd3e3c7f3cf54a1ef9e0e/pycosio-1.0.0-py2.py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "5812ad50a7814856260c36761aee55cc", "sha256": "848650bc1c888d84fd0ad293240f53c5ee005977efdee441ec27c857b22cb54f" }, "downloads": -1, "filename": "pycosio-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5812ad50a7814856260c36761aee55cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 37514, "upload_time": "2018-10-11T07:22:53", "url": "https://files.pythonhosted.org/packages/b0/fa/9bd12fe2845a3086e9904e510aab5b7387d3c815e1465da37244cc99e8ba/pycosio-1.1.0-py2.py3-none-any.whl" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "4a158e5c0d3434504598431ff070b207", "sha256": "8be15ea71ad01126fa5f58df5d7454b9c55b850513d34d2c3c01070c3e9d4ef9" }, "downloads": -1, "filename": "pycosio-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a158e5c0d3434504598431ff070b207", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 49362, "upload_time": "2018-10-26T14:36:47", "url": "https://files.pythonhosted.org/packages/bb/e9/5dc333f862335800ab8498f3a2fc36f737835d3e22c9f66dda4a63f5f402/pycosio-1.2.0-py2.py3-none-any.whl" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "1086e37344dd5215240216cb64d2f63a", "sha256": "b672da5aeb958c955f224e6010193a56d7c6a316891a5b2c3136dea98b4206c0" }, "downloads": -1, "filename": "pycosio-1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1086e37344dd5215240216cb64d2f63a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 45650, "upload_time": "2018-12-03T14:12:13", "url": "https://files.pythonhosted.org/packages/9d/5e/e6cd2397a3c2bac9e67e00f6984c4d68417b905abf98feee9cd34319fefb/pycosio-1.2.1-py2.py3-none-any.whl" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "881b9d73cca9a37f01f5f322be6023d9", "sha256": "d00eade714b4919b46f554a79aa209d9c6e7821a47aefde98938de4f342a5f20" }, "downloads": -1, "filename": "pycosio-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "881b9d73cca9a37f01f5f322be6023d9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 71297, "upload_time": "2019-03-29T15:53:00", "url": "https://files.pythonhosted.org/packages/de/b0/38fbf9683601f52ef8f6e23c509b91912d0dd7c991dbdf675d73b7c4af89/pycosio-1.3.0-py2.py3-none-any.whl" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "2ebdf75c07b3a5424ded0b3ca9f6a0dc", "sha256": "fa325f48d3e0e1de2728911ee37c7cf7b6b03a90087208bff15400d4edb892c8" }, "downloads": -1, "filename": "pycosio-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2ebdf75c07b3a5424ded0b3ca9f6a0dc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 71919, "upload_time": "2019-04-24T13:38:08", "url": "https://files.pythonhosted.org/packages/c5/9a/cd6c5f49c159e816ac74574e86ac6e23718116cd84dc23a5b37aafbf92c5/pycosio-1.3.1-py2.py3-none-any.whl" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "1e7e982178c625fbf3c597c2b6f1f927", "sha256": "8f9db446e99135e63c8e66def7cb7819ab2e293e1987df290779dfb74a7da728" }, "downloads": -1, "filename": "pycosio-1.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1e7e982178c625fbf3c597c2b6f1f927", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 69900, "upload_time": "2019-07-03T13:32:09", "url": "https://files.pythonhosted.org/packages/1d/0e/c5cc801d9598ba8a82db38c449d9d9488a007cd559ae11ab2b8173b85838/pycosio-1.3.3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e7e982178c625fbf3c597c2b6f1f927", "sha256": "8f9db446e99135e63c8e66def7cb7819ab2e293e1987df290779dfb74a7da728" }, "downloads": -1, "filename": "pycosio-1.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1e7e982178c625fbf3c597c2b6f1f927", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 69900, "upload_time": "2019-07-03T13:32:09", "url": "https://files.pythonhosted.org/packages/1d/0e/c5cc801d9598ba8a82db38c449d9d9488a007cd559ae11ab2b8173b85838/pycosio-1.3.3-py2.py3-none-any.whl" } ] }