.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/release.yml
.github/workflows/test.yml
.vscode/settings.json
billing/__init__.py
billing/admin.py
billing/apps.py
billing/factories.py
billing/mixins.py
billing/models.py
billing/services.py
billing/settings.py
billing/signals.py
billing/tasks.py
billing/urls.py
billing/views.py
billing/management/__init__.py
billing/management/commands/__init__.py
billing/management/commands/billing_init.py
billing/migrations/0001_initial.py
billing/migrations/0002_alter_plan_price_id_alter_plan_type.py
billing/migrations/0003_stripeevent_primary.py
billing/migrations/0004_stripesubscription_and_more.py
billing/migrations/0005_stripeevent_created.py
billing/migrations/__init__.py
billing/tests/__init__.py
billing/tests/conftest.py
billing/tests/settings.py
billing/tests/test_checkout.py
billing/tests/test_customer.py
billing/tests/test_lifecycle_webhook.py
billing/tests/test_mixin.py
billing/tests/test_plan_limit.py
billing/tests/test_portal.py
billing/tests/test_stripe_subscription.py
billing/tests/urls.py
billing/tests/views.py
billing/tests/templates/profile.html
django_stripe_billing.egg-info/PKG-INFO
django_stripe_billing.egg-info/SOURCES.txt
django_stripe_billing.egg-info/dependency_links.txt
django_stripe_billing.egg-info/requires.txt
django_stripe_billing.egg-info/top_level.txt