pyvisjs-dev/
├── pyvisjs/
│   ├── templates/
│   │   └── basic.html
│   ├── __init__.py
│   ├── _version.py
│   ├── base_dictable.py
│   ├── edge.py
│   ├── network.py
│   ├── node.py
│   ├── options.py
│   └── utils.py
├── tests/
│   ├── __init__.py
│   ├── test_base_dictable.py
│   ├── test_edge.py
│   ├── test_network.py
│   ├── test_node.py
│   ├── test_options.py
│   └── test_utils.py
├── examples/
│   ├── readme_usage.py
│   └── main.py
├── .gitignore
├── .gitlab-ci.yml
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── requirements.txt
├── folder_structure.txt
└── pyproject.toml