{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Adds AWS Signature Version 4 authentication to requests library calls, enabling signed HTTP requests to AWS APIs and services.","skillfed_tags":["aws-authentication","http-signing"],"use_cases":["Make authenticated requests to AWS API Gateway endpoints from Python without managing signature headers manually.","Query AWS services like EC2, STS, or Elasticsearch from a Python application using standard requests syntax.","Integrate AWS API calls into libraries that use requests under the hood.","Build CLI tools or scripts that need to call AWS APIs with credentials from environment or boto3 configuration."],"what_it_does":"This package provides an authentication handler for the requests library that automatically signs HTTP requests with AWS Signature Version 4, the standard authentication method for AWS APIs. It wraps the signing logic and integrates seamlessly with requests' auth parameter, allowing you to make authenticated calls to any AWS service\u2014including API Gateway, Elasticsearch, STS, EC2, and others\u2014without manually constructing signatures.\n\nThe package supports multiple credential sources: it will automatically use boto3-configured credentials (AWS CLI or SDK settings) if available, fall back to environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN), or accept credentials passed directly as parameters. It also includes a command-line interface for curl-like usage and supports temporary security credentials from AWS STS.","worth_installing":"Yes, if you need AWS SigV4 authentication with requests and are comfortable with dormant maintenance. The package is stable and has no known vulnerabilities, but it has not been updated since 2021-02-16. Install it for straightforward AWS API calls in Python; consider alternatives if you require active maintenance."},"id":"requests-auth-aws-sigv4","links":{"html":"https://skillfed.io/packages/requests-auth-aws-sigv4","md":"https://skillfed.io/packages/requests-auth-aws-sigv4.md","pypi":"https://pypi.org/project/requests-auth-aws-sigv4/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2021-02-16","license_spdx":null,"license_treatment":"permissive","name":"requests-auth-aws-sigv4","python_support":"supports_current","summary":"AWS SigV4 Authentication with the python requests module"},"popularity":{"monthly_downloads":3501670,"position":2598,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.7"}
