mypy-boto3-datasync
Type annotations for boto3 DataSync 1.43.58 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-datasync is a type stub package that adds complete type annotations for boto3's DataSync service. It enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide accurate code completion and catch type errors at development time when working with AWS DataSync resources. The package is generated automatically from boto3 1.43.58 using mypy-boto3-builder 8.12.0.
The package provides explicit type annotations for DataSyncClient, paginators, waiters, and type definitions, allowing developers to write type-safe boto3 code without manual annotations. It works transparently with most Python IDEs and type checkers; no explicit type hints are required in your code unless you opt for the lite version. The package supports Python 3.9 through 3.14 and has no external dependencies beyond typing-extensions.
Use it for:
- Enable IDE autocomplete and type checking when writing boto3 DataSync client code in VSCode or PyCharm.
- Catch type errors in DataSync API calls during static analysis with mypy or pyright before runtime.
- Provide explicit type annotations for DataSyncClient, paginators, and service resources in large codebases.
- Support type-safe boto3 DataSync code in CI/CD pipelines using mypy or pyright for quality gates.
- Reduce memory footprint in production by using TYPE_CHECKING guards to import stubs only during development.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for boto3's DataSync service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 DataSync in Python code and want IDE autocomplete and static type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The package is stable (Production/Stable status) with no known vulnerabilities. Consider it essential for any team using DataSync with type-aware tooling.
Install
mypy-boto3-datasync on PyPI
pip
pip install mypy-boto3-datasyncuv
uv add mypy-boto3-datasyncpoetry
poetry add mypy-boto3-datasyncInstalling mypy-boto3-datasync
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; repo shows 670 stars and last commit on 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.
Quickstart
pip install mypy-boto3-datasync
from boto3.session import Session
from mypy_boto3_datasync import DataSyncClient
client: DataSyncClient = Session().client("datasync")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues with Literal overloads (issue PY-40997) have been resolved since the documentation was written.
- Whether the boto3-stubs-lite alternative is recommended for production use to reduce memory footprint.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 17 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 261,081/month — #8,387 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_datasync-1.43.58-py3-none-any.whl
Keywords: boto3, datasync, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-rolesanywhereProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-supportProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ds-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI