skillfed

types-awscrt

Type annotations and code completion for awscrt

types-awscrt Permissive license MIT Active 3 v0.36.2 released

Install

types-awscrt on PyPI

pip

pip install types-awscrt

uv

uv add types-awscrt

poetry

poetry add types-awscrt

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 1 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_awscrt-0.36.2-py3-none-any.whl

Keywords: awscrt, type-annotations, pyright, mypy, boto3, ty

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.15Programming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTyping :: Stubs Only

About types-awscrt

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

types-awscrt

PyPI - types-awscrt (image) PyPI - awscrt (image) PyPI - Python Version (image) PyPI - Downloads (image)

boto3.typed (image)

Type annotations and code completion for awscrt package. This package is a part of mypy_boto3_builder project.

Publish botocore-stubs (image) [![Publish...

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 stubs and code completion for the awscrt package, enabling static type checking with mypy or pyright when working with AWS CRT (Common Runtime) functionality.

Installation is straightforward with no runtime dependencies. The package is actively maintained with a release just 1 day old and supports Python 3.10–3.15, indicating current toolchain alignment.

Licensed under MIT (permissive), allowing free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.

Usage

pip install types-awscrt

# Then use with mypy or pyright for type checking:
# mypy your_script.py
# or
# pyright your_script.py

Requires Python 3.10 or later. This is a type-stub-only package and does not provide runtime functionality; awscrt must be installed separately for actual AWS CRT operations.

Verdict: A lightweight, actively maintained type-stub package ideal for developers using awscrt who want static type checking with mypy or pyright. MIT licensing and zero runtime dependencies make it a low-friction addition to any AWS-focused Python project targeting Python 3.10+. No known vulnerabilities.

Needs verification

  • Whether awscrt must be installed as a peer dependency for types-awscrt to be useful, or if type checking works standalone
  • Whether the package version (0.36.2) matches the corresponding awscrt release version as claimed in the documentation
type stubs for awscrtmypy type annotations awspyright code completion awscrtaws crt type hintsstatic typing aws runtimeboto3 type stubspython type checking aws

Similar packages