cloud storage utils package
Project description
Current release info
| Name | Downloads | Version | Platforms |
|---|---|---|---|
unicloud - Cloud utility package
- Unicloud provides robust and intuitive tools designed to simplify interactions with AWS S3 and Google Cloud Storage (GCS), offering developers a streamlined API for managing cloud storage operations.
- Whether you're uploading data backups, retrieving files for analysis, or managing cloud storage resources programmatically, our package ensures a seamless and efficient experience. Built with flexibility and ease of use in mind, it supports a wide range of operations, including file uploads, downloads, and storage management tasks, all while maintaining high security and reliability standards.
- Ideal for developers working in cloud-native environments, data scientists requiring reliable data storage solutions, or businesses looking to automate their cloud storage workflows, this package aims to enhance productivity and facilitate the seamless integration of cloud storage capabilities into Python applications.
Documentation
- Full documentation is available at Read the Docs
Installing unicloud
Installing unicloud from the conda-forge channel can be achieved by:
conda install -c conda-forge unicloud=0.4.0
It is possible to list all the versions of unicloud available on your platform with:
conda search unicloud --channel conda-forge
Install from GitHub
to install the last development to time, you can install the library from GitHub
pip install git+https://github.com/Serapieum-of-alex/unicloud
pip
to install the last release, you can easily use pip
pip install unicloud==0.4.0
to install only the Google Cloud storage part, you can use the following command :
pip install unicloud[gcs]==0.4.0
to install only the AWS S3 part, you can use the following command :
pip install unicloud[s3]==0.4.0
to indtall all the dependencies, you can use the following command :
pip install unicloud[all]==0.4.0
Quick start
>>> import unicloud
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unicloud-0.4.0.tar.gz.
File metadata
- Download URL: unicloud-0.4.0.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faa78a527880915a95bc4485d8832fbb853b742de8522853f12d4db5a86432f9
|
|
| MD5 |
a030ce9913d5c586f0ef1590df0ac21d
|
|
| BLAKE2b-256 |
c4e38f4c96fd63a051d57625f2548d46ddf7b8e37eb2b3f1c55078716c97ad7d
|
File details
Details for the file unicloud-0.4.0-py3-none-any.whl.
File metadata
- Download URL: unicloud-0.4.0-py3-none-any.whl
- Upload date:
- Size: 27.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
364c44abc387b1b718dddd01da4c79d9fc7ad827efeae2c29341d830b06cfc2f
|
|
| MD5 |
2d90611b21f716cff184640b695b839a
|
|
| BLAKE2b-256 |
a06d28b4494157bcab49407bbeb43b0ced27df63f4fd4af5532ee7299e7bf94a
|