LICENSE
README.md
pyproject.toml
src/whatsplay/__init__.py
src/whatsplay/base_client.py
src/whatsplay/chat_manager.py
src/whatsplay/client.py
src/whatsplay/event.py
src/whatsplay/state_manager.py
src/whatsplay/utils.py
src/whatsplay/wa_elements.py
src/whatsplay.egg-info/PKG-INFO
src/whatsplay.egg-info/SOURCES.txt
src/whatsplay.egg-info/dependency_links.txt
src/whatsplay.egg-info/requires.txt
src/whatsplay.egg-info/top_level.txt
src/whatsplay/auth/__init__.py
src/whatsplay/auth/auth.py
src/whatsplay/auth/local_profile_auth.py
src/whatsplay/auth/no_auth.py
src/whatsplay/constants/locator.py
src/whatsplay/constants/states.py
src/whatsplay/events/__init__.py
src/whatsplay/events/event_handler.py
src/whatsplay/events/event_types.py
src/whatsplay/filters/__init__.py
src/whatsplay/filters/filters.py
src/whatsplay/filters/message_filter.py
src/whatsplay/object/message.py
tests/test_chat_manager.py
tests/test_state_manager.py