🌐
PyPI
pypi.org › project › botocore
botocore · PyPI
Botocore is maintained and published by Amazon Web Services. On 2026-04-29, support for Python 3.9 ended for Botocore.
      » pip install botocore
    
Published   Jul 24, 2026
Version   1.43.56
🌐
AWS
docs.aws.amazon.com › botocore › latest
botocore 1.43.53 documentation
The botocore package is compatible with Python versions Python 3.10 and higher.
🌐
GitHub
github.com › boto › botocore › blob › develop › botocore › client.py
botocore/botocore/client.py at develop · boto/botocore
from botocore.retries import adaptive, standard · from botocore.useragent import UserAgentString, register_feature_id · from botocore.utils import ( CachedProperty, EventbridgeSignerSetter, S3ArnParamHandler, # noqa: F401 · S3ControlArnParamHandler, # noqa: F401 ·
Author   boto
🌐
Arch Linux
archlinux.org › packages › extra › any › python-botocore
Arch Linux - python-botocore 1.42.91-1 (any)
View the file list for python-botocore · View the soname list for python-botocore · Copyright © 2002-2026 Judd Vinet, Aaron Griffin and Levente Polyák. The Arch Linux name and logo are recognized trademarks. Some rights reserved.
🌐
AWS
learnaws.org › 2022 › 08 › 21 › boto3-vs-botocore
AWS Boto, Boto3 and Botocore: What are the differences?
AWS Boto was the first AWS SDK for Python. Developers can use it to create, configure and manage AWS services like EC2 and S3. The boto package was hand-coded and thus, it was harder to maintain and add new AWS services. The boto package has been deprecated and is no longer officially supported.
🌐
Readthedocs
opentelemetry-python-contrib.readthedocs.io › en › latest › instrumentation › botocore › botocore.html
OpenTelemetry Botocore Instrumentation — OpenTelemetry Python Contrib documentation
class opentelemetry.instrumentation.botocore.AiobotocoreInstrumentor(*args, **kwargs)[source] ... An instrumentor for Aiobotocore. ... Return a list of python packages with versions that the will be instrumented.
🌐
GitHub
github.com › boto › botocore
GitHub - boto/botocore: The low-level, core functionality of boto3 and the AWS CLI. · GitHub
Botocore is maintained and published by Amazon Web Services. On 2026-04-29, support for Python 3.9 ended for Botocore.
Author   boto
🌐
Amazon Web Services
aws.amazon.com › builder center › tools to build on aws › aws sdk for python (boto3)
AWS SDK for Python - Boto3 - AWS
2 weeks ago - All AWS SDKs support API lifecycle considerations such as credential management, retries, data marshaling, and serialization. The SDK is composed of two key Python packages: Botocore (the library providing the low-level functionality shared between the Python SDK and the AWS CLI) and Boto3 ...
🌐
PyPI
pypi.org › project › types-botocore
types-botocore · PyPI
# install type annotations only for botocore python -m pip install botocore-stubs # install type annotations only for boto3 and botocore python -m pip install botocore-stubs boto3-stubs # install `boto3` type annotations # for ec2, s3, rds, lambda, sqs, dynamo and cloudformation # Consumes ~7 MB of space python -m pip install 'boto3-stubs[essential]' # Lite version does not provide session.client/resource overloads # it is more RAM-friendly, but requires explicit type annotations python -m pip install 'boto3-stubs-lite[essential]' # or install annotations for services you use python -m pip install 'boto3-stubs[acm,apigateway]'
      » pip install types-botocore
    
Published   Apr 01, 2022
Version   1.0.2
Find elsewhere
🌐
Generalist Programmer
generalistprogrammer.com › home › tutorials › python packages › botocore: python package guide 2025
Botocore: Python Package Guide 2025 - Generalist Programmer
November 16, 2025 - Complete botocore guide: low-level, data-driven core of boto 3. Installation, usage examples, troubleshooting & best practices. Python 3.9++
🌐
Finxter
blog.finxter.com › home › learn python blog › how to install botocore in python?
How to Install botocore in Python? - Be on the Right Side of Change
September 28, 2021 - This article will show you everything you need to get this installed in your Python environment. ... Type "cmd" in the search bar and hit Enter to open the command line. Type “pip install botocore” (without quotes) in the command line and hit Enter again.
🌐
Fedora
packages.fedoraproject.org › pkgs › python-botocore › python3-botocore
python3-botocore - Fedora Packages
View python3-botocore in the Fedora package repositories. python3-botocore: Low-level, data-driven core of boto 3
🌐
PyPI Stats
pypistats.org › packages › botocore
botocore
PyPI page Home page Author: Amazon Web Services License: Apache-2.0 Summary: Low-level, data-driven core of boto 3. Latest version: 1.43.53 Required dependencies: jmespath | python-dateutil | urllib3 Optional dependencies: awscrt Downloads last day: 55,169,527 Downloads last week: 333,245,943 ...
🌐
GitHub
github.com › boto › botocore › blob › develop › setup.py
botocore/setup.py at develop · boto/botocore
# Prior to Python 3.10, Python doesn't require openssl 1.1.1 · # but urllib3 2.0+ does. This means all botocore users will be · # broken by default on Amazon Linux 2 and AWS Lambda without this pin. 'urllib3>=1.25.4,<1.27 ; python_version < "3.10"', 'urllib3>=1.25.4,!=2.2.0,<3 ; python_version >= "3.10"', ] ·
Author   boto
🌐
Anaconda.org
anaconda.org › conda-forge › botocore
botocore - conda-forge | Anaconda.org
1 month ago - $conda install conda-forge::botocore ... · 1.43.49 · 1.43.48 · 5 / 8 versions selected · Downloads (Last 6 months): 0 · Provides the core functionality of Boto3, the AWS SDK for Python ·...
🌐
Anaconda.org
anaconda.org › anaconda › botocore
botocore - anaconda | Anaconda.org
June 11, 2026 - $conda install anaconda::botocore · Monthly · Downloads Updates · Version · 1.43.24 · 1.43.0 · 1.42.61 · 1.42.34 · 1.42.19 · 5 / 8 versions selected · Downloads (Last 6 months): 0 · Provides the core functionality of Boto3, the AWS SDK for Python ·
🌐
Generalist Programmer
generalistprogrammer.com › home › tutorials › python packages › aiobotocore: ai library guide 2025
aiobotocore Python Guide [2026] | PyPI Tutorial
November 16, 2025 - Complete aiobotocore guide: async client for aws services using botocore and aiohttp. Installation, usage examples, troubleshooting & best practices. Python 3.9++
🌐
Amazonaws
botocore.amazonaws.com › v1 › documentation › api › latest › tutorial › index.html
Getting Started With botocore - botocore 1.43.53 documentation
The botocore package provides a low-level interface to Amazon services. It is responsible for: Providing access to all available services · Providing access to all operations within a service · Marshaling all parameters for a particular operation in the correct format · Signing the request ...