# joestump/python-oauth2

A fully tested, abstract interface to creating OAuth clients and servers.

Repository: https://github.com/joestump/python-oauth2
Canonical: https://ross.abutalabs.com/products/python-oauth2
Language: Python
License: MIT
License Family: permissive
Last push: 2024-04-09T13:40:11+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6160, "days_push": 876, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3009, forks 902 (observed 2026-08-28T04:07:37.771004+00:00)

## What it is
A Python library providing a fully tested, abstract interface for building OAuth 1.0 clients and servers. It is a fork of the original python-oauth code with 100% unit test coverage and an httplib2-based signing client.

## Use cases
- implement OAuth 1.0 signing in a Python app
- build an OAuth 1.0 server or provider
- sign outgoing HTTP requests with OAuth 1.0 credentials
- support legacy APIs that still require OAuth 1.0
- use as a dependency for packages like Flask-OAuth

## When to choose
- you specifically need OAuth 1.0 (not OAuth 2.0) support in Python
- you need a small, well-tested, MIT-licensed OAuth 1.0 implementation
- you maintain legacy code that already depends on this library

## When to avoid
- you need OAuth 2.0 - this library explicitly does not implement it
- you are starting a new project and can use a modern auth library
- you need active development or recent feature work

## Facets
- artifact type: library
- maturity: maintenance
- function: auth, http-client, security
- domain: security, web-development, apis, developer-tools
- platform: python, cross-platform
- tags: oauth1, oauth, authentication, http-signing, legacy

## Member repositories
- joestump/python-oauth2 (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:37.771004+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:30:17.956491+00:00, confidence not recorded.
  - readme: https://github.com/joestump/python-oauth2 (fetched 2026-08-28T04:07:37.771004+00:00, sha b28ee5ab41cf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
