.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/pypi-upload.yaml
VChat.egg-info/PKG-INFO
VChat.egg-info/SOURCES.txt
VChat.egg-info/dependency_links.txt
VChat.egg-info/requires.txt
VChat.egg-info/top_level.txt
docs/model.md
docs/send.md
vchat/.gitignore
vchat/__init__.py
vchat/_version.py
vchat/config.py
vchat/errors.py
vchat/utils.py
vchat/core/__init__.py
vchat/core/contact.py
vchat/core/core.py
vchat/core/hotreload.py
vchat/core/interface.py
vchat/core/login.py
vchat/core/messages.py
vchat/core/register.py
vchat/core/utils.py
vchat/model/__init__.py
vchat/model/contact.py
vchat/model/content.py
vchat/model/message.py
vchat/net/__init__.py
vchat/net/chatroom.py
vchat/net/download.py
vchat/net/friend.py
vchat/net/interface.py
vchat/net/login.py
vchat/net/net_helper.py
vchat/net/send.py
vchat/net/update.py
vchat/storage/__init__.py
vchat/storage/login_info.py