skillfed

types-s3transfer

Type annotations and code completion for s3transfer

types-s3transfer Permissive license MIT AGING 2 v0.16.0 released

Install

types-s3transfer on PyPI

pip

pip install types-s3transfer

uv

uv add types-s3transfer

poetry

poetry add types-s3transfer

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance aging — 248 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: types_s3transfer-0.16.0-py3-none-any.whl

Keywords: s3transfer, type-annotations, pyright, mypy, boto3

Development Status :: 5 - Production/StableEnvironment :: ConsoleNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTyping :: Stubs Only

About types-s3transfer

from the package's own PyPI description — quoted content, verbatim

Read as markdown · JSON record · Source repository · Homepage · Docs

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

Provides type annotations and IDE code completion for AWS S3 transfer operations, enabling static type checking with mypy or pyright.

Installs with no dependencies and low friction. Last release was 248 days ago; the repository remains active but aging, with minimal maintenance activity.

MIT license permits unrestricted use, modification, and distribution with only attribution required—a permissive choice well-suited to type stub packages.

Usage

pip install types-s3transfer

# In your Python code with mypy or pyright configured:
# Type checker now provides completion and validation for transfer operations

Requires Python 3.9 or later; mypy or pyright must be configured in your project for type checking to work.

Verdict: A lightweight type stub package with no runtime dependencies, permissive MIT licensing, and zero known vulnerabilities. Suitable for projects needing static type safety, though the 248-day release lag suggests gradual maintenance.

Needs verification

  • Whether this package is automatically kept in sync with related package releases or requires manual updates
  • Coverage completeness: whether all APIs are fully typed or if gaps remain
  • Current maintenance cadence and commitment to ongoing updates
type stubs for s3transfermypy type hints awspyright type annotationsboto3 type checkingstatic type checking s3code completion aws s3

Similar packages