Python package to create interactive network based on d3js.
Project description
D3graph: Interactive force-directed networks
d3graph is a python package that simplifies the task of creating interactive and stand-alone networks in d3 javascript using python.
For this package, I was inspired by d3 JavaScript, but there was no Python package that could create such interactive networks. Here it is: a library that automatically creates D3 JavaScript and HTML code based on an input adjacency matrix in Python! This library does not require any additional installation, downloads, or setting paths to your system's environments. You just need Python and this library. All other is taken care of. Huray! Navigate to API documentations for more detailed information. ⭐️ Star it if you like it ⭐️
Key Pipelines
| Feature | Description |
|---|---|
| Graph | Create the network Graph. |
| set_node_properties | Set the node properties for the network graph |
| set_edge_properties | Set the edge properties for the network graph |
Resources and Links
- Blog Posts: Medium
- Documentation: Website
- Bug Reports and Feature Requests: GitHub Issues
Installation
Install d3graph from PyPI
pip install d3graph
Install d3graph from GitHub source
pip install git+https://github.com/erdogant/d3graph
Load library
# Import library
from d3graph import d3graph
Examples
Contributors
Setting up and maintaining D3graph has been possible thanks to users and contributors. Thanks to:
Maintainer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file d3graph-2.6.1.tar.gz.
File metadata
- Download URL: d3graph-2.6.1.tar.gz
- Upload date:
- Size: 109.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48e4874f499127f735c04e72a34bbb590fdd7c00aa542fcfe913fe0f07396d54
|
|
| MD5 |
707ccd75eed1a7fcd7968a6d7e8a5d81
|
|
| BLAKE2b-256 |
996e1750c38ec6cff6300f15855b8d5b601049eb79de7be75e1adf74a328c6d4
|
File details
Details for the file d3graph-2.6.1-py3-none-any.whl.
File metadata
- Download URL: d3graph-2.6.1-py3-none-any.whl
- Upload date:
- Size: 109.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef3c1b96d3f4d580541d59732080b2e933c0be8f4eea070e1fa266f6f9941e32
|
|
| MD5 |
0cf1c5b2bbb90a81aad7b28ca965afcd
|
|
| BLAKE2b-256 |
765a57c8fe1fc182a30d8f50d7b0aec6ca3c6a61d793e8224b510006d50d1ec8
|