Name | Downloads | Version | Platforms |
---|---|---|---|
- 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.
- Full documentation is available at Read the Docs
Installing unicloud
from the conda-forge
channel can be achieved by:
conda install -c conda-forge unicloud=0.2.0
It is possible to list all the versions of unicloud
available on your platform with:
conda search unicloud --channel conda-forge
to install the last development to time, you can install the library from GitHub
pip install git+https://github.com/Serapieum-of-alex/unicloud
to install the last release, you can easily use pip
pip install unicloud==0.2.0
>>> import unicloud