.gitignore
.pre-commit-config.yaml
.pypirc
CHANGELOG.rst
LICENCE
README.rst
codecov.yml
setup.cfg
setup.py
tox.ini
.github/.kodiak.toml
.github/FUNDING.yml
.github/no-response.yml
.github/ISSUE_TEMPLATE/question.md
.github/workflows/checks.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
django_afip/__init__.py
django_afip/admin.py
django_afip/apps.py
django_afip/clients.py
django_afip/crypto.py
django_afip/exceptions.py
django_afip/factories.py
django_afip/models.py
django_afip/parsers.py
django_afip/pdf.py
django_afip/serializers.py
django_afip/signals.py
django_afip/version.py
django_afip/views.py
django_afip.egg-info/PKG-INFO
django_afip.egg-info/SOURCES.txt
django_afip.egg-info/dependency_links.txt
django_afip.egg-info/requires.txt
django_afip.egg-info/top_level.txt
django_afip/fixtures/concepttype.yaml
django_afip/fixtures/currencytype.yaml
django_afip/fixtures/documenttype.yaml
django_afip/fixtures/receipttype.yaml
django_afip/fixtures/taxtype.yaml
django_afip/fixtures/vattype.yaml
django_afip/locale/es/LC_MESSAGES/django.mo
django_afip/locale/es/LC_MESSAGES/django.po
django_afip/management/commands/afipmetadata.py
django_afip/migrations/0001_squashed_0036_receiptpdf__client_address__blank.py
django_afip/migrations/0002_taxpayerextras.py
django_afip/migrations/0003_issuance_type_length.py
django_afip/migrations/0004_storages_and_help_texts.py
django_afip/migrations/0005_flatten_taxpayer_extras.py
django_afip/migrations/0006_delete_taxpayerextras.py
django_afip/migrations/__init__.py
django_afip/static/receipts/receipt.css
django_afip/templates/receipts/code_11.html
django_afip/templates/receipts/code_13.html
django_afip/templates/receipts/code_3.html
django_afip/templates/receipts/code_6.html
django_afip/templates/receipts/code_8.html
django_afip/templatetags/__init__.py
django_afip/templatetags/django_afip.py
docs/Makefile
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/printables.rst
docs/requirements.txt
docs/usage.rst
docs/_ext/django_models.py
scripts/dump_metadata.py
testapp/conftest.py
testapp/django_afip
testapp/manage.py
testapp/signed_data.bin
testapp/test.crt
testapp/test.key
testapp/test2.crt
testapp/test2.key
testapp/test_expired.crt
testapp/test_expired.key
testapp/tiny.png
testapp/testapp/__init__.py
testapp/testapp/settings.py
testapp/testapp/urls.py
testapp/testapp/wsgi.py
testapp/testapp/testmain/__init__.py
testapp/testapp/testmain/views.py
testapp/testapp/testmain/templates/receipts/20329642330/pos_9999/code_6.html
testapp/testapp/testmain/tests/__init__.py
testapp/testapp/testmain/tests/test_admin.py
testapp/testapp/testmain/tests/test_clients.py
testapp/testapp/testmain/tests/test_crypto.py
testapp/testapp/testmain/tests/test_management.py
testapp/testapp/testmain/tests/test_models.py
testapp/testapp/testmain/tests/test_parsers.py
testapp/testapp/testmain/tests/test_pdf.py
testapp/testapp/testmain/tests/test_tags.py
testapp/testapp/testmain/tests/test_taxpayer.py
testapp/testapp/testmain/tests/test_views.py
testapp/testapp/testmain/tests/test_webservices.py
testapp/testapp/testmain/tests/testcases.py