{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/5"}],"enrichment":{"capability":"Parses Amazon Resource Names (ARNs) into their component parts\u2014partition, service, region, account ID, resource type, and resource\u2014to extract structured information from ARN strings.","skillfed_tags":["aws","arn-parsing","abandoned"],"use_cases":["Extract the AWS account ID and region from an ARN in an IAM policy or resource tag for audit or routing logic","Parse S3 ARNs to identify bucket names and object paths in access control or logging workflows","Decompose EC2, VPC, or CloudWatch ARNs to validate resource ownership or build resource-aware monitoring dashboards","Validate and normalize ARN strings in configuration files or API responses before passing them to AWS SDK calls"],"what_it_does":"arnparse is a lightweight Python library that takes an Amazon Resource Name (ARN) string and breaks it into its structural components: partition, service, region, account ID, resource type, and resource identifier. It handles the variation in ARN formats across different AWS services\u2014some ARNs omit region or account ID, others use colons or slashes to delimit resource types\u2014and exposes each component as an attribute on the parsed object.\n\nThe package has no runtime dependencies and installs with minimal friction. However, it has been abandoned since October 2019 with no updates to handle new AWS services or ARN format changes. The license treatment is unclear, which may pose a compliance risk depending on your use case.","worth_installing":"No. The package is abandoned (last update March 2019, repository archived) with an unclear license and no maintenance signal. While it has low install friction and no known vulnerabilities, the lack of updates means it will not handle new AWS services or ARN formats introduced since 2019. For active projects, consider using the ARN parsing built into boto3 or a maintained alternative."},"id":"arnparse","links":{"html":"https://skillfed.io/packages/arnparse","md":"https://skillfed.io/packages/arnparse.md","pypi":"https://pypi.org/project/arnparse/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-03-12","license_spdx":null,"license_treatment":"unclear","name":"arnparse","python_support":"unspecified","summary":"Parse ARNs using Python"},"popularity":{"monthly_downloads":688223,"position":5342,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.2"}
