LICENSE
README.md
__init__.py
_capabilities.py
_codegen.py
_codegen_settings.py
actions.py
admin.py
apps.py
catalog.py
codegen_urls.py
conf.py
conftest.py
dto.py
errors.py
gdpr.py
models.py
py.typed
pyproject.toml
serializers.py
services.py
urls.py
views.py
./__init__.py
./_capabilities.py
./_codegen.py
./_codegen_settings.py
./actions.py
./admin.py
./apps.py
./catalog.py
./codegen_urls.py
./conf.py
./conftest.py
./dto.py
./errors.py
./gdpr.py
./models.py
./py.typed
./serializers.py
./services.py
./urls.py
./views.py
./migrations/0001_initial.py
./migrations/__init__.py
./providers/__init__.py
./providers/base.py
./providers/stripe.py
./schemas/consumes/user.deleted.json
./schemas/consumes/user.deletion_initiated.json
./schemas/emits/payment.completed.json
./schemas/emits/subscription.changed.json
migrations/0001_initial.py
migrations/__init__.py
providers/__init__.py
providers/base.py
providers/stripe.py
schemas/consumes/user.deleted.json
schemas/consumes/user.deletion_initiated.json
schemas/emits/payment.completed.json
schemas/emits/subscription.changed.json
stapel_billing.egg-info/PKG-INFO
stapel_billing.egg-info/SOURCES.txt
stapel_billing.egg-info/dependency_links.txt
stapel_billing.egg-info/requires.txt
stapel_billing.egg-info/top_level.txt
tests/test_api.py
tests/test_contract.py
tests/test_endpoints.py
tests/test_error_i18n.py
tests/test_error_keys.py
tests/test_gdpr_and_misc.py
tests/test_models.py
tests/test_providers.py
tests/test_public_api.py
tests/test_serializer_seams.py
tests/test_stripe_provider.py
tests/test_webhooks.py