mypy-boto3-codeartifact

Type hints for AWS CodeArtifact boto3 library in Python.

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 CodeArtifact 1.42.3 service generated with mypy-boto3-builder 8.12.0

Examples

add type checking to python aws codeartifact code$ python -c "from mypy_boto3_codeartifact import CodeArtifactClient; client: CodeArtifactClient"
enable autocomplete for codeartifact api in ide$ pip install mypy-boto3-codeartifact && python -c "import boto3; from mypy_boto3_codeartifact import CodeArtifactClient; client = boto3.client('codeartifact')"
validate python types for aws package repository operations$ mypy --strict your_codeartifact_script.py
get type hints for publishing packages to aws codeartifact$ python -c "from mypy_boto3_codeartifact.client import CodeArtifactClient; help(CodeArtifactClient.publish_package_version)"
use intellisense for codeartifact boto3 methods$ pip install mypy-boto3-codeartifact[codeartifact]