Name | unicloud JSON |
Version |
0.2.0
JSON |
| download |
home_page | None |
Summary | cloud storage utils package |
upload_time | 2024-10-11 21:22:07 |
maintainer | None |
docs_url | None |
author | Mostafa Farrag |
requires_python | <4.0,>=3.12 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Documentation Status](https://readthedocs.org/projects/unicloud/badge/?version=latest)](https://unicloud.readthedocs.io/en/latest/?badge=latest)
[![Python Versions](https://img.shields.io/pypi/pyversions/unicloud.png)](https://img.shields.io/pypi/pyversions/unicloud)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Serapieum-of-alex/unicloud.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Serapieum-of-alex/unicloud/context:python)
![GitHub last commit](https://img.shields.io/github/last-commit/Serapieum-of-alex/unicloud)
![GitHub forks](https://img.shields.io/github/forks/Serapieum-of-alex/unicloud?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/Serapieum-of-alex/unicloud?style=social)
[![codecov](https://codecov.io/gh/Serapieum-of-alex/unicloud/branch/main/graph/badge.svg?token=g0DV4dCa8N)](https://codecov.io/gh/Serapieum-of-alex/unicloud)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5e3aa4d0acc843d1a91caf33545ecf03)](https://www.codacy.com/gh/Serapieum-of-alex/unicloud/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Serapieum-of-alex/unicloud&utm_campaign=Badge_Grade)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Serapieum-of-alex/unicloud/0.5.0?include_prereleases&style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/Serapieum-of-alex/unicloud)
Current release info
====================
| Name | Downloads | Version | Platforms |
|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [![Conda Recipe](https://img.shields.io/badge/recipe-unicloud-green.svg)](https://anaconda.org/conda-forge/unicloud) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/unicloud.svg)](https://anaconda.org/conda-forge/unicloud) [![Downloads](https://pepy.tech/badge/unicloud)](https://pepy.tech/project/unicloud) [![Downloads](https://pepy.tech/badge/unicloud/month)](https://pepy.tech/project/unicloud) [![Downloads](https://pepy.tech/badge/unicloud/week)](https://pepy.tech/project/unicloud) ![PyPI - Downloads](https://img.shields.io/pypi/dd/unicloud?color=blue&style=flat-square) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/unicloud.svg)](https://anaconda.org/conda-forge/unicloud) [![PyPI version](https://badge.fury.io/py/unicloud.svg)](https://badge.fury.io/py/unicloud) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/unicloud.svg)](https://anaconda.org/conda-forge/unicloud) [![Join the chat at https://gitter.im/unicloud/unicloud](https://badges.gitter.im/unicloud/unicloud.svg)](https://gitter.im/unicloud/unicloud?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
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](https://unicloud.readthedocs.io/en/latest/?badge=latest)
Installing unicloud
===================
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
```
## 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.2.0
```
Quick start
===========
```
>>> import unicloud
```
[other code samples](https://unicloud.readthedocs.io/en/latest/?badge=latest)
Raw data
{
"_id": null,
"home_page": null,
"name": "unicloud",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.12",
"maintainer_email": null,
"keywords": null,
"author": "Mostafa Farrag",
"author_email": "moah.farrag@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/41/85/a70a955a787c66fa3e15912518a4d3962a0f4aec5085cc64ab41dded87e9/unicloud-0.2.0.tar.gz",
"platform": null,
"description": "[![Documentation Status](https://readthedocs.org/projects/unicloud/badge/?version=latest)](https://unicloud.readthedocs.io/en/latest/?badge=latest)\n[![Python Versions](https://img.shields.io/pypi/pyversions/unicloud.png)](https://img.shields.io/pypi/pyversions/unicloud)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Serapieum-of-alex/unicloud.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Serapieum-of-alex/unicloud/context:python)\n\n![GitHub last commit](https://img.shields.io/github/last-commit/Serapieum-of-alex/unicloud)\n![GitHub forks](https://img.shields.io/github/forks/Serapieum-of-alex/unicloud?style=social)\n![GitHub Repo stars](https://img.shields.io/github/stars/Serapieum-of-alex/unicloud?style=social)\n[![codecov](https://codecov.io/gh/Serapieum-of-alex/unicloud/branch/main/graph/badge.svg?token=g0DV4dCa8N)](https://codecov.io/gh/Serapieum-of-alex/unicloud)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5e3aa4d0acc843d1a91caf33545ecf03)](https://www.codacy.com/gh/Serapieum-of-alex/unicloud/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Serapieum-of-alex/unicloud&utm_campaign=Badge_Grade)\n\n![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Serapieum-of-alex/unicloud/0.5.0?include_prereleases&style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/Serapieum-of-alex/unicloud)\n\nCurrent release info\n====================\n\n| Name | Downloads | Version | Platforms |\n|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [![Conda Recipe](https://img.shields.io/badge/recipe-unicloud-green.svg)](https://anaconda.org/conda-forge/unicloud) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/unicloud.svg)](https://anaconda.org/conda-forge/unicloud) [![Downloads](https://pepy.tech/badge/unicloud)](https://pepy.tech/project/unicloud) [![Downloads](https://pepy.tech/badge/unicloud/month)](https://pepy.tech/project/unicloud) [![Downloads](https://pepy.tech/badge/unicloud/week)](https://pepy.tech/project/unicloud) ![PyPI - Downloads](https://img.shields.io/pypi/dd/unicloud?color=blue&style=flat-square) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/unicloud.svg)](https://anaconda.org/conda-forge/unicloud) [![PyPI version](https://badge.fury.io/py/unicloud.svg)](https://badge.fury.io/py/unicloud) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/unicloud.svg)](https://anaconda.org/conda-forge/unicloud) [![Join the chat at https://gitter.im/unicloud/unicloud](https://badges.gitter.im/unicloud/unicloud.svg)](https://gitter.im/unicloud/unicloud?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |\n\nunicloud - Cloud utility package\n=====================================================================\n- **Unicloud** provides robust and intuitive tools designed to simplify interactions with AWS S3 and Google\nCloud Storage (GCS), offering developers a streamlined API for managing cloud storage operations.\n- Whether you're uploading data backups, retrieving files for analysis, or managing cloud storage resources\nprogrammatically, our package ensures a seamless and efficient experience. Built with flexibility and ease of use\nin mind, it supports a wide range of operations, including file uploads, downloads, and storage management tasks,\nall while maintaining high security and reliability standards.\n- Ideal for developers working in cloud-native\nenvironments, data scientists requiring reliable data storage solutions, or businesses looking to automate their\ncloud storage workflows, this package aims to enhance productivity and facilitate the seamless integration of\ncloud storage capabilities into Python applications.\n\nDocumentation\n=============\n- Full documentation is available at [Read the Docs](https://unicloud.readthedocs.io/en/latest/?badge=latest)\n\nInstalling unicloud\n===================\n\nInstalling `unicloud` from the `conda-forge` channel can be achieved by:\n\n```\nconda install -c conda-forge unicloud=0.2.0\n```\n\nIt is possible to list all the versions of `unicloud` available on your platform with:\n\n```\nconda search unicloud --channel conda-forge\n```\n\n## Install from GitHub\n\nto install the last development to time, you can install the library from GitHub\n\n```\npip install git+https://github.com/Serapieum-of-alex/unicloud\n```\n\n## pip\n\nto install the last release, you can easily use pip\n\n```\npip install unicloud==0.2.0\n```\n\nQuick start\n===========\n\n```\n >>> import unicloud\n```\n\n[other code samples](https://unicloud.readthedocs.io/en/latest/?badge=latest)\n\n",
"bugtrack_url": null,
"license": null,
"summary": "cloud storage utils package",
"version": "0.2.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "29e7f3114bc4a9b8f6093bee09f74e4917c5b44ee4a802b485ae14945a790b67",
"md5": "ac8db09126e60006994d02b4213324fc",
"sha256": "5fd4c7e310746c46e2939d2081852f62eb01f4406ffee7757317360c2471991e"
},
"downloads": -1,
"filename": "unicloud-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ac8db09126e60006994d02b4213324fc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.12",
"size": 25160,
"upload_time": "2024-10-11T21:22:05",
"upload_time_iso_8601": "2024-10-11T21:22:05.874593Z",
"url": "https://files.pythonhosted.org/packages/29/e7/f3114bc4a9b8f6093bee09f74e4917c5b44ee4a802b485ae14945a790b67/unicloud-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4185a70a955a787c66fa3e15912518a4d3962a0f4aec5085cc64ab41dded87e9",
"md5": "12a08870813d74856120a637acb907e6",
"sha256": "0ec32b40f19f77053b3dfd69d446285c8c8d5f6379f18b47953e52c94818c2e9"
},
"downloads": -1,
"filename": "unicloud-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "12a08870813d74856120a637acb907e6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.12",
"size": 24635,
"upload_time": "2024-10-11T21:22:07",
"upload_time_iso_8601": "2024-10-11T21:22:07.459057Z",
"url": "https://files.pythonhosted.org/packages/41/85/a70a955a787c66fa3e15912518a4d3962a0f4aec5085cc64ab41dded87e9/unicloud-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-11 21:22:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "unicloud"
}