Backblaze B2 SDK
Project description
B2 Python SDK
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 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.
Installation
The sdk can be installed with:
pip install b2sdk
Version policy
b2sdk follows Semantic Versioning 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>=1.25.0,<2
Release History
Please refer to the changelog.
Developer Info
Please see our contributing guidelines.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file b2sdk-1.30.1.tar.gz
.
File metadata
- Download URL: b2sdk-1.30.1.tar.gz
- Upload date:
- Size: 196.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9217c30bfb5891e468c726aae2aace996e628411885752437bdf0d4b8a3ba29d |
|
MD5 | 419ad8cf432af06d910441d2c219a87b |
|
BLAKE2b-256 | 240ccf4705f98ca0edff0f29e3f7407a1cd2265fa6920c27be74ee172cdb37e1 |
File details
Details for the file b2sdk-1.30.1-py3-none-any.whl
.
File metadata
- Download URL: b2sdk-1.30.1-py3-none-any.whl
- Upload date:
- Size: 271.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e659dbe3b73e65c1bd057b41a9d875fe91171547b87aac719cc077594e828438 |
|
MD5 | 906509815364da6aebfa401ec98c41d3 |
|
BLAKE2b-256 | 5ad4b8d06f8fa079beb1ae6aec58fd2e20e077baae23466a2aa195e964069223 |