{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/14"}],"enrichment":{"capability":"Provides programmatic access to AWS IAM service definitions\u2014actions, resources, and condition keys\u2014with data embedded in the package and updated daily against AWS documentation.","skillfed_tags":["aws-iam","policy-reference","metadata-lookup"],"use_cases":["Build an IAM policy validator that checks whether actions and resources in a policy document actually exist in AWS.","Generate documentation or reference tables of all AWS IAM actions, resources, and conditions for a given service.","Implement an access-control policy builder that autocompletes or validates IAM action and resource names.","Audit existing IAM policies to map actions to their required resource types and condition keys.","Create a permission matrix or comparison tool showing which actions are available across different AWS services."],"what_it_does":"iamdata is a Python library that embeds AWS IAM service metadata\u2014including actions, resources, and condition keys\u2014directly in the package. It lets you query this data programmatically without making external API calls. The package is updated daily by checking against AWS IAM documentation, so the data stays current as AWS services and permissions evolve.\n\nYou use it by instantiating an IAMData object and then calling methods on its services, actions, resources, and conditions attributes to look up details: service names from keys, all actions for a service, action metadata like resource types and condition keys, resource type definitions, and condition key specifications. It's designed for developers building IAM policy tools, permission auditors, or access-control frameworks who need reliable, offline access to the AWS permission model.","worth_installing":"Yes. The package has zero dependencies, low install friction, active maintenance with daily data updates, and a permissive MIT license. It fills a concrete need for offline IAM metadata lookup without external API calls. Use it if you're building IAM tooling, policy validators, or permission auditors."},"id":"iamdata","links":{"html":"https://skillfed.io/packages/iamdata","md":"https://skillfed.io/packages/iamdata.md","pypi":"https://pypi.org/project/iamdata/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-14","license_spdx":null,"license_treatment":"permissive","name":"iamdata","python_support":"supports_current","summary":"IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily."},"popularity":{"monthly_downloads":165772,"position":10516,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.202608141"}
