Python Forum
Asynchronous & synchronous Wrapper for Backblaze's B2 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Asynchronous & synchronous Wrapper for Backblaze's B2 (/thread-30324.html)



Asynchronous & synchronous Wrapper for Backblaze's B2 - WardWeeb - Oct-16-2020

Welcome to Backblaze’s unofficial documentation!
This is a unofficial asynchronous & synchronous wrapper for Backblaze’s B2 API.

Features:
  • Full API coverage.
  • Background authentication.
  • Asynchronous & synchronous support.
  • Easy to use with an object oriented design.
  • 100% test coverage.
  • Upload URL caching.


Install
pip3 install backblaze
pip3 install git+https://github.com/WardPearce/backblaze.git

Documentation
Github
Pypi

Any feedback would be awesome!