Metadata-Version: 2.1
Name: node2vec
Version: 0.5.0
Summary: Implementation of the node2vec algorithm
Home-page: https://github.com/eliorc/node2vec
License: MIT
Author: elior
Author-email: elior.cohen.p@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: gensim (>=4.3.0,<5.0.0)
Requires-Dist: joblib (>=1.4.0,<2.0.0)
Requires-Dist: networkx (>=3.1.0,<4.0.0)
Requires-Dist: numpy (>=1.24.0,<2.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Project-URL: Repository, https://github.com/eliorc/node2vec
