MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
resources/__init__.py
resources/svl.lark
svl/__init__.py
svl/_version.py
svl/cli.py
svl.egg-info/PKG-INFO
svl.egg-info/SOURCES.txt
svl.egg-info/dependency_links.txt
svl.egg-info/entry_points.txt
svl.egg-info/requires.txt
svl.egg-info/top_level.txt
svl/compiler/__init__.py
svl/compiler/ast.py
svl/compiler/compiler.py
svl/compiler/errors.py
svl/compiler/layout.py
svl/compiler/plot_validators.py
svl/data_sources/__init__.py
svl/data_sources/sqlite.py
svl/plotly/__init__.py
svl/plotly/plotly.py
svl/plotly/js/__init__.py
svl/plotly/js/plotly-latest.min.js
svl/plotly/templates/__init__.py
svl/plotly/templates/index.jinja
test/test_ast.py
test/test_cli.py
test/test_compiler.py
test/test_errors.py
test/test_layout.py
test/test_plot_validators.py
test/test_plotly.py
test/test_sqlite.py