python-boto3
Port variant v13
Summary AWS SDK for Python (3.13)
Package version 1.42.34
Homepage https://github.com/boto/boto3
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v14
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 24 JAN 2026, 14:52:53 UTC
Port created 27 MAY 2023, 03:56:48 UTC
Subpackage Descriptions
single =============================== Boto3 - The AWS SDK for Python =============================== |Version| |Python| |License| Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. You can find the latest, most up to date, documentation at our `doc site`_, including a list of services that are supported. Boto3 is maintained and published by `Amazon Web Services`_. Boto (pronounced boh-toh) was named after the fresh water dolphin native to the Amazon river. The name was chosen by the author of the original Boto library, Mitch Garnaat, as a reference to the company. Notices ------- On 2026-04-29, support for Python 3.9 will end for Boto3. This follows the Python Software Foundation [end of support] for the runtime which occurred on 2025-10-31. On 2025-04-22, support for Python 3.8 ended for Boto3. This follows the Python Software Foundation [end of support] for the runtime which occurred on 2024-10-07. For more information on deprecations, see this [blog post]. :alt: Python Versions :alt: Package Version :alt: License Getting Started --------------- Assuming that you have a supported version of Python installed, you can first set up your environment with: .. code-block:: sh $ python -m venv .venv ... $ . .venv/bin/activate Then, you can install boto3 from PyPI with: .. code-block:: sh $ python -m pip install boto3 or install from source with: .. code-block:: sh $ git clone https://github.com/boto/boto3.git $ cd boto3 $ python -m pip install -r requirements.txt $ python -m pip install -e . Using Boto3 ~~~~~~~~~~~~~~ After installing boto3 Next, set up credentials (in e.g. ``~/.aws/credentials``): .. code-block:: ini [default] aws_access_key_id = YOUR_KEY aws_secret_access_key = YOUR_SECRET Then, set up a default region (in e.g. ``~/.aws/config``): .. code-block:: ini [default] region = us-east-1 Other credential configuration methods can be found [here] Then, from a Python interpreter: .. code-block:: python >>> import boto3 >>> s3 = boto3.resource('s3') >>> for bucket in s3.buckets.all(): print(bucket.name) Running Tests ~~~~~~~~~~~~~ You can run tests in all supported Python versions using tox. By default, it will run all of the unit and functional tests, but you can also specify your own pytest options. Note that this requires that you have all supported versions of Python installed, otherwise you must pass ``-e or run the
Configuration Switches (platform-specific settings discarded)
PY313 ON Build using Python 3.13 PY314 OFF Build using Python 3.14
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Runtime (only) python-botocore:single:v13
python-jmespath:single:v13
python-s3transfer:single:v13
Download groups
main mirror://PYPIWHL/b8/55/25c543864abc270f5fdd7814fa7b69fd23de1c40fb3d7993f4b6391f8d3b
Distribution File Information
db3fb539e3f806b911ec4ca991f2f8bff333c5f0b87132a82e28b521fc5ec164 140574 python-src/boto3-1.42.34-py3-none-any.whl
Ports that require python-boto3:v13
NetBox:std Flexible IPAM and DCIM tool with plugin support