项目作者: WardPearce

项目描述 :
Asynchronous & synchronous Wrapper for Backblaze's B2
高级语言: Python
项目地址: git://github.com/WardPearce/backblaze.git
创建时间: 2020-01-05T12:07:51Z
项目社区:https://github.com/WardPearce/backblaze

开源协议:GNU General Public License v3.0

下载


No longer being actively maintained

Welcome to Backblaze’s unofficial python wrapper!

This is a unofficial asynchronous & synchronous wrapper for Backblaze’s B2 API.

The awaiting version requires Python 3.7 or above!

Features:

  • Full API coverage.
  • Static typing with PyRight.
  • Background authentication.
  • Asynchronous & synchronous support.
  • Easy to use with an object oriented design.
  • Unit testing.
  • Upload URL caching.
  • Rate limit handler.

Install

  • Pip:pip3 install backblaze
  • Git:pip3 install git+https://github.com/WardPearce/backblaze.git

Examples

Documentation

Documentation

Thanks to