https://github.com/alex-oleshkevich/async_storages
Simple filesytem abstraction for async Python
https://github.com/alex-oleshkevich/async_storages
async filesystem python
Last synced: about 1 month ago
JSON representation
Simple filesytem abstraction for async Python
- Host: GitHub
- URL: https://github.com/alex-oleshkevich/async_storages
- Owner: alex-oleshkevich
- License: mit
- Created: 2022-10-15T23:20:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T20:51:01.000Z (7 months ago)
- Last Synced: 2025-03-18T08:53:29.021Z (about 2 months ago)
- Topics: async, filesystem, python
- Language: Python
- Homepage:
- Size: 314 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# Async storages
Async file storages for Python




## Installation
Install `async_storages` using PIP or poetry:
```bash
pip install async_storages
```## Features
- simple abstraction over local filesystem, s3, or memory driver
- S3 integration
- Spooled In-memory driver for unit tests## Quick start
See example application in [examples/](examples/) directory of this repository.