aws-arns 1.5.1


pip install aws-arns

  Latest version

Released: Mar 15, 2025

Project Links

Meta
Author: Sanhe Hu
Maintainer: Unknown

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Natural Language
  • English

Operating System
  • Microsoft :: Windows
  • MacOS
  • Unix

Programming Language
  • Python
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3 :: Only
https://github.com/MacHu-GWU/aws_arns-project/workflows/CI/badge.svg https://codecov.io/gh/MacHu-GWU/aws_arns-project/branch/main/graph/badge.svg https://img.shields.io/pypi/v/aws_arns.svg https://img.shields.io/pypi/l/aws_arns.svg https://img.shields.io/pypi/pyversions/aws_arns.svg https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

☁️ Welcome to aws_arns Documentation

Amazon Resource Names (ARNs) Python library. It parses / constructs ARN in Python, and provide more human intuitive interface to access AWS Resource attributes like aws service name, aws account id, aws region, resource type, resource id, resource name, short name, long name, etc …

See usage examples.

Install

aws_arns is released on PyPI, so all you need is:

$ pip install aws_arns

To upgrade to latest version:

$ pip install --upgrade aws_arns

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
dataclasses (>=0.8)