Skip to main content

A simple and easy to use async wrapper for Backblaze's B2 bucket API.

Project description

aiob2

Python version Build status PyPi License

aiob2 is an asynchronous API wrapper for the Backblaze B2 Native API.

It will allow you to interact with your B2 bucket and its files in a modern, object-oriented fashion.

NOTE: There are API endpoints left to implement, eventually they will be added. To speed up this process you can submit a pull request or suggest it.

Installation


aiob2 is compatible with Python 3.8+. To install aiob2, run the following command in your (virtual) environment.

pip install aiob2

Alternatively, for the latest though least stable version, you can download it from the GitHub repo:

pip install git+https://github.com/Void-ux/aiob2.git

Usage

Uploading

import aiohttp
import asyncio

from aiob2 import Client

# Our image to upload to our bucket
with open(r'C:\Users\MS1\Pictures\Camera Roll\IMG_5316.jpeg', 'rb') as file:
    data = file.read()

async def main():
    async with Client('key_id', 'key') as client:
        file = await client.upload_file(
            content_bytes=data,
            file_name='test.jpg',
            bucket_id='bucket_id',
        )


if __name__ == '__main__':
    asyncio.run(main())

And that's it! upload_file() returns a File object that neatly wraps everything Backblaze's API has provided us with. The File object's documentation can be found here

License

This project is released under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiob2-0.9.0.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aiob2-0.9.0-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

Details for the file aiob2-0.9.0.tar.gz.

File metadata

  • Download URL: aiob2-0.9.0.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.12.9 Windows/11

File hashes

Hashes for aiob2-0.9.0.tar.gz
Algorithm Hash digest
SHA256 d0aaf3a8a74f9086bd8d70b0d403c37a83114be4218fd952d8f8e71fcd3d4a90
MD5 b09dde388198d113598adfdec61b420c
BLAKE2b-256 97d22cba773deacc8426fb8d108c188e86f5c8e9baac3a82065507380db53079

See more details on using hashes here.

File details

Details for the file aiob2-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: aiob2-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.12.9 Windows/11

File hashes

Hashes for aiob2-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fbda60edeca4d4427747d2f52366d2512f43d70043b9728415eb45287ff2b8d2
MD5 322775575b2f205e64e21f85dd457956
BLAKE2b-256 4d63b8e82c36fce844594340ac305da1ddce74f1f43b4c59d639304c06b7a504

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page