LICENSE
README.md
pyproject.toml
src/informly/__init__.py
src/informly/_default_clients.py
src/informly/client.py
src/informly/environment.py
src/informly.egg-info/PKG-INFO
src/informly.egg-info/SOURCES.txt
src/informly.egg-info/dependency_links.txt
src/informly.egg-info/requires.txt
src/informly.egg-info/top_level.txt
src/informly/contacts/__init__.py
src/informly/contacts/client.py
src/informly/contacts/raw_client.py
src/informly/contacts/types/__init__.py
src/informly/contacts/types/create_contact_response.py
src/informly/contacts/types/delete_contact_response.py
src/informly/contacts/types/delete_contacts_response.py
src/informly/contacts/types/delete_contacts_response_data.py
src/informly/contacts/types/get_contact_response.py
src/informly/contacts/types/list_contacts_response.py
src/informly/contacts/types/update_contact_response.py
src/informly/core/__init__.py
src/informly/core/api_error.py
src/informly/core/client_wrapper.py
src/informly/core/datetime_utils.py
src/informly/core/file.py
src/informly/core/force_multipart.py
src/informly/core/http_client.py
src/informly/core/http_response.py
src/informly/core/jsonable_encoder.py
src/informly/core/logging.py
src/informly/core/parse_error.py
src/informly/core/pydantic_utilities.py
src/informly/core/query_encoder.py
src/informly/core/remove_none_from_dict.py
src/informly/core/request_options.py
src/informly/core/serialization.py
src/informly/core/http_sse/__init__.py
src/informly/core/http_sse/_api.py
src/informly/core/http_sse/_decoders.py
src/informly/core/http_sse/_exceptions.py
src/informly/core/http_sse/_models.py
src/informly/errors/__init__.py
src/informly/errors/bad_request_error.py
src/informly/errors/forbidden_error.py
src/informly/errors/not_found_error.py
src/informly/errors/unauthorized_error.py
src/informly/segments/__init__.py
src/informly/segments/client.py
src/informly/segments/raw_client.py
src/informly/segments/types/__init__.py
src/informly/segments/types/list_segments_response.py
src/informly/types/__init__.py
src/informly/types/contact.py
src/informly/types/contact_contact.py
src/informly/types/contact_segments_item.py
src/informly/types/error_response.py
src/informly/types/error_response_error.py
src/informly/types/error_response_error_details_item.py
src/informly/types/pagination_meta.py
src/informly/types/segment.py
tests/test_aiohttp_autodetect.py