Metadata-Version: 2.4
Name: dress-graph
Version: 0.1.0
Summary: DRESS: Diffusive Recursive Structural Similarity on Graphs
Author: Eduar Castrillo Velilla
License: MIT
Project-URL: Homepage, https://github.com/velicast/dress-graph
Project-URL: Documentation, https://velicast.github.io/dress-graph/
Project-URL: Repository, https://github.com/velicast/dress-graph
Keywords: graph,similarity,community-detection,isomorphism,link-prediction,network-analysis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: native
Requires-Dist: pybind11>=2.6; extra == "native"
Requires-Dist: numpy; extra == "native"
Provides-Extra: networkx
Requires-Dist: networkx; extra == "networkx"
