MANIFEST.in
README.rst
requirements-dev.txt
requirements-test.txt
requirements.txt
setup.py
correios/__init__.py
correios/client.py
correios/exceptions.py
correios/serializers.py
correios/soap.py
correios/update_wsdl.py
correios/utils.py
correios/xml_utils.py
correios.egg-info/PKG-INFO
correios.egg-info/SOURCES.txt
correios.egg-info/dependency_links.txt
correios.egg-info/entry_points.txt
correios.egg-info/requires.txt
correios.egg-info/top_level.txt
correios/data/carrier_logo.png
correios/data/carrier_logo_bw.png
correios/data/default_logo.png
correios/data/economic.gif
correios/data/economic.png
correios/data/express.gif
correios/data/express.png
correios/data/posting_list_schema.xsd
correios/data/premium.gif
correios/data/premium.png
correios/data/standard.gif
correios/data/standard.png
correios/data/wsdls/AtendeCliente-production.wsdl
correios/data/wsdls/AtendeCliente-test.wsdl
correios/data/wsdls/CalcPrecoPrazo.asmx
correios/data/wsdls/Rastro.wsdl
correios/data/wsdls/Rastro_schema1.xsd
correios/models/__init__.py
correios/models/address.py
correios/models/builders.py
correios/models/data.py
correios/models/posting.py
correios/models/user.py
correios/renderers/__init__.py
correios/renderers/pdf.py
samples/__init__.py
samples/request_tracking_codes.py
tests/__init__.py
tests/conftest.py
tests/test_address_models.py
tests/test_client.py
tests/test_pdf_renderer.py
tests/test_posting_models.py
tests/test_update_wsdl.py
tests/test_user_models.py
tests/test_utils.py
tests/test_xml_utils.py
tests/vcr.py