.bumpversion.cfg
.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/release.yml
.github/workflows/test_code.yml
docs/CHANGELOG.md
docs/Makefile
docs/README.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/markdown.md
docs/rst.rst
docs/_static/css/custom.css
src/kweb/Makefile
src/kweb/__init__.py
src/kweb/main.py
src/kweb/server.py
src/kweb/server_jupyter.py
src/kweb.egg-info/PKG-INFO
src/kweb.egg-info/SOURCES.txt
src/kweb.egg-info/dependency_links.txt
src/kweb.egg-info/requires.txt
src/kweb.egg-info/top_level.txt
src/kweb/gds_files/wg.gds
src/kweb/static/client.css
src/kweb/static/client.js
src/kweb/templates/client.html
tests/test_sample.py