Python Cloud Object Storage I/O
Project description
Pycosio (Python Cloud Object Storage I/O)
For more information, read the Pycosio documentation.
Pycosio brings standard Python I/O to cloud objects 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 cloud objects and local files.
These functions are source agnostic and always provide the same interface for all files from cloud storage or local file systems.
Buffered cloud 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.
Supported Cloud storage
Pycosio is compatible with the following cloud objects storage services:
- Alibaba Cloud OSS
- Amazon Web Services S3
- Microsoft Azure Blobs Storage
- Microsoft Azure Files Storage
- OpenStack Swift
Pycosio can also access any publicly accessible file via HTTP/HTTPS (Read only).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for pycosio-1.3.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f9db446e99135e63c8e66def7cb7819ab2e293e1987df290779dfb74a7da728 |
|
MD5 | 1e7e982178c625fbf3c597c2b6f1f927 |
|
BLAKE2-256 | 1d0ec5cc801d9598ba8a82db38c449d9d9488a007cd559ae11ab2b8173b85838 |