.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
LICENSE
README.md
folder_structure.txt
mkdocs.yml
pyproject.toml
requirements-doc.txt
requirements.txt
docs/CONTRIBUTING.md
docs/LICENSE.md
docs/edges.md
docs/index.md
docs/network.md
docs/nodes.md
docs/pyvisjs_options.md
docs/standard_options.md
docs/examples/basic-example.md
docs/examples/filtering-example.md
docs/examples/fixed-red-node.md
docs/img/favicon-32x32.png
docs/img/favicon.ico
docs/stylesheets/extra.css
docs_overrides/dandelion.html
docs_overrides/filtering-example.html
docs_overrides/fixed-red-node.html
docs_overrides/index.html
examples/basic-example.py
examples/filtering-example.py
examples/fixed-red-node.py
examples/from_dir.py
examples/from_transactions.py
pyvisjs/__init__.py
pyvisjs/_version.py
pyvisjs/base_dictable.py
pyvisjs/edge.py
pyvisjs/network.py
pyvisjs/node.py
pyvisjs/options.py
pyvisjs/utils.py
pyvisjs.egg-info/PKG-INFO
pyvisjs.egg-info/SOURCES.txt
pyvisjs.egg-info/dependency_links.txt
pyvisjs.egg-info/requires.txt
pyvisjs.egg-info/top_level.txt
pyvisjs/templates/base-template.html
pyvisjs/templates/basic-template.html
pyvisjs/templates/container-template.html
pyvisjs/templates/create_network.js
pyvisjs/templates/data-table-bottom.html
pyvisjs/templates/data-table-left.html
pyvisjs/templates/data-table-right.html
pyvisjs/templates/draw_title.js
pyvisjs/templates/enable_startAnimation.js
pyvisjs/templates/functions.js
pyvisjs/templates/init_dataTables.js
pyvisjs/templates/init_sankey.js
pyvisjs/templates/init_tomSelect.js
pyvisjs/templates/select-edge-filter.html
tests/__init__.py
tests/test_base_dictable.py
tests/test_edge.py
tests/test_network.py
tests/test_node.py
tests/test_options.py
tests/test_utils.py