.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
docs/.nojekyll
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.html
docs/index.rst
docs/license.rst
docs/modules.rst
docs/readme.rst
examples/big_dashboard_example1.py
examples/dashboard_example.py
examples/dashboard_with_module.py
examples/example.py
examples/test_distribution.py
examples/test_plot.py
examples/test_plot_multiline.py
examples/test_plot_multiline_with_args.py
examples/test_scatter.py
examples/trying_stupid_things.py
src/graphpkg/__init__.py
src/graphpkg.egg-info/PKG-INFO
src/graphpkg.egg-info/SOURCES.txt
src/graphpkg.egg-info/dependency_links.txt
src/graphpkg.egg-info/not-zip-safe
src/graphpkg.egg-info/requires.txt
src/graphpkg.egg-info/top_level.txt
src/graphpkg/live/__init__.py
src/graphpkg/live/dashboard.py
src/graphpkg/live/graph.py
tests/conftest.py
tests/test_dashboard.py
tests/test_graph.py