All Projects â†’ Backblaze â†’ b2-sdk-python

Backblaze / b2-sdk-python

Licence: other
Python library to access B2 cloud storage.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to b2-sdk-python

ssm-scala
ssh replacement: CLI program that wraps SSM's EC2 Run Command
Stars: ✭ 18 (-85.48%)
Mutual labels:  production
eaf-linter
ðŸĪŠ A linter, prettier, and test suite that does everything as-simple-as-possible.
Stars: ✭ 17 (-86.29%)
Mutual labels:  production
restrictfe
TYPO3 extension restrictfe. Blocks access to frontend and allows to show it only to some defined exception's like if the request is from an authorized backend user, has specific IP, header etc.
Stars: ✭ 12 (-90.32%)
Mutual labels:  production
live-platform
Add breakpoints, logs, metrics, and spans to live production applications
Stars: ✭ 37 (-70.16%)
Mutual labels:  production
express-sls-app
How to deploy a Node.js application to AWS Lambda using Serverless, a quick start.
Stars: ✭ 20 (-83.87%)
Mutual labels:  production
editions
📆🆕 Daily Edition app
Stars: ✭ 42 (-66.13%)
Mutual labels:  production
prosemirror-elements
A ProseMirror plugin for adding user-defined 'elements' containing arbitrary fields to a document.
Stars: ✭ 26 (-79.03%)
Mutual labels:  production
Django-on-Docker-with-Heroku-and-OpenCV
Deploy Django on Docker to Heroku and include OpenCV
Stars: ✭ 24 (-80.65%)
Mutual labels:  production
rest-api-node-typescript
This is a simple REST API with node and express with typescript
Stars: ✭ 154 (+24.19%)
Mutual labels:  production
openprofiling-node
OpenProfiling is a toolkit for collecting profiling data from production workload safely.
Stars: ✭ 60 (-51.61%)
Mutual labels:  production
pug-symfony
Pug (Jade) template engine for Symfony
Stars: ✭ 40 (-67.74%)
Mutual labels:  production
terranetes
Terraform boilerplate for production-grade Kubernetes clusters on AWS (optionally includes kube-system components, OpenVPN, an ingress controller, monitoring services...)
Stars: ✭ 15 (-87.9%)
Mutual labels:  production
vue-production-server-proxy
Boilerplate for Vue project ready for production, with neat implementation of "devServer proxy" in production environment, using Nginx
Stars: ✭ 27 (-78.23%)
Mutual labels:  production
pwptemp
pwptemp
Stars: ✭ 54 (-56.45%)
Mutual labels:  production
laravel-conditional-providers
THIS PACKAGE HAS BEEN DEPRECATED — Load Laravel service providers and facades based on the current environment.
Stars: ✭ 26 (-79.03%)
Mutual labels:  production
security-hq
Centralised security information for AWS accounts
Stars: ✭ 12 (-90.32%)
Mutual labels:  production
defcon
DefCon - Status page and API for production status
Stars: ✭ 12 (-90.32%)
Mutual labels:  production
gosane
A sane and simple Go REST API template.
Stars: ✭ 81 (-34.68%)
Mutual labels:  production
reactnative-android-production
Step by step guid for compiling and installing React Native Android app [ bundled release version ] to your test device.
Stars: ✭ 51 (-58.87%)
Mutual labels:  production
pro-chat
Full featured chat app built with 💙 Expo & Firebase ðŸ”Ĩ
Stars: ✭ 24 (-80.65%)
Mutual labels:  production

B2 Python SDK

 Continuous Integration License python versions PyPI version Docs

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>=0.0.0,<1.0.0

Release History

Please refer to the changelog.

Developer Info

Please see our contributing guidelines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].