chemgraphbuilder

View on PyPIReverse Dependencies (0)

0.1.0 chemgraphbuilder-0.1.0-py3-none-any.whl

Wheel Details

Project: chemgraphbuilder
Version: 0.1.0
Filename: chemgraphbuilder-0.1.0-py3-none-any.whl
Download: [link]
Size: 55646
MD5: 5d1a19a3dc7c7397e9f58ea37dec6c1b
SHA256: 547d37837e7de24dd8c95257b521754cb740822ae1366957daedc60bcc9c890e
Uploaded: 2024-08-06 14:24:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: chemgraphbuilder
Version: 0.1.0
Summary: A package to build chemical knowledge graphs using data from PubChem and Neo4j
Author: Asmaa Ali Abdelwahab
Author-Email: asmaa.a.abdelwahab[at]gmail.com
Home-Page: https://github.com/asmaa-a-abdelwahab/ChemGraphBuilder
Requires-Dist: beautifulsoup4
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: neo4j
Requires-Dist: requests
Requires-Dist: xmltodict
Requires-Dist: setuptools
Requires-Dist: dask
License-File: LICENSE
[No description]

WHEEL

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

RECORD

Path Digest Size
chemgraphbuilder/__init__.py sha256=ysZFESysD3LpJuJhTKjB26Fzk1HkZ88QKuAsCPr05LE 1056
chemgraphbuilder/add_graph_nodes.py sha256=HWZ09IqvCKV1hZ_Glc4JUWYgjZx9JckX5jsC8IOjZHY 9418
chemgraphbuilder/add_graph_relationships.py sha256=_25Gcdd7ksresxdjh4VoFltva6JBhwpPVwEVUB2w8B4 18951
chemgraphbuilder/graph_nodes_loader.py sha256=sHf4cpM3_7NBiGy-UNt7Y-hA10YcRxwbHBj1J-VFbIk 4951
chemgraphbuilder/graph_relationships_loader.py sha256=bM5YUxrQAzORASnWEytNRTPmQaBjVesE1Ygi9hmGdLw 8662
chemgraphbuilder/neo4jdriver.py sha256=qydPGlWIqv5Khk3B_USsCcUQpTPeVaT49Bq5se44cI4 2251
chemgraphbuilder/node_collector_processor.py sha256=ubQIskbPp809Zo4hZKEU5RULALhAy97apBmzPixoxiI 4159
chemgraphbuilder/node_data_processor.py sha256=N2weBsUIyhrjgfenfzHvee9zt5rx6HC_ZkR2euYr3s0 5126
chemgraphbuilder/node_properties_extractor.py sha256=Nsc7vz9GTggnZAF-VJMt7m9kUqjjONuftQzDCcycbOo 40064
chemgraphbuilder/relationship_collector_processor.py sha256=NPMgWUHICj4Y05GazvQQF9GLyT-sw-ZZSP8iSSA0PyU 5178
chemgraphbuilder/relationship_data_processor.py sha256=6lqMIoMu73V8Z1TiovsbsB7bkBumdVxQZovi6IUA1Sg 20057
chemgraphbuilder/relationship_properties_extractor.py sha256=ordJqfeRDCs9UC74mlh2H9hHo3XFmioz1Av3XZYrEvY 39333
chemgraphbuilder/setup_data_folder.py sha256=V8oM-ta2xwHiKj6QLTEdHNgThMWkTdEUDWfiFZhpTgc 2747
chemgraphbuilder-0.1.0.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
chemgraphbuilder-0.1.0.dist-info/METADATA sha256=DkBAr3FQMkoxPLvXKcmgssUhVpQ4zprD9bidRn3LWgs 524
chemgraphbuilder-0.1.0.dist-info/WHEEL sha256=rWxmBtp7hEUqVLOnTaDOPpR-cZpCDkzhhcBce-Zyd5k 91
chemgraphbuilder-0.1.0.dist-info/entry_points.txt sha256=6xPlI86Z_KIuDyRxZevnBHq2KzF7_k84qNFDc_AKhTw 372
chemgraphbuilder-0.1.0.dist-info/top_level.txt sha256=qqC4slTUSYOTkm4-Sznw-TadZkaz4rMhRoirkVW-YHs 17
chemgraphbuilder-0.1.0.dist-info/RECORD

top_level.txt

chemgraphbuilder

entry_points.txt

collect-process-nodes = chemgraphbuilder.node_collector_processor:main
collect-process-relationships = chemgraphbuilder.relationship_collector_processor:main
load-graph-nodes = chemgraphbuilder.graph_nodes_loader:main
load-graph-relationships = chemgraphbuilder.graph_relationships_loader:main
setup-data-folder = chemgraphbuilder.setup_data_folder:main