Ross ROSS = Recommend OSS · open-source software intelligence for agents

dj-stripe/dj-stripe

dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster. observed · 2026-08-28

github.com/dj-stripe/dj-stripe · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

85/100

  • Activity 99
  • Release rhythm 58
  • Longevity 100

Flags: no_readme

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 264.0
  • age_days: 4776
  • days_rel: 68
  • days_push: 10
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1791 stars · 516 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

dj-stripe is a Django application that syncs Stripe data into your local database as pre-implemented Django models, letting you query payments, subscriptions, and invoices via the Django ORM. It also provides built-in webhook handling with signature verification, idempotency, retries, and Django signals.

Use cases

  • sync stripe data to django database
  • handle stripe webhooks in django
  • query stripe subscriptions with django orm
  • build a saas billing app with django and stripe
  • manage multiple stripe accounts in one django project
  • track subscription states and history locally
  • access payment data offline for reporting

When to choose

  • you use Django and want Stripe data as local models with real foreign keys
  • you need reliable webhook processing with signature verification and retries
  • you want to join Stripe data with your own application data in queries
  • you need offline access to payment data for reporting or testing

When to avoid

  • you don't use Django or the Django ORM
  • you prefer calling the Stripe API directly without local data replication
  • you need a framework-agnostic Stripe integration
  • you can't host a webhook endpoint reachable by Stripe

Facets

library · maturity active

orm webhook sdk database middleware fintech web-development backend e-commerce apis python self-hosted django stripe payments subscriptions billing webhook-handling saas web-server

7 sources

Member repositories

RepositoryRoleHealth v2
dj-stripe/dj-stripemain85

For agents

markdown · JSON · MCP: product_card(name="dj-stripe/dj-stripe")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem