linkpred

View on PyPIReverse Dependencies (0)

0.6 linkpred-0.6-py3-none-any.whl

Wheel Details

Project: linkpred
Version: 0.6
Filename: linkpred-0.6-py3-none-any.whl
Download: [link]
Size: 28725
MD5: 80789631caa770f8db07a6c9ff5aa5b1
SHA256: 12744bde8d0b55ac31f5c69b054eccf0f67f00206313cb275bbb5b978c2005d4
Uploaded: 2024-11-29 11:56:40 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: linkpred
Version: 0.6
Summary: linkpred, a Python package for link prediction
Author-Email: Raf Guns <raf.guns[at]uantwerpen.be>
Project-Url: Home, https://github.com/rafguns/linkpred/
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
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
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: matplotlib (>=3.5)
Requires-Dist: networkx (>=3.0)
Requires-Dist: numpy (>=1.23)
Requires-Dist: pyyaml (>=3.0)
Requires-Dist: scipy (>=1.10)
Requires-Dist: smokesignal (>=0.7)
Requires-Dist: pytest (>=7.1); extra == "all"
Requires-Dist: pytest-cov; extra == "all"
Requires-Dist: tox (>=4.4); extra == "all"
Requires-Dist: python-louvain; extra == "all"
Requires-Dist: python-louvain; extra == "community"
Requires-Dist: pytest (>=7.1); extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: tox (>=4.4); extra == "dev"
Provides-Extra: all
Provides-Extra: community
Provides-Extra: dev
Description-Content-Type: text/x-rst
[Description omitted; length: 3985 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.10.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
linkpred/__init__.py sha256=KzCLByWIGI6fSZHnkwJorr_z7qtb8nxKLGAhPpUd5H4 98
linkpred/cli.py sha256=pdD_0wPJkByj6q4wvPofRajz8rgK9D_l3paaPHYyeOU 4580
linkpred/exceptions.py sha256=59oAr6zDdVsGvU6w-o_ZwTvgGNQwNxx5OezigE6fSUU 100
linkpred/linkpred.py sha256=81SogPLQt1hlGJ5xJGAkenMM-K7KQMaiKN-71-pH_fA 9072
linkpred/preprocess.py sha256=GIBkncf8RNnLQAOkYGM6Yy0sIDzWIXxvM4PvirZnRQM 2330
linkpred/util.py sha256=p5r-9aeocH56mn80XV_TSll9aayFWhrK2K5kyAA0YR4 1985
linkpred/evaluation/__init__.py sha256=9pIOAFv69OzKrpkvttXX70WKA7ntQdUCHpEddzcvKT0 100
linkpred/evaluation/listeners.py sha256=vFxDAj101UVls4lOS5nncIIFpH6wTFKcABUlbW1QtK0 6878
linkpred/evaluation/scoresheet.py sha256=giSTXQjViNK20ChSw_MJeDve7bklZ7LVstds1Ph2cHQ 6632
linkpred/evaluation/static.py sha256=NVYx1aTyz3m20f-9o4MEWw9fch4JBJk69DAiAcfQjdE 7782
linkpred/network/__init__.py sha256=vvwBeOTz15k13LLXZTEipp44ohSRD7Xd0hAX99vfWLs 51
linkpred/network/addremove.py sha256=Dbgg_9HQaJ7dmEoTnI7riVkM1jggIGGgSuoBClNByFI 2118
linkpred/network/algorithms.py sha256=ZFbrTjXc3ituNVBlLw8NKm9tzDMLcTeaRtQgUOW0ll0 3048
linkpred/predictors/__init__.py sha256=7kxpyMy3s5blCd5yx-jDjbRt_lIcTFHITqqh9jdnEWY 112
linkpred/predictors/base.py sha256=cqUdBr4hy4fBGAfUyAgFBYwNheRvG7C6gMJq6ohRo4I 4411
linkpred/predictors/eigenvector.py sha256=ieWghus_IH-euETWd13Yf6EsGc4imOSnlenAl9ktO0A 3595
linkpred/predictors/misc.py sha256=FC5dgUbf6ojTE1gujvz68A3TUI3VqMNFBnHHAsgRCyQ 2762
linkpred/predictors/neighbour.py sha256=2t2UjNgjZYmI_TNwqOpV06qPs_Ssu7ZPB2COCcEGOQU 10163
linkpred/predictors/path.py sha256=ly0jsNxv1onJHLbGkrVitouYgRWAlBGsVQlfGCgg0Ic 4124
linkpred/predictors/util.py sha256=txYhvFVeksyxvqzOOm38xJMVO8JSySeJaCye8QgSnuM 1803
linkpred-0.6.dist-info/entry_points.txt sha256=wDrDzAUOqwVZLXqz1Pp0bRUbBWfgQ3YPHnXhVC3lBmI 46
linkpred-0.6.dist-info/WHEEL sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI 82
linkpred-0.6.dist-info/METADATA sha256=n1Jpx_UdBj7nPEQAIyIwNDXooap-XbDN6s0F8kirNxw 5456
linkpred-0.6.dist-info/RECORD

entry_points.txt

linkpred = linkpred.cli:main