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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WardPearce committed May 11, 2021
1 parent 5f3efa9 commit 0554992
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Welcome to Backblaze's unofficial python wrapper!
This is a unofficial asynchronous & synchronous wrapper for Backblaze's B2 API.

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.
- Background authentication.
- Asynchronous & synchronous support.
Expand All @@ -14,15 +14,20 @@ The awaiting version requires Python ``3.7`` or above!
- Upload URL caching.
- Rate limit handler.


### Install

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

### Examples

- [Upload file](/examples/file_uploader.py)
- Have an example? Make a PR!

### Documentation
[Documentation](https://backblaze.readthedocs.io/en/latest/)

[Documentation](https://backblaze.readthedocs.io/en/latest/)

### Thanks to

- [Encode for creating HTTPX](https://www.python-httpx.org/)

0 comments on commit 0554992

Please sign in to comment.