stgraph

View on PyPIReverse Dependencies (0)

1.1.0 stgraph-1.1.0-py3-none-any.whl
1.0.0 stgraph-1.0.0-py3-none-any.whl

Wheel Details

Project: stgraph
Version: 1.0.0
Filename: stgraph-1.0.0-py3-none-any.whl
Download: [link]
Size: 3611659
MD5: fbeb9c061e0b37390d1d29fd419cf8ce
SHA256: 931a7c78d852fa47852eef8f2ba256c7eeabbdda7b56419a107e76cd544bc487
Uploaded: 2023-11-18 16:11:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: stgraph
Version: 1.0.0
Summary: 🌟 Vertex Centric approach for building GNN/TGNNs
Author-Email: Joel Mathew Cherian <joelmathewcherian[at]gmail.com>, Nithin Puthalath Manoj <nithinp.manoj[at]gmail.com>
Project-Url: Homepage, https://github.com/bfGraph/STGraph
License: MIT License Copyright (c) 2023 STGraph Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: GNN,TGNN,GPU Programming
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Requires-Dist: Jinja2 (>=2)
Requires-Dist: pynvrtc (>=9.2)
Requires-Dist: pydot
Requires-Dist: networkx (>=3.1)
Requires-Dist: sympy (>=1.11.1)
Requires-Dist: cuda-python (>=12.1.0)
Requires-Dist: numpy (>=1.23.4)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: prettytable (>=3.7.0)
Requires-Dist: pybind11 (>=2.10.4)
Requires-Dist: rich (>=13.3.5)
Requires-Dist: snoop (>=0.4.2)
Requires-Dist: termcolor (>=2.3.0)
Requires-Dist: black; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: tqdm (>=4.64.1); extra == "dev"
Requires-Dist: build (>=0.10.0); extra == "dev"
Requires-Dist: gdown (>=4.6.6); extra == "dev"
Requires-Dist: pynvml (>=11.5.0); extra == "dev"
Requires-Dist: sphinx-rtd-theme (>=1.2.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 10120 characters]

WHEEL

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

RECORD

