airfs


Nameairfs JSON
Version 1.5.2 PyPI version JSON
download
home_pagehttps://github.com/JGoutin/airfs
SummaryA Python library for cloud and remote file Systems.
upload_time2023-05-11 17:25:52
maintainer
docs_urlNone
authorJ.Goutin
requires_python>=3.8,<4.0
licenseApache License, Version 2.0
keywords file-system storage io stream cloud cloud-storage blob bucket alibaba aws azure github http openstack oss s3 swift minio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Tests](https://github.com/JGoutin/airfs/workflows/tests/badge.svg)
[![codecov](https://codecov.io/gh/JGoutin/airfs/branch/master/graph/badge.svg)](https://codecov.io/gh/JGoutin/airfs)
[![PyPI](https://img.shields.io/pypi/v/airfs.svg)](https://pypi.org/project/airfs)

airfs: A Python library for cloud and remote file Systems
=========================================================

airfs brings standard Python I/O to various storages (like cloud objects storage, remote
file-systems, ...) by providing:

* Abstract classes of Cloud objects with the complete ``io.RawIOBase`` and
  ``io.BufferedIOBase`` standard interfaces.
* Features equivalent to the standard library (``io``, ``os``, ``os.path``, ``shutil``)
  for seamlessly managing storage objects and local files.

These functions are source agnostic and always provide the same interface for all files
from storage or local file systems.

Buffered storage objects also support the following features:

* Buffered asynchronous writing of any object size.
* Buffered asynchronous preloading in reading mode.
* Write or read lock depending on memory usage limitation.
* Maximization of bandwidth using parallels connections.

For more information, refer to the [documentation](https://jgoutin.github.io/airfs/).

Supported storage
-----------------

airfs is compatible with the following storage services:

* Alibaba Cloud OSS
* AWS S3 / [MinIO](https://github.com/minio/minio)
* GitHub (Read Only)
* Microsoft Azure Blobs Storage
* Microsoft Azure Files Storage
* OpenStack Swift Object Store

airfs can also access any publicly accessible file via HTTP/HTTPS (Read only).

---

*"airfs" is a fork of the unmaintained "[Pycosio](https://github.com/Accelize/pycosio)" 
project by its main developer.*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JGoutin/airfs",
    "name": "airfs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "file-system,storage,io,stream,cloud,cloud-storage,blob,bucket,alibaba,aws,azure,github,http,openstack,oss,s3,swift,minio",
    "author": "J.Goutin",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/87/11/28e21a6365dd41c99bb148e1d98ae9a4aae7c5d7bb1da533f5c8a6783989/airfs-1.5.2.tar.gz",
    "platform": null,
    "description": "![Tests](https://github.com/JGoutin/airfs/workflows/tests/badge.svg)\n[![codecov](https://codecov.io/gh/JGoutin/airfs/branch/master/graph/badge.svg)](https://codecov.io/gh/JGoutin/airfs)\n[![PyPI](https://img.shields.io/pypi/v/airfs.svg)](https://pypi.org/project/airfs)\n\nairfs: A Python library for cloud and remote file Systems\n=========================================================\n\nairfs brings standard Python I/O to various storages (like cloud objects storage, remote\nfile-systems, ...) 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``, ``shutil``)\n  for seamlessly managing storage objects and local files.\n\nThese functions are source agnostic and always provide the same interface for all files\nfrom storage or local file systems.\n\nBuffered storage 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\nFor more information, refer to the [documentation](https://jgoutin.github.io/airfs/).\n\nSupported storage\n-----------------\n\nairfs is compatible with the following storage services:\n\n* Alibaba Cloud OSS\n* AWS S3 / [MinIO](https://github.com/minio/minio)\n* GitHub (Read Only)\n* Microsoft Azure Blobs Storage\n* Microsoft Azure Files Storage\n* OpenStack Swift Object Store\n\nairfs can also access any publicly accessible file via HTTP/HTTPS (Read only).\n\n---\n\n*\"airfs\" is a fork of the unmaintained \"[Pycosio](https://github.com/Accelize/pycosio)\" \nproject by its main developer.*\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "A Python library for cloud and remote file Systems.",
    "version": "1.5.2",
    "project_urls": {
        "Documentation": "https://jgoutin.github.io/airfs/",
        "Homepage": "https://github.com/JGoutin/airfs",
        "Repository": "https://github.com/JGoutin/airfs"
    },
    "split_keywords": [
        "file-system",
        "storage",
        "io",
        "stream",
        "cloud",
        "cloud-storage",
        "blob",
        "bucket",
        "alibaba",
        "aws",
        "azure",
        "github",
        "http",
        "openstack",
        "oss",
        "s3",
        "swift",
        "minio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddd1dbeba8086943f1361d92604257652a897c49100118e1f89c5c8e93b3cb90",
                "md5": "22c7d5da719e87304adaee2f6a67a820",
                "sha256": "e2f2d78e5175ed31f6eec506a535ab6cc20c11cc2cbe9ab7ca7975163a681d58"
            },
            "downloads": -1,
            "filename": "airfs-1.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22c7d5da719e87304adaee2f6a67a820",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 89979,
            "upload_time": "2023-05-11T17:25:49",
            "upload_time_iso_8601": "2023-05-11T17:25:49.951253Z",
            "url": "https://files.pythonhosted.org/packages/dd/d1/dbeba8086943f1361d92604257652a897c49100118e1f89c5c8e93b3cb90/airfs-1.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "871128e21a6365dd41c99bb148e1d98ae9a4aae7c5d7bb1da533f5c8a6783989",
                "md5": "a2e0d3958752461b1f8e80855ff2e12d",
                "sha256": "907e7486619df0cb0e81829f79aa285551d012b47c03e71b856aeea4f11b2647"
            },
            "downloads": -1,
            "filename": "airfs-1.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a2e0d3958752461b1f8e80855ff2e12d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 61387,
            "upload_time": "2023-05-11T17:25:52",
            "upload_time_iso_8601": "2023-05-11T17:25:52.092434Z",
            "url": "https://files.pythonhosted.org/packages/87/11/28e21a6365dd41c99bb148e1d98ae9a4aae7c5d7bb1da533f5c8a6783989/airfs-1.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-11 17:25:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JGoutin",
    "github_project": "airfs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "airfs"
}
        
Elapsed time: 0.07378s