This is a unofficial asynchronous & synchronous wrapper for Backblaze's B2 API.
The awaiting version requires Python 3.7
or above!
- 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.
- Pip:
pip3 install backblaze
- Git:
pip3 install git+https://github.com/WardPearce/backblaze.git
- Upload file
- Have an example? Make a PR!