graphpack

View on PyPIReverse Dependencies (0)

0.1.2 graphpack-0.1.2-py3-none-any.whl

Wheel Details

Project: graphpack
Version: 0.1.2
Filename: graphpack-0.1.2-py3-none-any.whl
Download: [link]
Size: 45014
MD5: 3268f9ff974ee64c1251811a74462dd8
SHA256: a87ff970546a889fe3435f66e012508a1ee77e0279491afd80a8357de867d4b0
Uploaded: 2024-07-26 14:40:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: graphpack
Version: 0.1.2
Summary: A Python tool to perform graph compression and visualization
Author: Bottazzi Daniele
Author-Email: daniele.bottazzi[at]mail.polimi.it
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: matplotlib (~=3.6.3)
Requires-Dist: networkx (~=2.8.8)
Requires-Dist: numpy (~=1.26.2)
Requires-Dist: pandas (~=2.2.1)
Requires-Dist: gseapy (~=1.1.0)
Requires-Dist: gensim (~=4.3.2)
Requires-Dist: scikit-learn (~=1.4.1.post1)
Requires-Dist: msgpack (~=1.0.7)
Requires-Dist: cvxpy (~=1.5.1)
Requires-Dist: tqdm (~=4.66.1)
Requires-Dist: community (~=1.0.0b1)
Requires-Dist: python-louvain (~=0.16)
Requires-Dist: node2vec (~=0.4.6)
Requires-Dist: requests (~=2.31.0)
Requires-Dist: pyvis (~=0.3.1)
Requires-Dist: dash (~=2.17.1)
Requires-Dist: dash-cytoscape (~=1.0.1)
Requires-Dist: plotly (~=5.22.0)
Requires-Dist: seaborn (~=0.12.2)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1923 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (71.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
graphpack/__init__.py sha256=ygd0KgD_hgsO0tOQ0aPYs0d0EzEjx0HzbMMTMQE1nyA 54
graphpack/compression.py sha256=9zTfe6m2J9rUWsfMg1B9wCMzUKh7AZ9IvkkThczklqw 54562
graphpack/utils.py sha256=pZMSJLSUGWlJuRAn4FbnmmbN4O7EvP-udwjFsMoIm3Y 45357
graphpack/config/additional_js sha256=okq28vLUM0Rfw44jBcMdSqFPxTisTOLzzCuVolgq0Cs 6757
graphpack/config/additional_js_old sha256=M1vabziF5ziE0YywU3TECPwr4pMTj2k9DrPS1-GLHhE 7958
graphpack/config/const_options sha256=nbJ_SRSEJ8VXMdJ3PW1ILj5ssPej_cRF96NhMY9V_MI 787
graphpack/config/physics_options_big sha256=QK1yH3ZEXuWGHmQIKtvD2EXB4l_Jhmi0doK8BuNrvA8 709
graphpack/config/physics_options_small sha256=W-505UnaBNsY0o7RWKHsFIDEN1JTO-b-IDf_oRhsJAQ 240
graphpack/config/style_options sha256=YiYtY4bBTkmNIgS9C17LrwQbCFiyOlmJt9-9zOOYPBU 5009
graphpack/demo/demo.py sha256=RUIxi8suu1G7ObwLStJSerjYHfkORjIgOxlB4TWApJ0 28897
graphpack/demo/sankey.py sha256=flL31Oy97MiCXaABZgA0OS8CnIKMIYz525m-9QCLfvk 21229
graphpack-0.1.2.dist-info/LICENSE sha256=WBLwW4LPnXt3jrI2Zduxivo7_MwSWsT58feH6l6WPzQ 1089
graphpack-0.1.2.dist-info/METADATA sha256=v3RYzO15b4DNTkoV7_yozwzZlVq_mE_ckMqfmjf7Vug 2975
graphpack-0.1.2.dist-info/WHEEL sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk 91
graphpack-0.1.2.dist-info/entry_points.txt sha256=o5bnKJNNZvQc_L1XEB_6e_LAx6jXDuzKud9UE3JRt3o 131
graphpack-0.1.2.dist-info/top_level.txt sha256=CDFtF3W0VWhX7QpP5hobVGg5vvmnM1RgUjFJOGLhSgE 10
graphpack-0.1.2.dist-info/RECORD

top_level.txt

graphpack

entry_points.txt

gp-demo = graphpack.demo.demo:main
gp-sankey = graphpack.demo.sankey:main
graphpack = graphpack.compression:main