Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 874 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 874 Bytes

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