{"id":27722431,"url":"https://github.com/kavdev/dj-stripe","last_synced_at":"2025-04-27T12:02:55.723Z","repository":{"id":37845113,"uuid":"11901762","full_name":"dj-stripe/dj-stripe","owner":"dj-stripe","description":"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.","archived":false,"fork":false,"pushed_at":"2025-04-22T17:14:30.000Z","size":26658,"stargazers_count":1701,"open_issues_count":72,"forks_count":499,"subscribers_count":30,"default_branch":"main","last_synced_at":"2025-04-23T17:50:39.506Z","etag":null,"topics":["billing","django","finance","fintech","payments","python","stripe","subscriptions"],"latest_commit_sha":null,"homepage":"https://dj-stripe.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dj-stripe.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"dj-stripe"}},"created_at":"2013-08-05T15:31:30.000Z","updated_at":"2025-04-23T14:19:13.000Z","dependencies_parsed_at":"2023-07-14T02:13:59.871Z","dependency_job_id":"9bd0d654-750d-40b7-a004-9e601987086e","html_url":"https://github.com/dj-stripe/dj-stripe","commit_stats":{"total_commits":3015,"total_committers":137,"mean_commits":22.00729927007299,"dds":0.687893864013267,"last_synced_commit":"557c984cf1e1f330684f1d505648a44bf375e507"},"previous_names":["kavdev/dj-stripe"],"tags_count":102,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj-stripe%2Fdj-stripe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj-stripe%2Fdj-stripe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj-stripe%2Fdj-stripe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj-stripe%2Fdj-stripe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dj-stripe","download_url":"https://codeload.github.com/dj-stripe/dj-stripe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251134745,"owners_count":21541381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["billing","django","finance","fintech","payments","python","stripe","subscriptions"],"created_at":"2025-04-27T12:01:41.805Z","updated_at":"2025-04-27T12:02:55.712Z","avatar_url":"https://github.com/dj-stripe.png","language":"Python","readme":"# dj-stripe - Django + Stripe Made Easy\n\n[![Stripe Verified Partner](https://img.shields.io/static/v1?label=Stripe\u0026message=Verified%20Partner\u0026color=red\u0026style=for-the-badge)](https://stripe.com/docs/libraries#community-libraries)\n\u003cbr\u003e\n\n[![CI tests](https://github.com/dj-stripe/dj-stripe/actions/workflows/ci.yml/badge.svg)](https://github.com/dj-stripe/dj-stripe/actions/workflows/ci.yml)\n[![Package Downloads](https://img.shields.io/pypi/dm/dj-stripe)](https://pypi.org/project/dj-stripe/)\n[![Documentation](https://img.shields.io/static/v1?label=Docs\u0026message=READ\u0026color=informational\u0026style=plastic)](https://dj-stripe.github.io/dj-stripe/)\n[![Sponsor dj-stripe](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026color=red\u0026style=plastic)](https://github.com/sponsors/dj-stripe)\n[![MIT License](https://img.shields.io/static/v1?label=License\u0026message=MIT\u0026color=informational\u0026style=plastic)](https://github.com/sponsors/dj-stripe)\n\nStripe Models for Django.\n\n## Introduction\n\ndj-stripe implements all of the Stripe models, for Django. Set up your\nwebhook endpoint and start receiving model updates. You will then have\na copy of all the Stripe models available in Django models, as soon as\nthey are updated!\n\nThe full documentation is available [on Read the Docs](https://dj-stripe.github.io/dj-stripe/).\n\n## Features\n\n-   Stripe Core\n-   Stripe Billing\n-   Stripe Cards (JS v2) and Sources (JS v3)\n-   Payment Methods and Payment Intents (SCA support)\n-   Support for multiple accounts and API keys\n-   Stripe Connect (partial support)\n-   Tested with Stripe API `2020-08-27` (see [API versions](api_versions.md#dj-stripe_latest_tested_version))\n\n## Requirements\n\n-   Django \u003e=5.0\n-   Python \u003e=3.10\n-   PostgreSQL engine (recommended) \u003e=13\n-   MySQL engine: MariaDB \u003e=10.5 or MySQL \u003e=8.0\n-   SQLite: Not recommended in production. Version \u003e=3.26 required.\n\n## Installation\n\nSee [installation](https://dj-stripe.dev/dj-stripe/2.7/installation/) instructions.\n\n## Changelog\n\n[See release notes on Read the Docs](history/2_7_0/).\n\n\u003c!-- This link *will* get stale again eventually. There should be an index page for the\n     changelog that can be linked to.\n\n     For example:\n     https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages --\u003e\n\n## Funding and Support\n\n\u003ca href=\"https://stripe.com\"\u003e\n  \u003cimg alt=\"Stripe Logo\" src=\"./logos/stripe_blurple.svg\" width=\"250px\" /\u003e\n\u003c/a\u003e\n\nYou can now become a sponsor to dj-stripe with [GitHub Sponsors](https://github.com/sponsors/dj-stripe).\n\nWe've been bringing dj-stripe to the world for over 10 years and are excited to be able to start\ndedicating some real resources to the project.\n\nYour sponsorship helps us keep a team of maintainers actively working to improve dj-stripe and\nensure it stays up-to-date with the latest Stripe changes. If you use dj-stripe commercially, we would encourage you to invest in its continued\ndevelopment by [signing up for a paid plan](https://github.com/sponsors/dj-stripe).\nCorporate sponsors [receive priority support and development time](project/support.md).\n\nAll contributions through GitHub sponsors flow into our [Open Collective](https://opencollective.com/dj-stripe), which holds our funds and keeps\nan open ledger on how donations are spent.\n\n## Our Gold sponsors\n\n\u003ca href=\"https://stripe.com\"\u003e\n  \u003cimg alt=\"Stripe Logo\" src=\"./logos/stripe_blurple.svg\" width=\"250px\" /\u003e\n\u003c/a\u003e\n\n## Similar libraries\n\n-   [dj-paypal](https://github.com/HearthSim/dj-paypal)\n    ([PayPal](https://www.paypal.com/))\n-   [dj-paddle](https://github.com/paddle-python/dj-paddle)\n    ([Paddle](https://paddle.com/))\n","funding_links":["https://github.com/sponsors/dj-stripe","https://opencollective.com/dj-stripe","https://www.paypal.com/"],"categories":["Payment Processing"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavdev%2Fdj-stripe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkavdev%2Fdj-stripe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavdev%2Fdj-stripe/lists"}