CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/publish.yml
docs/publicacao.md
docs/wsdl-contract.md
examples/error_handling.py
examples/json_output.py
examples/simple.py
src/3s_cnes_client.egg-info/PKG-INFO
src/3s_cnes_client.egg-info/SOURCES.txt
src/3s_cnes_client.egg-info/dependency_links.txt
src/3s_cnes_client.egg-info/requires.txt
src/3s_cnes_client.egg-info/top_level.txt
src/async_cnes/__init__.py
src/async_cnes/py.typed
src/async_cnes/client/__init__.py
src/async_cnes/client/client.py
src/async_cnes/contracts/__init__.py
src/async_cnes/contracts/cnes_service.py
src/async_cnes/contracts/namespaces.py
src/async_cnes/exceptions/__init__.py
src/async_cnes/models/__init__.py
src/async_cnes/models/base.py
src/async_cnes/models/config.py
src/async_cnes/models/estabelecimento.py
src/async_cnes/parsers/__init__.py
src/async_cnes/parsers/estabelecimento.py
src/async_cnes/parsers/soap.py
src/async_cnes/parsers/xml.py
src/async_cnes/transport/__init__.py
src/async_cnes/transport/http.py
src/async_cnes/utils/__init__.py
src/async_cnes/utils/text.py
src/async_cnes/utils/validators.py
tests/__init__.py
tests/fixtures.py
tests/test_client.py
tests/test_contracts.py
tests/test_integration.py
tests/test_parser.py