Name | b2sdk JSON |
Version |
2.7.0
JSON |
| download |
home_page | None |
Summary | Backblaze B2 SDK |
upload_time | 2024-12-12 18:18:14 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
backblaze
b2
cloud
storage
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# B2 Python SDK
[![Continuous Integration](https://github.com/Backblaze/b2-sdk-python/workflows/Continuous%20Integration/badge.svg)](https://github.com/Backblaze/b2-sdk-python/actions?query=workflow%3A%22Continuous+Integration%22) [![License](https://img.shields.io/pypi/l/b2sdk.svg?label=License)](https://pypi.python.org/pypi/b2) [![python versions](https://img.shields.io/pypi/pyversions/b2sdk.svg?label=python%20versions)](https://pypi.python.org/pypi/b2sdk) [![PyPI version](https://img.shields.io/pypi/v/b2sdk.svg?label=PyPI%20version)](https://pypi.python.org/pypi/b2sdk) [![Docs](https://readthedocs.org/projects/b2-sdk-python/badge/?version=master)](https://b2-sdk-python.readthedocs.io/en/master/)
This repository contains a client library and a few handy utilities for easy access to all of the capabilities of B2 Cloud Storage.
[B2 command-line tool](https://github.com/Backblaze/B2_Command_Line_Tool) is an example of how it can be used to provide command-line access to the B2 service, but there are many possible applications (including FUSE filesystems, storage backend drivers for backup applications etc).
# Documentation
The latest documentation is available on [Read the Docs](https://b2-sdk-python.readthedocs.io).
# Installation
The sdk can be installed with:
pip install b2sdk
# Version policy
b2sdk follows [Semantic Versioning](https://semver.org/) policy, so in essence the version number is MAJOR.MINOR.PATCH (for example 1.2.3) and:
- we increase MAJOR version when we make incompatible API changes
- we increase MINOR version when we add functionality in a backwards-compatible manner, and
- we increase PATCH version when we make backwards-compatible bug fixes (unless someone relies on the undocumented behavior of a fixed bug)
Therefore when setting up b2sdk as a dependency, please make sure to match the version appropriately, for example you could put this in your `requirements.txt` to make sure your code is compatible with the `b2sdk` version your user will get from pypi:
```
b2sdk>=2,<3
```
# Release History
Please refer to the [changelog](CHANGELOG.md).
# Developer Info
Please see our [contributing guidelines](CONTRIBUTING.md).
Raw data
{
"_id": null,
"home_page": null,
"name": "b2sdk",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "backblaze, b2, cloud, storage",
"author": null,
"author_email": "Backblaze Inc <support@backblaze.com>",
"download_url": "https://files.pythonhosted.org/packages/82/41/7f57b9246416e51200d9910bc76e20e0001e3cc4a552f557bde44de6fb78/b2sdk-2.7.0.tar.gz",
"platform": null,
"description": "# B2 Python SDK\n [![Continuous Integration](https://github.com/Backblaze/b2-sdk-python/workflows/Continuous%20Integration/badge.svg)](https://github.com/Backblaze/b2-sdk-python/actions?query=workflow%3A%22Continuous+Integration%22) [![License](https://img.shields.io/pypi/l/b2sdk.svg?label=License)](https://pypi.python.org/pypi/b2) [![python versions](https://img.shields.io/pypi/pyversions/b2sdk.svg?label=python%20versions)](https://pypi.python.org/pypi/b2sdk) [![PyPI version](https://img.shields.io/pypi/v/b2sdk.svg?label=PyPI%20version)](https://pypi.python.org/pypi/b2sdk) [![Docs](https://readthedocs.org/projects/b2-sdk-python/badge/?version=master)](https://b2-sdk-python.readthedocs.io/en/master/)\n\n\n\nThis repository contains a client library and a few handy utilities for easy access to all of the capabilities of B2 Cloud Storage.\n\n[B2 command-line tool](https://github.com/Backblaze/B2_Command_Line_Tool) is an example of how it can be used to provide command-line access to the B2 service, but there are many possible applications (including FUSE filesystems, storage backend drivers for backup applications etc).\n\n# Documentation\n\nThe latest documentation is available on [Read the Docs](https://b2-sdk-python.readthedocs.io).\n\n# Installation\n\nThe sdk can be installed with:\n\n pip install b2sdk\n\n# Version policy\n\nb2sdk follows [Semantic Versioning](https://semver.org/) policy, so in essence the version number is MAJOR.MINOR.PATCH (for example 1.2.3) and:\n- we increase MAJOR version when we make incompatible API changes\n- we increase MINOR version when we add functionality in a backwards-compatible manner, and\n- we increase PATCH version when we make backwards-compatible bug fixes (unless someone relies on the undocumented behavior of a fixed bug)\n\nTherefore when setting up b2sdk as a dependency, please make sure to match the version appropriately, for example you could put this in your `requirements.txt` to make sure your code is compatible with the `b2sdk` version your user will get from pypi:\n\n```\nb2sdk>=2,<3\n```\n\n# Release History\n\nPlease refer to the [changelog](CHANGELOG.md).\n\n# Developer Info\n\nPlease see our [contributing guidelines](CONTRIBUTING.md).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Backblaze B2 SDK",
"version": "2.7.0",
"project_urls": {
"Homepage": "https://github.com/Backblaze/b2-sdk-python"
},
"split_keywords": [
"backblaze",
" b2",
" cloud",
" storage"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "30f2510bfae69ae5a1935c4e62a7d4dcb6f5f20291e8a8d61cd4b44873354b7d",
"md5": "ebc03cb15cf809ee6ee905c60baab827",
"sha256": "9875b73e16ab5240c8544bd79d6f23c319679b1769bc64d7f5401a8b0d489fb1"
},
"downloads": -1,
"filename": "b2sdk-2.7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ebc03cb15cf809ee6ee905c60baab827",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 281197,
"upload_time": "2024-12-12T18:18:13",
"upload_time_iso_8601": "2024-12-12T18:18:13.410034Z",
"url": "https://files.pythonhosted.org/packages/30/f2/510bfae69ae5a1935c4e62a7d4dcb6f5f20291e8a8d61cd4b44873354b7d/b2sdk-2.7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "82417f57b9246416e51200d9910bc76e20e0001e3cc4a552f557bde44de6fb78",
"md5": "688b561ab6ac2ce810bfdc42a7e74494",
"sha256": "efd9a5c59dcddfe626a7860caa7f420ec4b1c50b0ad30972ccebf17392795cf9"
},
"downloads": -1,
"filename": "b2sdk-2.7.0.tar.gz",
"has_sig": false,
"md5_digest": "688b561ab6ac2ce810bfdc42a7e74494",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 203488,
"upload_time": "2024-12-12T18:18:14",
"upload_time_iso_8601": "2024-12-12T18:18:14.754694Z",
"url": "https://files.pythonhosted.org/packages/82/41/7f57b9246416e51200d9910bc76e20e0001e3cc4a552f557bde44de6fb78/b2sdk-2.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 18:18:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Backblaze",
"github_project": "b2-sdk-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "b2sdk"
}