.coveragerc
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
SECURITY.md
pyproject.toml
test_settings.py
uv.lock
.github/workflows/release.yml
.github/workflows/test.yml
django_payments_br.egg-info/PKG-INFO
django_payments_br.egg-info/SOURCES.txt
django_payments_br.egg-info/dependency_links.txt
django_payments_br.egg-info/requires.txt
django_payments_br.egg-info/scm_file_list.json
django_payments_br.egg-info/scm_version.json
django_payments_br.egg-info/top_level.txt
docs/Makefile
docs/api.rst
docs/backends.rst
docs/conf.py
docs/index.rst
docs/install.rst
docs/payment-model.rst
docs/preauth.rst
docs/refund.rst
docs/subscriptions-compat.md
docs/subscriptions.rst
docs/usage.rst
docs/variants.rst
docs/webhooks.rst
docs/superpowers/plans/2026-07-26-uv-migration.md
docs/superpowers/specs/2026-07-26-uv-migration-design.md
payments_br/__init__.py
payments_br/core.py
payments_br/fields.py
payments_br/forms.py
payments_br/models.py
payments_br/py.typed
payments_br/registry.py
payments_br/signals.py
payments_br/urls.py
payments_br/utils.py
payments_br/version.py
payments_br/widgets.py
payments_br/locale/en/LC_MESSAGES/django.mo
payments_br/locale/en/LC_MESSAGES/django.po
payments_br/locale/pt_BR/LC_MESSAGES/django.mo
payments_br/locale/pt_BR/LC_MESSAGES/django.po
payments_br/providers/__init__.py
payments_br/providers/asaas/__init__.py
payments_br/providers/asaas/subscriptions.py
payments_br/providers/dummy/__init__.py
payments_br/providers/dummy/forms.py
payments_br/providers/mercadopago/__init__.py
payments_br/providers/paypal/__init__.py
payments_br/providers/paypal/forms.py
payments_br/providers/stripe/__init__.py
payments_br/providers/stripe/payments.py
payments_br/providers/stripe/subscriptions.py
payments_br/subscriptions/__init__.py
payments_br/subscriptions/auth.py
payments_br/subscriptions/base.py
payments_br/subscriptions/checks.py
payments_br/subscriptions/conf.py
payments_br/subscriptions/drf.py
payments_br/subscriptions/dto.py
payments_br/subscriptions/enums.py
payments_br/subscriptions/exceptions.py
payments_br/subscriptions/models.py
payments_br/subscriptions/services.py
payments_br/subscriptions/signals.py
payments_br/subscriptions/app/__init__.py
payments_br/subscriptions/app/apps.py
payments_br/subscriptions/app/models.py
payments_br/subscriptions/app/migrations/0001_initial.py
payments_br/subscriptions/app/migrations/0002_plan_external_product_ids.py
payments_br/subscriptions/app/migrations/__init__.py
payments_br/templates/payments/credit_card_expiry_widget.html
payments_br/templates/payments/payment_form.html
payments_br/templates/payments/sensitive_select.html
payments_br/templates/payments/sensitive_text_input.html
testapp/__init__.py
testapp/manage.py
testapp/testapp/__init__.py
testapp/testapp/asgi.py
testapp/testapp/settings.py
testapp/testapp/urls.py
testapp/testapp/wsgi.py
testapp/testapp/testmain/__init__.py
testapp/testapp/testmain/forms.py
testapp/testapp/testmain/models.py
testapp/testapp/testmain/urls.py
testapp/testapp/testmain/views.py
testapp/testapp/testmain/migrations/0001_initial.py
testapp/testapp/testmain/migrations/0002_payment_billing_phone.py
testapp/testapp/testmain/migrations/0003_alter_payment_status.py
testapp/testapp/testmain/migrations/__init__.py
testapp/testapp/testmain/templates/create_payment.html
testapp/testapp/testmain/templates/payment.html
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_docgen.py
tests/test_docs_examples.py
tests/test_docs_language.py
tests/test_fields.py
tests/test_governance.py
tests/test_packaging.py
tests/test_release.py
tests/test_scope.py
tests/test_urls.py
tests/providers/__init__.py
tests/providers/asaas/__init__.py
tests/providers/asaas/test_subscriptions.py
tests/providers/asaas/fixtures/subscription_active.json
tests/providers/asaas/fixtures/webhook_payment_no_subscription.json
tests/providers/asaas/fixtures/webhook_payment_received.json
tests/providers/asaas/fixtures/webhook_subscription_updated.json
tests/providers/dummy/__init__.py
tests/providers/dummy/test_dummy.py
tests/providers/mercadopago/__init__.py
tests/providers/mercadopago/test_mercadopago.py
tests/providers/paypal/__init__.py
tests/providers/paypal/test_paypal.py
tests/providers/stripe/__init__.py
tests/providers/stripe/test_stripev3.py
tests/providers/stripe/test_subscriptions.py
tests/providers/stripe/fixtures/subscription_active.json
tests/providers/stripe/fixtures/webhook_updated.json
tests/subscriptions/__init__.py
tests/subscriptions/test_auth.py
tests/subscriptions/test_base.py
tests/subscriptions/test_checks.py
tests/subscriptions/test_contract.py
tests/subscriptions/test_docs.py
tests/subscriptions/test_drf.py
tests/subscriptions/test_dto.py
tests/subscriptions/test_exceptions.py
tests/subscriptions/test_models_abstract.py
tests/subscriptions/test_registry.py
tests/subscriptions/test_services.py
tests/subscriptions/app/__init__.py
tests/subscriptions/app/test_models.py
tools/__init__.py
tools/docgen.py