Metadata-Version: 2.1
Name: backblaze
Version: 0.0.7
Summary: Wrapper for Backblaze
Home-page: https://backblaze.readthedocs.io/en/latest/
Author: WardPearce
Author-email: wardpearce@protonmail.com
License: GPL-3.0 License
Description: ## 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.
        - Background authentication.
        - Asynchronous & synchronous support.
        - Easy to use with an object oriented design.
        - 100% test coverage.
        - Upload URL caching.
        - Rate limit handler.
        
        
        ### Install
        - Pip: ``pip3 install backblaze``
        - Git: ``pip3 install git+https://github.com/WardPearce/backblaze.git``
        
        
        ### Documentation
        [Documentation](https://backblaze.readthedocs.io/en/latest/)
        
        
        ### Thanks to
        - [Encode for creating HTTPX](https://www.python-httpx.org/)
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