Path Digest Size
benchmarking/dataset/cora/prepare.py sha256=x-GQDop6Y0LgwHmVyC4oy33C28Ty7nB4X7P2XnALwXM 730
benchmarking/dataset/dataset_builder/__init__.py sha256=vkXFDN3l9OTb8wVr3-CW5cE7cCM0WSzcTP_6zWwJyPU 110
benchmarking/dataset/dataset_builder/dataset_builder.py sha256=QcCpBMLDNv3tX7vKzN9qPd4xvMezkTCh8al3den4wBI 5080
benchmarking/dataset/dataset_builder/dataset_builder_modified.py sha256=eLMXEasjdjoRtHIeMw6hYY6_lo4K7J0XpnJH6rCf7LI 5799
benchmarking/dataset/dataset_builder/dataset_builder_np.py sha256=kWKRQHebXqvVu_S5cGPFJkf6Dri661qdv77epei8-W4 5090
benchmarking/dataset/dataset_builder/dataset_builder_static.py sha256=XnrQwBttNY5PER3iXxAMrnGddTVp9SjyNdEoYvHLZJc 2968
benchmarking/dataset/preprocessing/preprocess_temporal_data.py sha256=ah1YVQlhk1TiLVDKkcpZZDpta3zgAwqW4m4wKfKdgjA 4801
benchmarking/dynamic-temporal-tgcn/pygt/model.py sha256=6hB_A2e7RUh4y2NS9v7sWlNVriFhUpxxJGhNqOJnmdM 754
benchmarking/dynamic-temporal-tgcn/pygt/train.py sha256=-VZ8zGgGEooEcs3uiti3XWzwi8gUf19_cckIXY9j-7E 7701
benchmarking/dynamic-temporal-tgcn/pygt/utils.py sha256=9QkZlCEAvzRm4f-pr5ia4ma29WxhlkkxrhUgPkWVkdU 355
benchmarking/dynamic-temporal-tgcn/seastar/model.py sha256=zxdoZxHcLscyeD5o9dig4Q0qcErEt_VKZi6MLQORvSU 779
benchmarking/dynamic-temporal-tgcn/seastar/train.py sha256=ngS1L7LeMisDCElBpqaa9dau0aAzDDIFI0isSS6U9Qk 9997
benchmarking/dynamic-temporal-tgcn/seastar/utils.py sha256=9QkZlCEAvzRm4f-pr5ia4ma29WxhlkkxrhUgPkWVkdU 355
benchmarking/gat/seastar/model.py sha256=5Wc6M9ZzRTmJkh9uluaqwzF2oCUMr9CXqtFT3blOLIg 1573
benchmarking/gat/seastar/train.py sha256=5ts0d_iZHd0LDOxiMWdWGdYZyynFrDKDpjXDZbgrnHk 6520
benchmarking/gat/seastar/utils.py sha256=pzQQq1oERd5vOwOFCEsh1SothTDnBt2OGOKYtTyflEs 1114
benchmarking/gcn/seastar/model.py sha256=ECfrPD9Ee3f5IeXL2V4N5wb5nxJ4Hy71dYkTE2PMoo0 850
benchmarking/gcn/seastar/train.py sha256=lry8UlCelYdeQBKqSh7WmWocXVXVHcdpFgR3hOrUqQ8 4816
benchmarking/gcn/seastar/utils.py sha256=bewc3_j5HiGD6UZ4HTJeD0uEWxHV8i3PQzR63hAlj1I 567
benchmarking/results/result_generator_static.py sha256=DyuGQfLbql_zY39dfvVn8K_CGovT-dHQgl6i7Vmo474 6350
benchmarking/static-temporal-tgcn/pygt/model.py sha256=EP5U-54sNTw82sjQFfXjPR_nx4VyK45N-fb3DZAr7yM 686
benchmarking/static-temporal-tgcn/pygt/train.py sha256=-7t4TxrDK8U2F_KvGQmLbp6DV2k4ne9-vFVqAxn-WrE 7117
benchmarking/static-temporal-tgcn/pygt/utils.py sha256=9QkZlCEAvzRm4f-pr5ia4ma29WxhlkkxrhUgPkWVkdU 355
benchmarking/static-temporal-tgcn/seastar/model.py sha256=Wrf2qu5bB02VICKv6sWQN5j9Tx3SAN06IXPtnmNUo7A 707
benchmarking/static-temporal-tgcn/seastar/train.py sha256=L65h0YiQLBvarV4HeF5XDhcMnZio6SKhQOM_gmzzx4I 7911
benchmarking/static-temporal-tgcn/seastar/utils.py sha256=9QkZlCEAvzRm4f-pr5ia4ma29WxhlkkxrhUgPkWVkdU 355
docs/conf.py sha256=dEDJR2lhzMi_frPYn553D_exDEIuPYH4oIInj8-zWF0 1507
stgraph/__init__.py sha256=BiRbOuej5cl1XUIx6yZWzeybpqu9qprenpBRJzcCnJI 20
stgraph/benchmark_tools/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/benchmark_tools/table.py sha256=ipzFXShkqaoImtdERGAfI51sI35x8DdekghlsYxnvzI 831
stgraph/compiler/__init__.py sha256=qSTF42n1kjEqif_ASTg7Mg8_cDXpZmfoich4SqLylJQ 69
stgraph/compiler/autodiff.py sha256=L4TAcwpu5kQ22Jhaq2GiXKVrVDGnP57-gQ2FGD90T-w 5928
stgraph/compiler/execution_unit.py sha256=q-1znJDcpQzWv0MGAjfJWhO54GmI5jr2k7l0Eh3kRnA 16390
stgraph/compiler/executor.py sha256=C4X8VSoXUVbi7VWzX_Ab7QOlvG716XSuYwGzSbNbvQw 15542
stgraph/compiler/node.py sha256=Ci_E0aIvKf8kv9zSmbrg9w-RjPlxmtfWEbYwqGC9uGA 1679
stgraph/compiler/program.py sha256=aZhqm6Gu33N6Lf7XhIcF64QfkCLxz2-OBmi94xYYeQU 17509
stgraph/compiler/registry.py sha256=HCopr-Gu_fU0qz-Iwb-Flf2pEorc-egbyTVxR1iZyco 17352
stgraph/compiler/schema.py sha256=OvPtpkE7eWY3e7f0cOnq5GPkBsa3iNlwWM7_uWmn3BE 401
stgraph/compiler/stgraph.py sha256=zUwSQsF0IAz32iCC04CVBr3M7zg_uqKE-Dj_7hoMhxg 10784
stgraph/compiler/utils.py sha256=do4tePZ8M32cfi7802zfsd3MgyQChLgV6x8uGFIbf_0 2456
stgraph/compiler/backend/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/backend/callback.py sha256=iDOCINvC5mxZ0X238bb8i_tFlUvhtn2ifKuXiFH_0ZU 626
stgraph/compiler/backend/kernel_wrapper.py sha256=yxiQBFc1bXn2ixLJ_rUgubgbDKEvRWFPcB8PJb86QTg 619
stgraph/compiler/backend/mxnet/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/backend/pytorch/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/backend/pytorch/torch_callback.py sha256=w8o2nYSwsoJgNeIvolAQtjey-k5w4s6I_NguCQd1FIY 760
stgraph/compiler/backend/pytorch/torch_kernel_wrapper.py sha256=iFO_MbBke979C6doxAwXrRrSguPsOSU0M_rT3uTeZDs 201
stgraph/compiler/backend/tensorflow/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/code_gen/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/code_gen/code_gen.py sha256=5mzv6mzzJDFb6HNwMa1Gd6eXc1aDb1yG2NuGNgcKPpk 4834
stgraph/compiler/code_gen/compiler.py sha256=BUCrFS-agQeTAFAp7xA4ErJd0Hz7R7TadJH54beOUAQ 1367
stgraph/compiler/code_gen/cuda_check.py sha256=FQxLJSbxGJ57Iiqqxs8GaZKLrYZlPv8PEBv4CI_VjYI 3682
stgraph/compiler/code_gen/cuda_driver.py sha256=Ghrf7lxAwjIc4p-B2C2Y9WGUJsrR4GSLOtBPCdr9psc 1556
stgraph/compiler/code_gen/cuda_error.py sha256=3UoxmfAQ7g7MHPmFYTu0ES2amiMWVHwlQxvm5BvKGHU 493
stgraph/compiler/code_gen/device_info.py sha256=J3s7nL-gQ7UAL91HWcWcbXAfWPxKrMEv8EcQTfX_Lug 4046
stgraph/compiler/code_gen/kernel_context.py sha256=4BA2JeMkPLnzGTesvkMniGYaGqv5NdU8Nw3ADOaheNA 9189
stgraph/compiler/code_gen/templates/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/code_gen/templates/tpl_header.jinja sha256=lixR2T-IZ7nngAXtJgyXw4XDjJT9vqJ91rw-H-UXnv0 63
stgraph/compiler/code_gen/templates/fa/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/code_gen/templates/fa/tpl_fa_csr.jinja sha256=i1juPGq4GZfnSdcCk6seHOl7wm95k0EU45JL8IBeEYY 2033
stgraph/compiler/code_gen/templates/fa/tpl_fa_csr_unsorted.jinja sha256=gdXX3ngB51HV1UTXp-af6P4hV-S6fzTquXVmGOx7UGA 1961
stgraph/compiler/code_gen/templates/fa/tpl_fa_gpma.jinja sha256=SpBvJ9Pl_3Gnop0phQhsJJX-RY6B8s6FYCY8l8wJ8a8 2579
stgraph/compiler/code_gen/templates/fa/tpl_fa_gpma_unsorted.jinja sha256=Xp0AIEP4JMq3MJYf8mYxX8BbSRnrc6O5hB5JncJCeAU 2509
stgraph/compiler/code_gen/templates/fa/tpl_fa_pcsr.jinja sha256=SHJ9IqDsw5ezKQ1fxAjUgBZzDfWPons04PRFw8NeBAE 2158
stgraph/compiler/code_gen/templates/fa/tpl_fa_pcsr_unsorted.jinja sha256=fo3a6cdvuChfjRY2DgRWA5SaZmpBqUnG4ZNgGNNeVqc 2090
stgraph/compiler/code_gen/templates/v2/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/debugging/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/debugging/print_variables.py sha256=i3-F1nrGA-Avn-Qfrfj8jemBFENZ0Hx7oqvpWugeLTw 57
stgraph/compiler/debugging/stgraph_logger.py sha256=450PUtWZtZ6iSTtuxMH0EVsGhUPRbSD1qvwSh6nSizA 429
stgraph/compiler/op/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/op/op.py sha256=qOF6k6pb6lCmdTOcunC2rUfh1KPiWZwyqzbVVBsc1ts 3117
stgraph/compiler/op/op_factory.py sha256=H-Llr_omX42WupR4NLThtfQ8ihuomrfawxf0-Wg5L6c 530
stgraph/compiler/op/agg/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/op/agg/agg_op.py sha256=lDpfXdacnZ3gJisDT1cqJDBxvBvcpZ8c30ZBeOUDdH0 1305
stgraph/compiler/op/mxnet/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/op/pytorch/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/op/pytorch/torch_op.py sha256=eKSoNTEst7wCHAg_fUiWo1Kuic5QrP6Ri3prt3TmUGQ 478
stgraph/compiler/op/tensorflow/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/passes/__init__.py sha256=wGvQ3YqhZA_s8KFTaWga1MXMAUoWDJAE3weGgRnJAtw 224
stgraph/compiler/passes/cf.py sha256=dzx-LgaopGQFkRA2smdWBoBagGZNaYRADCBomTXetvI 1506
stgraph/compiler/passes/cse.py sha256=RA5uG1lATXTHvtV0S_YE6Lx0qb7jXeUlYXc936hrHlE 426
stgraph/compiler/passes/dce.py sha256=a7SES9razYWm4-shbCVO1KFxiZAV9Q09JnzApFHhpbg 332
stgraph/compiler/passes/dependency_analysis.py sha256=S-nPcxdCOkme9fwZ4eccVCu_Pv_mDZ_qgJF17WYeXD4 1243
stgraph/compiler/passes/fusion.py sha256=qdXOQ_LUg_L8OCtJazc88-ACUbxJit7Ovnej-JI6QoY 11961
stgraph/compiler/passes/mem_planning.py sha256=WSKghvVLgVjUcfoeCM6bNrJ3QZ8tJCVmcm8aXIlDb-k 1076
stgraph/compiler/passes/peephole.py sha256=rPqw-Awhj2YV4Sk-RiLi-l6mEoMyJx5y3Mlj8CadTmA 5413
stgraph/compiler/passes/visualize.py sha256=QGqB5yoEpSRbBUbhlIP7Ou6ABFr8byhO8si9SLhaQbQ 2886
stgraph/compiler/val/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/val/val.py sha256=cTYmGwrP3W_4vAUjKWVsCStDu40r8zNNND7fkgF_QhI 2445
stgraph/compiler/val/val_factory.py sha256=R_qhFpo7q7PAS3m_NjEC0EQobZ1i0P61svBCgiEjnkI 828
stgraph/compiler/val/mxnet/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/val/pytorch/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/compiler/val/pytorch/torch_val.py sha256=5QvBBZlXh0XDISQtU4tCo7gZtOZVZTXul9bnx6msB1k 6969
stgraph/compiler/val/tensorflow/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/dataset/CoraDataLoader.py sha256=YS44XL8SFk5e_wjmvrYUD0Ky916s53XfNQfCZB3zn8E 3998
stgraph/dataset/EnglandCovidDataLoader.py sha256=oJnjM6F1WN8KAOXE0lyXJ_01S5IBKjA1I3O6Z9TgE2k 5078
stgraph/dataset/HungaryCPDataLoader.py sha256=0qgX2A59CAvVKHoDpki2EU_60EJ_VSXbQTQ_PpscRjM 2501
stgraph/dataset/LinkPredDataLoader.py sha256=wjI7z1jicvFQ0DSlNAuEIBzC5JHW9F_3-rWMQbHeFCA 3348
stgraph/dataset/METRLADataLoader.py sha256=WV7gx2Cbv89jUTq9jBMvZ9bDS0T_E27tZRI9-3GZFYY 4399
stgraph/dataset/MontevideoBusDataLoader.py sha256=9bukYC6Duz5_Q3AD9IyanzIzafx3U7Oae3ioiZYClgw 3211
stgraph/dataset/PedalMeDataLoader.py sha256=oc-iLFOhvb9SkV1AHDtBKhMBO4fLAzVGqj8gnEHMvQE 3132
stgraph/dataset/WikiMathDataLoader.py sha256=cPPggxEUrFwNgwIS4uN2jB3E18eh_UEH5XJXiQOSaKo 3153
stgraph/dataset/WindmillOutputDataLoader.py sha256=1owKHB4DxBv2btBtnBATe2GMjVoq3YANy9aJgOkrjsA 2987
stgraph/dataset/__init__.py sha256=waEga_Dg68ehChw-8qhBipdV4GBk_JeTkQzvFU9sx5M 40
stgraph/graph/STGraphBase.py sha256=_hN5Cl-NncBrKbusNVEdIAotjwIHouMcrl5d_zIG4Ro 975
stgraph/graph/__init__.py sha256=oH0DDuP5XbKcPWBTNtl3p8UZCa3xxFAWtiCGfs04CsQ 43
stgraph/graph/dynamic/DynamicGraph.py sha256=SnYtr3OvunrKVby8VJLFH7KsfbvxEMjPfe2mLaxjmRg 4443
stgraph/graph/dynamic/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/graph/dynamic/gpma/GPMAGraph.py sha256=F7P6RQ01xNXGNn8FQledsni9YSzXUbk3OQGe1n928SI 3845
stgraph/graph/dynamic/gpma/__init__.py sha256=Mehf6HBvpryb-Tc4aKCmBOAJs9Je7tuvKz3uD0SROMo 60
stgraph/graph/dynamic/gpma/gpma.so sha256=PcsfhAILm_Ilz3oxDTNqhyCbFBjJTic0ORnkgOEONio 6487120
stgraph/graph/dynamic/naive/NaiveGraph.py sha256=4NJllo09gxWdoEnW7TEYLgWOTls4vFhi8XLV_ltPsCU 4145
stgraph/graph/dynamic/naive/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/graph/dynamic/pcsr/PCSRGraph.py sha256=pGhdE5lO8bXN_Nj3WP791JQxrN4_JDzYpKQ4ou1XR6o 4481
stgraph/graph/dynamic/pcsr/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/graph/dynamic/pcsr/pcsr.so sha256=p4ip3QAbmNLq9vyi_8p4CV36BsXFW3aJCzNl3e1AeK4 2288280
stgraph/graph/static/StaticGraph.py sha256=I60DnBa933Kk63CVCkINQ8GzfFZo7fPCSV-ifRpx4co 2951
stgraph/graph/static/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/graph/static/csr.so sha256=EEOqqLmbgutnKHX2EVzkV81yLezkNbOeZbpKGUtwE1o 2156632
stgraph/nn/__init__.py sha256=qe_eeNchVww1dR3bDfculKIgNLvTOP9cPBS9bRXDeTE 66
stgraph/nn/pytorch/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/nn/pytorch/gat_conv.py sha256=cp-48SsofKOPcxC4b07cM-o-OKYGWnZ-Gb4XqJO9DLU 2472
stgraph/nn/pytorch/graph_conv.py sha256=1tusHqnMOjCVE5G-BP8tjBwa0VF-iZJPYeFhDqMDbOE 1812
stgraph/nn/pytorch/temporal/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
stgraph/nn/pytorch/temporal/tgcn.py sha256=H8gxb9Nzyfzy1Q93iLuXCKQK6GnsE3V7VP1Fm5b2llY 2453
tests/graph/dynamic/test_DynamicGraphPCSR.py sha256=gdffvFLIeS0C113I4bqwCraou9fc8tCMD0gbm72i0f8 9546
stgraph-1.0.0.dist-info/LICENSE sha256=f2x--9KC5tt3aWbsrA3ZSOwKsKxWapkFmQ1jGxm7bSk 1085
stgraph-1.0.0.dist-info/METADATA sha256=LFdr2iIWuDOYs7Q2zHV45gg6x5sMKtzuyWF7tGMRrH8 12653
stgraph-1.0.0.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
stgraph-1.0.0.dist-info/top_level.txt sha256=Jo9Y6xdjlxPKTP6eJ3KIT-vDieR3hV5MFWZyLwiFfCQ 32
stgraph-1.0.0.dist-info/RECORD

top_level.txt

benchmarking
docs
stgraph
tests