.gitignore
.pre-commit-config.yaml
ChangeLog.md
LICENSE
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
screenshot.png
setup.py
tox.ini
./requirements-dev.txt
./requirements.txt
aprsd_webchat_extension/__init__.py
aprsd_webchat_extension/extension.py
aprsd_webchat_extension/utils.py
aprsd_webchat_extension.egg-info/PKG-INFO
aprsd_webchat_extension.egg-info/SOURCES.txt
aprsd_webchat_extension.egg-info/dependency_links.txt
aprsd_webchat_extension.egg-info/entry_points.txt
aprsd_webchat_extension.egg-info/requires.txt
aprsd_webchat_extension.egg-info/top_level.txt
aprsd_webchat_extension/cmds/__init__.py
aprsd_webchat_extension/cmds/webchat.py
aprsd_webchat_extension/conf/__init__.py
aprsd_webchat_extension/conf/main.py
aprsd_webchat_extension/conf/opts.py
aprsd_webchat_extension/web/.DS_Store
aprsd_webchat_extension/web/__init__.py
aprsd_webchat_extension/web/chat/.DS_Store
aprsd_webchat_extension/web/chat/static/.DS_Store
aprsd_webchat_extension/web/chat/static/css/.DS_Store
aprsd_webchat_extension/web/chat/static/css/chat.css
aprsd_webchat_extension/web/chat/static/css/index.css
aprsd_webchat_extension/web/chat/static/css/style.css.map
aprsd_webchat_extension/web/chat/static/css/tabs.css
aprsd_webchat_extension/web/chat/static/css/upstream/.DS_Store
aprsd_webchat_extension/web/chat/static/css/upstream/bootstrap.min.css
aprsd_webchat_extension/web/chat/static/css/upstream/font.woff2
aprsd_webchat_extension/web/chat/static/css/upstream/google-fonts.css
aprsd_webchat_extension/web/chat/static/css/upstream/jquery-ui.css
aprsd_webchat_extension/web/chat/static/css/upstream/jquery.toast.css
aprsd_webchat_extension/web/chat/static/css/upstream/themes/default/assets/fonts/LatoLatin-Bold.woff
aprsd_webchat_extension/web/chat/static/css/upstream/themes/default/assets/fonts/LatoLatin-Bold.woff2
aprsd_webchat_extension/web/chat/static/css/upstream/themes/default/assets/fonts/LatoLatin-Regular.woff
aprsd_webchat_extension/web/chat/static/css/upstream/themes/default/assets/fonts/LatoLatin-Regular.woff2
aprsd_webchat_extension/web/chat/static/css/upstream/themes/default/assets/fonts/icons.woff
aprsd_webchat_extension/web/chat/static/css/upstream/themes/default/assets/fonts/icons.woff2
aprsd_webchat_extension/web/chat/static/css/upstream/themes/default/assets/fonts/outline-icons.woff
aprsd_webchat_extension/web/chat/static/css/upstream/themes/default/assets/fonts/outline-icons.woff2
aprsd_webchat_extension/web/chat/static/images/Untitled.png
aprsd_webchat_extension/web/chat/static/images/aprs-symbols-16-0.png
aprsd_webchat_extension/web/chat/static/images/aprs-symbols-16-1.png
aprsd_webchat_extension/web/chat/static/images/aprs-symbols-64-0.png
aprsd_webchat_extension/web/chat/static/images/aprs-symbols-64-1.png
aprsd_webchat_extension/web/chat/static/images/aprs-symbols-64-2.png
aprsd_webchat_extension/web/chat/static/images/globe.svg
aprsd_webchat_extension/web/chat/static/js/gps.js
aprsd_webchat_extension/web/chat/static/js/main.js
aprsd_webchat_extension/web/chat/static/js/send-message.js
aprsd_webchat_extension/web/chat/static/js/tabs.js
aprsd_webchat_extension/web/chat/static/js/upstream/bootstrap.bundle.min.js
aprsd_webchat_extension/web/chat/static/js/upstream/jquery-3.7.1.min.js
aprsd_webchat_extension/web/chat/static/js/upstream/jquery-ui.min.js
aprsd_webchat_extension/web/chat/static/js/upstream/jquery.toast.js
aprsd_webchat_extension/web/chat/static/js/upstream/semantic.min.js
aprsd_webchat_extension/web/chat/static/js/upstream/socket.io.min.js
aprsd_webchat_extension/web/chat/templates/index.html
docs/Makefile
docs/authors.rst
docs/clean_docs.py
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
tests/__init__.py
tests/fake.py
tests/test_aprsd_webchat_extension.py