Skip to main content

Type annotations for boto3. Adds code completion in IDEs such as PyCharm.

Project description

boto3_type_annotations

A programmatically created package that defines boto3 services as dummy class with type annotations.

import boto3
from boto3_type_annotations import sqs


client: sqs.Client = boto3.client('sqs')
resource: sqs.ServiceResource = boto3.resource()

client.send_message(QueueUrl='foo', MessageBody='bar')

queue = resource.Queue('foo')
queue.send_message(MessageBody='foo')

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

boto3_type_annotations-0.1.1.tar.gz (105.0 kB view hashes)

Uploaded Source

Built Distribution

boto3_type_annotations-0.1.1-py3-none-any.whl (218.8 kB view hashes)

Uploaded Python 3

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