Metadata-Version: 2.1
Name: aios3
Version: 0.1.1
Summary: Wrapper for aiobotocore to simplify reading of large files
Home-page: https://andgineer.github.io/aios3/
Author: Andrey Sorokin
Author-email: andrey@sorokin.engineer
License: UNKNOWN
Keywords: asyncio boto3 botocore s3 aws
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: aiobotocore
Requires-Dist: lazydocs
Requires-Dist: pylint
Requires-Dist: mypy
Requires-Dist: pytest
Requires-Dist: pytest-asyncio
Requires-Dist: pydocstyle
Requires-Dist: mkdocs
Requires-Dist: mkdocs-awesome-pages-plugin
Requires-Dist: twine
Requires-Dist: pre-commit

[![Build Status](https://github.com/andgineer/aios3/workflows/ci/badge.svg)](https://github.com/andgineer/aios3/actions)
# Asyncio S3 file operations

Wrap [aiobotocore](https://aiobotocore.readthedocs.io/en/latest/) to simplify reading of large files.
aiobotocore read them in chunks and with aioS3 you do not have to write reading loops, just use simple functions
like [read](https://andgineer.github.io/aios3/api-reference/file/#function-read) for example

# Documentation

[aioS3](https://andgineer.github.io/aios3/)

#### note for myself

Do not forget to set git branch `gh-pages` as source for github pages.
This branch auto-updated by `mkdocs gh-deploy` in github actions.


