{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/14"}],"enrichment":{"capability":"Parses AWS ARN strings into typed objects with structured access to partition, service, region, account, and resource-specific attributes.","skillfed_tags":["aws","parsing"],"use_cases":["Extract and validate AWS resource identifiers from ARN strings in automation scripts or infrastructure-as-code tools.","Convert ARN strings into structured objects for logging, filtering, or policy generation in AWS tooling.","Parse target group, load balancer, or other ELBv2 resource ARNs to access their components programmatically.","Validate ARN format and extract account or region information for access control or resource tagging workflows."],"what_it_does":"arn is a lightweight Python library that converts AWS ARN strings into typed objects, letting you access the standard ARN components (partition, service, region, account) and resource-specific fields (like target group name and ID) as object attributes instead of parsing strings manually. It provides service-specific classes (e.g., TargetGroupArn for ELBv2 resources) that know how to extract and validate the resource-type-specific parts of an ARN.\n\nThe library depends only on dataclasses and installs as a pure Python wheel with no compiled dependencies. However, it has been abandoned since March 2021 with no commits or releases since then. If you need to parse ARNs for services added after that date or rely on ongoing maintenance, this package will not receive updates.","worth_installing":"Yes, if you only need to parse ARNs for AWS services that existed before March 2021 and do not require ongoing maintenance. The package is simple, lightweight, and has no known vulnerabilities. No, if you need support for newer AWS services, expect active maintenance, or require a clear license statement\u2014consider an alternative that is actively maintained."},"id":"arn","links":{"html":"https://skillfed.io/packages/arn","md":"https://skillfed.io/packages/arn.md","pypi":"https://pypi.org/project/arn/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-03-05","license_spdx":null,"license_treatment":"unclear","name":"arn","python_support":"supports_current","summary":"A Python library for parsing AWS ARNs"},"popularity":{"monthly_downloads":162413,"position":10605,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.5"}
