{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/6"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Adds OAuth 1.0 authentication support to the requests library, allowing HTTP requests to be signed with OAuth credentials via header or URL-encoded methods.","skillfed_tags":["oauth-1.0","abandoned","legacy-api"],"use_cases":["Integrating with legacy OAuth 1.0 APIs that require OAuth 1.0 authentication and still support this older standard","Automating OAuth token exchange and request signing for applications using the three-legged OAuth flow","Building HTTP clients that need to sign requests with OAuth 1.0 credentials without manually constructing Authorization headers"],"what_it_does":"requests-oauth is a plugin that integrates OAuth 1.0 authentication into the requests HTTP library. It provides a hook mechanism to automatically sign requests with OAuth credentials, supporting both Authorization header and URL-encoded authentication methods. The package allows you to initialize OAuth credentials once and reuse them across multiple requests by attaching the hook to a requests session, and supports the three-legged OAuth flow for obtaining user authorization and access tokens.\n\nHowever, the package has been abandoned since its last release on 2012-06-21, with no updates for over 5000 days. This raises serious concerns about compatibility with modern Python and requests versions, as well as whether the codebase has received any security review in recent years. OAuth 1.0 itself is rarely used in modern APIs.","worth_installing":"No. The package is abandoned (last release 2012-06-21) with no declared runtime dependencies and unspecified Python support, making compatibility with modern Python and requests versions highly uncertain. If you must use OAuth 1.0, verify this package works with your specific environment first before committing to it."},"id":"requests-oauth","links":{"html":"https://skillfed.io/packages/requests-oauth","md":"https://skillfed.io/packages/requests-oauth.md","pypi":"https://pypi.org/project/requests-oauth/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2012-06-21","license_spdx":null,"license_treatment":"permissive","name":"requests-oauth","python_support":"unspecified","summary":"Hook for adding Open Authentication support to Python-requests HTTP library."},"popularity":{"monthly_downloads":1841324,"position":3497,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4.1"}
