Skip to main content

aio-aws

Project description

Build Status Documentation Status

aio-aws

Asynchronous functions and tools for AWS services. There is a limited focus on s3 and AWS Batch and Lambda. Additional services could be added, but this project is likely to retain a limited focus. For general client solutions, see aioboto3 and aiobotocore, which wrap botocore

The API documentation is at readthedocs

Install

This project has a very limited focus. For general client solutions, see aioboto3 and aiobotocore, which wrap botocore to patch it with features for async coroutines using aiohttp and asyncio.

This project is alpha-status with a 0.x.y API version that could break. There is no promise to support or develop it extensively, at this time.

pip

pip install -U aio-aws[all]
pip check  # pip might not guarantee consistent packages

poetry

poetry will try to guarantee consistent packages or fail.

# with optional extras
poetry add aio-aws --extras all
# pyproject.toml snippet

[tool.poetry.dependencies]
python = "^3.7"

# with optional extras
aio-aws = {version = "^0.1.0", extras = ["all"]}

# or, to make it an optional extra
aio-aws = {version = "^0.1.0", extras = ["all"], optional = true}
[tool.poetry.extras]
aio-aws = ["aio-aws"]

Contributing

To use the source code, it can be cloned directly. To contribute to the project, first fork it and clone the forked repository.

The following setup assumes that miniconda3 and poetry are installed already (and make 4.x).

git clone https://github.com/dazza-codes/aio-aws
cd aio-aws
conda create -n aio-aws python=3.7
conda activate aio-aws
make init  # calls poetry install
make test

License

Copyright 2019-2021 Darren Weber

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Notices

Inspiration for this project comes from various open source projects that use the Apache 2 license, including but not limited to:

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

aio-aws-0.16.0.tar.gz (47.2 kB view details)

Uploaded Source

Built Distribution

aio_aws-0.16.0-py3-none-any.whl (59.2 kB view details)

Uploaded Python 3

File details

Details for the file aio-aws-0.16.0.tar.gz.

File metadata

  • Download URL: aio-aws-0.16.0.tar.gz
  • Upload date:
  • Size: 47.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.8.10 Linux/5.4.0-84-generic

File hashes

Hashes for aio-aws-0.16.0.tar.gz
Algorithm Hash digest
SHA256 6cc4d4d11394db3f6d0c118200cc4a8b857f67d694cbb28a4da3897592ba3eaf
MD5 6597f59aceccc3a5b8bc8f5fe0342157
BLAKE2b-256 443dfcb8793aa0fe985ed786e30f01d2b08b962b84a0907b4efae90ddb3c6da5

See more details on using hashes here.

Provenance

File details

Details for the file aio_aws-0.16.0-py3-none-any.whl.

File metadata

  • Download URL: aio_aws-0.16.0-py3-none-any.whl
  • Upload date:
  • Size: 59.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.8.10 Linux/5.4.0-84-generic

File hashes

Hashes for aio_aws-0.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 661127c4904b9e7eaeac3ec5eb4244c4a291739b57e510bb8cd12e5b02a6c81a
MD5 d4e70f112beabe5bb4aab3e7c46cbef2
BLAKE2b-256 c6cfc60faab4559f29b59ac57b7b92ef98780760015cee8f12e4d0ae4a19a75b

See more details on using hashes here.

Provenance

Supported by

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