MANIFEST.in
README.md
requirements.txt
setup.py
pagarme/__init__.py
pagarme/balance.py
pagarme/balance_operation.py
pagarme/bank_account.py
pagarme/bulk_anticipation.py
pagarme/card.py
pagarme/customer.py
pagarme/payable.py
pagarme/payment_link.py
pagarme/plan.py
pagarme/postback.py
pagarme/recipient.py
pagarme/refund.py
pagarme/sdk.py
pagarme/subscription.py
pagarme/transaction.py
pagarme/transfer.py
pagarme/resources/__init__.py
pagarme/resources/handler_request.py
pagarme/resources/requests_retry.py
pagarme/resources/routes/__init__.py
pagarme/resources/routes/balance_operation_routes.py
pagarme/resources/routes/balance_routes.py
pagarme/resources/routes/bank_account_routes.py
pagarme/resources/routes/bulk_anticipation_routes.py
pagarme/resources/routes/card_routes.py
pagarme/resources/routes/company_routes.py
pagarme/resources/routes/customer_routes.py
pagarme/resources/routes/payable_routes.py
pagarme/resources/routes/payment_link_routes.py
pagarme/resources/routes/plan_routes.py
pagarme/resources/routes/recipient_routes.py
pagarme/resources/routes/refund_routes.py
pagarme/resources/routes/subscription_routes.py
pagarme/resources/routes/transaction_routes.py
pagarme/resources/routes/transfer_routes.py
pagarme_python_hotfix_retry.egg-info/PKG-INFO
pagarme_python_hotfix_retry.egg-info/SOURCES.txt
pagarme_python_hotfix_retry.egg-info/dependency_links.txt
pagarme_python_hotfix_retry.egg-info/not-zip-safe
pagarme_python_hotfix_retry.egg-info/requires.txt
pagarme_python_hotfix_retry.egg-info/top_level.txt
tests/__init__.py
tests/balance_operation_test.py
tests/balance_test.py
tests/bank_account_test.py
tests/bulk_anticipation_test.py
tests/card_test.py
tests/conftest.py
tests/customer_test.py
tests/handler_request_test.py
tests/payable_test.py
tests/payment_link_test.py
tests/plan_test.py
tests/postback_test.py
tests/recipient_test.py
tests/refund_test.py
tests/subscription_test.py
tests/transaction_test.py
tests/transfer_test.py
tests/resources/__init__.py
tests/resources/pagarme_test.py
tests/resources/dictionaries/__init__.py
tests/resources/dictionaries/bank_account_dictionary.py
tests/resources/dictionaries/bulk_anticipation_dictionary.py
tests/resources/dictionaries/card_dictionary.py
tests/resources/dictionaries/company_dictionary.py
tests/resources/dictionaries/customer_dictionary.py
tests/resources/dictionaries/payable_dictionary.py
tests/resources/dictionaries/payment_link_dictionary.py
tests/resources/dictionaries/plan_dictionary.py
tests/resources/dictionaries/recipient_dictionary.py
tests/resources/dictionaries/subscription_dictionary.py
tests/resources/dictionaries/transaction_dictionary.py
tests/resources/dictionaries/transfer_dictionary.py