types-awscrt
Type annotations and code completion for awscrt
Install
types-awscrt on PyPI
pip
pip install types-awscrtuv
uv add types-awscrtpoetry
poetry add types-awscrtPackage 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
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)
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
Similar packages
permissive · top 1,000 on PyPI
botocore-stubspermissive · top 1,000 on PyPI
boto3-stubspermissive · top 1,000 on PyPI
mypy-boto3-s3permissive · top 1,000 on PyPI
types-python-dateutilpermissive · top 1,000 on PyPI
types-setuptoolspermissive · top 1,000 on PyPI
types-redispermissive · top 1,000 on PyPI
types-tomlpermissive · top 1,000 on PyPI
types-PyYAMLpermissive · top 1,000 on PyPI
types-requestspermissive · top 1,000 on PyPI