Skip to main content

Provides functions to get up-to-date AWS regions lists.

Project description

Continuous testing & Linting

Overview

This package provides a very simple API for retrieving the most up-to-date region list. The region info is pulled from the botocore Github project so this requires a network connection. The advantage to using botocore directly is that the region list is not reliant on the botocore version which is installed. This can be an issue if you are using system packages for example, which may get updates very infrequently and thus may be missing new regions.

Requirements

  • requests

Installation

pip install aws-regions

Usage

There are two main functions in aws-regions. The first function will provide a list of regions based on the AWS partition. By default this is this public AWS partition:

from aws_regions.endpoints import get_regions


# Defaults to "aws" partition
regions = get_regions()

# "aws-cn" partition
cn_region = get_regions(partition='aws-cn')

The second function will return a list of all regions from all three partitions:

from aws_regions.endpoints import get_all_regions

all_regions = get_all_regions()  # From aws, aws-cn and aws-us-gov

Issues/Enhancements

Please submit issues and requests to Github.

Contributing

Contributions to aws-regions are welcome and encouraged. See CONTRIBUTING for info on getting started.

License

Copyright (c) 2021 SUSE LLC.

Distributed under the terms of MIT license, see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws_regions-0.5.1.tar.gz (74.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_regions-0.5.1-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file aws_regions-0.5.1.tar.gz.

File metadata

  • Download URL: aws_regions-0.5.1.tar.gz
  • Upload date:
  • Size: 74.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for aws_regions-0.5.1.tar.gz
Algorithm Hash digest
SHA256 60343b95feabf3959116956938c0d138dee14b6f4bafe0962961e2daaf8224df
MD5 dbbc2b5dfe76d78d23ac520ea51d0584
BLAKE2b-256 1614787f662524c635bc97ba79fa04618f7d2461698dd6e411f4a69cdf367884

See more details on using hashes here.

File details

Details for the file aws_regions-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: aws_regions-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for aws_regions-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1028d3966b352e67e1aff6df0b163b007a57aeff4607f73e4b46260229db8d0c
MD5 cc909cf0aa8b35d2fec729f92fd9f0c9
BLAKE2b-256 8a09afab4b7ed134c2a9d164a55ff8404076dd5787d54d923e71806e35f22d88

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page