Metadata-Version: 2.4
Name: botocore-stubs
Version: 1.40.52
Summary: Type annotations and code completion for botocore
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/youtype/botocore-stubs
Project-URL: Documentation, https://youtype.github.io/mypy_boto3_builder/
Project-URL: Repository, https://github.com/youtype/botocore-stubs
Project-URL: Changelog, https://github.com/youtype/botocore-stubs/releases
Project-URL: Issues, https://github.com/youtype/botocore-stubs/issues
Keywords: botocore,type-annotations,pyright,mypy,boto3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Stubs Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: types-awscrt
Provides-Extra: botocore
Requires-Dist: botocore; extra == "botocore"
Dynamic: license-file

# botocore-stubs

[![PyPI - botocore-stubs](https://img.shields.io/pypi/v/botocore-stubs.svg?color=blue&label=botocore-stubs)](https://pypi.org/project/botocore-stubs)
[![PyPI - botocore](https://img.shields.io/pypi/v/botocore.svg?color=blue&label=botocore)](https://pypi.org/project/botocore)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/botocore-stubs.svg?color=blue)](https://pypi.org/project/botocore-stubs)
[![PyPI - Downloads](https://static.pepy.tech/badge/botocore-stubs)](https://pypistats.org/packages/botocore-stubs)

![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)

Type annotations and code completion for [botocore](https://pypi.org/project/botocore/) package.
This package is a part of [mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder) project.

[![Publish botocore-stubs](https://github.com/youtype/botocore-stubs/actions/workflows/publish_on_update.yml/badge.svg)](https://github.com/youtype/botocore-stubs/actions/workflows/publish_on_update.yml)

- [botocore-stubs](#botocore-stubs)
  - [Installation](#installation)
  - [Usage](#usage)
  - [Versioning](#versioning)
  - [Support and contributing](#support-and-contributing)

## Installation

```bash
python -m pip install botocore-stubs
```

## Usage

Use [mypy](https://github.com/python/mypy) or [pyright](https://github.com/microsoft/pyright) for type checking.

## Versioning

`botocore-stubs` version is the same as related `botocore` version and follows
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).

## Support and contributing

Please reports any bugs or request new features in
[botocore-stubs](https://github.com/youtype/botocore-stubs/issues/) repository.
