Metadata-Version: 2.4
Name: ha-s3-media-core
Version: 0.0.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Summary: Rust/PyO3 S3 access layer for the Home Assistant S3 Media integration
Author-email: Michael Bruno <michael.bruno1337@gmail.com>
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/mbround18/ha-s3-media

# ha-s3-media-core

Rust/PyO3 extension module providing the S3 access layer for the
[Home Assistant S3 Media](https://github.com/mbround18/ha-s3-media) integration.

Built on `aws-config` / `aws-sdk-s3` / `tokio`. All calls are blocking from
Python's point of view (they run on an embedded Tokio runtime with the GIL
released), so Home Assistant should call them via `async_add_executor_job`.

