{"id":42668551,"url":"https://github.com/websideproject/django-paddle-billing","last_synced_at":"2026-01-29T10:18:40.870Z","repository":{"id":218771253,"uuid":"747324446","full_name":"websideproject/django-paddle-billing","owner":"websideproject","description":"Django + Paddle Billing","archived":false,"fork":false,"pushed_at":"2025-10-08T13:37:28.000Z","size":170,"stargazers_count":19,"open_issues_count":17,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T06:54:29.265Z","etag":null,"topics":["billing","django","paddle"],"latest_commit_sha":null,"homepage":"","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/websideproject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-23T17:53:06.000Z","updated_at":"2025-10-30T00:35:27.000Z","dependencies_parsed_at":"2024-02-28T17:32:10.893Z","dependency_job_id":"229fead3-065f-444d-ad3f-7899e21dd9bc","html_url":"https://github.com/websideproject/django-paddle-billing","commit_stats":null,"previous_names":["websideproject/django-paddle-billing"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/websideproject/django-paddle-billing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websideproject%2Fdjango-paddle-billing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websideproject%2Fdjango-paddle-billing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websideproject%2Fdjango-paddle-billing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websideproject%2Fdjango-paddle-billing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/websideproject","download_url":"https://codeload.github.com/websideproject/django-paddle-billing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websideproject%2Fdjango-paddle-billing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","paddle"],"created_at":"2026-01-29T10:18:40.023Z","updated_at":"2026-01-29T10:18:40.865Z","avatar_url":"https://github.com/websideproject.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Paddle Billing\n\nThis package provides an integration between Django, a high-level Python Web framework, and Paddle Billing, a platform for selling digital products and services.\n\n## Features\n\n- Easy setup and configuration\n- Seamless integration with Django projects\n- Comprehensive handling of Paddle Billing features, including webhooks\n\n## Installation\n\nTo install the package, use pip:\n\n```bash\npip install django-paddle-billing\n```\n\n## Usage\n\nAfter installing the package, add it to your `INSTALLED_APPS` in your Django settings:\n\n```python\nINSTALLED_APPS = [\n    ...\n    'django_paddle_billing',\n    ...\n]\n```\n\nThen, run migrations:\n\n```bash\npython manage.py migrate\n```\n\nYou can now use the package in your Django project.\n\n## Local webhook testing\n\nIn order to test webhooks locally, you can user cloudflared tunnel:\n[Cloudflared](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-local-tunnel/)\n\n### Temporary URL\n\n```bash\ncloudflared tunnel --url http://localhost:8000/\n```\n\n### Permanent URL\n\nThen, you can create a tunnel for your webhook:\n\n```bash\ncloudflared tunnel login\ncloudflared tunnel create sandbox.paddle\n# Create config file\n# ...\ncloudflared tunnel route dns sandbox.paddle sandbox-paddle.example.com\ncloudflared tunnel run sandbox.paddle\n```\n\nNote: The deep level of DNS requires to be paid Advanced DNS (10$/month), so sandbox.paddle.example.com is not free\n\n## Testing\n\nThis package uses pytest for testing. To run the tests, use the following command:\n\n```bash\npytest\n```\n\n## Contributing\n\nContributions are welcome! Please read our [contributing guidelines](CONTRIBUTING.md) for details.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsideproject%2Fdjango-paddle-billing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebsideproject%2Fdjango-paddle-billing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsideproject%2Fdjango-paddle-billing/lists"}