A Python library for cloud and remote file Systems.
Project description
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
andio.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.
Supported storage
airfs is compatible with the following storage services:
- Alibaba Cloud OSS
- AWS S3 / 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" project by its main developer.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file airfs-1.5.2.tar.gz
.
File metadata
- Download URL: airfs-1.5.2.tar.gz
- Upload date:
- Size: 61.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/5.15.0-1037-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 907e7486619df0cb0e81829f79aa285551d012b47c03e71b856aeea4f11b2647 |
|
MD5 | a2e0d3958752461b1f8e80855ff2e12d |
|
BLAKE2b-256 | 871128e21a6365dd41c99bb148e1d98ae9a4aae7c5d7bb1da533f5c8a6783989 |
File details
Details for the file airfs-1.5.2-py3-none-any.whl
.
File metadata
- Download URL: airfs-1.5.2-py3-none-any.whl
- Upload date:
- Size: 90.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/5.15.0-1037-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2f2d78e5175ed31f6eec506a535ab6cc20c11cc2cbe9ab7ca7975163a681d58 |
|
MD5 | 22c7d5da719e87304adaee2f6a67a820 |
|
BLAKE2b-256 | ddd1dbeba8086943f1361d92604257652a897c49100118e1f89c5c8e93b3cb90 |