.flake8
.gitignore
.gitpod.Dockerfile
.gitpod.yml
LICENSE
MANIFEST.in
README.md
environment.yml
mypy.ini
pyproject.toml
pytest.ini
setup.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/noop.txt
.devcontainer/post_create.sh
.devcontainer/post_start.sh
.github/workflows/deploy_docs.yml
.github/workflows/lint_with_flake8.yml
.github/workflows/run_pytest.yml
.github/workflows/type_check_with_mypy.yml
.vscode/settings.json
dev/requirements.txt
dev/jupyterlab_settings/overrides.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/api/GeneAnnotation.rst
docs/api/GenomeViewer.rst
docs/api/SequenceAlignment.rst
docs/api/index.rst
docs/api/plot.rst
docs/api/region_notation.rst
docs/api/remote.rst
docs/api/type_alias.rst
docs/gallery/Exome.ipynb
docs/gallery/GAPDH.ipynb
docs/gallery/IGH.ipynb
docs/gallery/SKBR3.ipynb
docs/gallery/SNURF.ipynb
docs/gallery/index.rst
docs/gallery/logo.ipynb
docs/gallery/fonts/Montserrat-Light.ttf
docs/gallery/output/logo.svg
docs/tutorials/SKBR3.png
docs/tutorials/custom_layout.ipynb
docs/tutorials/genome_viewer.ipynb
docs/tutorials/index.rst
docs/tutorials/quick_start.ipynb
src/lakeview/__init__.py
src/lakeview/_layout.py
src/lakeview/_type_alias.py
src/lakeview/alignment.py
src/lakeview/annotation.py
src/lakeview/plot.py
src/lakeview/py.typed
src/lakeview/region_notation.py
src/lakeview/remote.py
src/lakeview/sequence.py
src/lakeview/widget.py
src/lakeview.egg-info/PKG-INFO
src/lakeview.egg-info/SOURCES.txt
src/lakeview.egg-info/dependency_links.txt
src/lakeview.egg-info/requires.txt
src/lakeview.egg-info/top_level.txt