Skip to content

Serapieum-of-alex/unicloud

Repository files navigation

Documentation Status Python Versions License: GPL v3 pre-commit Language grade: Python

GitHub last commit GitHub forks GitHub Repo stars codecov Codacy Badge

GitHub commits since latest release (by SemVer including pre-releases) GitHub last commit

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Downloads Downloads Downloads PyPI - Downloads Conda Version PyPI version Conda Platforms Join the chat at https://gitter.im/unicloud/unicloud

unicloud - GIS 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.

Installing unicloud

Installing unicloud from the conda-forge channel can be achieved by:

conda install -c conda-forge unicloud=0.1.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.1.0

Quick start

  >>> import unicloud

other code samples