Metadata-Version: 2.4
Name: node_vector_distance
Version: 0.0.20
Summary: A package to calculate node attribute distances and statistics over a complex network.
Project-URL: Homepage, https://github.com/mikk-c/node_vector_distance
Project-URL: Issues, https://github.com/mikk-c/node_vector_distance/issues
Author-email: Michele Coscia <mcos@itu.dk>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: torch
Requires-Dist: torch-geometric
Description-Content-Type: text/markdown

# Node Vector Distance

 NVD is a Python package to calculate node attribute distances and statistics over a complex network.

- Source: https://github.com/mikk-c/node_vector_distance/
- Bug Reports / Feature Suggestions: https://github.com/mikk-c/node_vector_distance/issues
## Install
```
$ pip install node-vector-distance
```
## License

Released under the MIT License.