LICENSE
MANIFEST.in
README.md
pyproject.toml
Client/__init__.py
Client/api.py
Client/config.py
Client/main.py
Client/sync.py
Server/__init__.py
Server/auth.py
Server/database.py
Server/editor_ws.py
Server/main.py
Server/models.py
Server/routes.py
Website/__init__.py
Website/main.py
Website/static/box5.css
Website/templates/editor.html
Website/templates/history.html
Website/templates/index.html
Website/templates/login.html
Website/templates/view.html
box5.egg-info/PKG-INFO
box5.egg-info/SOURCES.txt
box5.egg-info/dependency_links.txt
box5.egg-info/requires.txt
box5.egg-info/top_level.txt
tests/test_client.py
tests/test_e2e.py
tests/test_server.py
tests/test_server_api.py
tests/test_sync.py
tests/test_website.py