Metadata-Version: 2.3
Name: lynxkite-graph-analytics
Version: 0.2.0
Summary: The graph analytics executor and boxes for LynxKite
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Requires-Dist: fsspec>=2025.3.2
Requires-Dist: grand-cypher>=0.13.0
Requires-Dist: lynxkite-core
Requires-Dist: matplotlib>=3.10.1
Requires-Dist: networkx[default]>=3.4.2
Requires-Dist: numba>=0.61.2
Requires-Dist: numpy>=2.2.6
Requires-Dist: osmnx>=2.0.2
Requires-Dist: pandas>=2.2.3
Requires-Dist: polars>=1.25.2
Requires-Dist: pyarrow>=19.0.1
Requires-Dist: pydantic>=2.11.7
Requires-Dist: torch>=2.7.0
Requires-Dist: torch-geometric>=2.6.1
Requires-Dist: torchdiffeq>=0.2.5
Requires-Dist: tqdm>=4.67.1
Requires-Dist: umap-learn>=0.5.9.post2
Requires-Dist: pykeen>=1.11.1
Requires-Dist: cudf-cu12>=25.6.0 ; extra == 'gpu'
Requires-Dist: cuml-cu12>=25.2.1 ; extra == 'gpu'
Requires-Dist: nx-cugraph-cu12>=25.4.0 ; extra == 'gpu'
Requires-Dist: polars[gpu]>=1.25.2 ; extra == 'gpu'
Requires-Dist: pylibcugraph-cu12>=25.4.0 ; extra == 'gpu'
Requires-Python: >=3.11
Project-URL: Homepage, https://github.com/lynxkite/lynxkite-2000/
Provides-Extra: gpu
Description-Content-Type: text/markdown

# LynxKite Graph Analytics

This is a LynxKite plugin that provides a graph analytics environment.
Includes a batch executor operating on graph bundles and a collection of GPU-accelerated graph data science operations.

To use this, install both LynxKite and this plugin.
Then "LynxKite Graph Analytics" will show up as one of the workspace types in LynxKite.

```bash
pip install lynxkite lynxkite-graph-analytics
```

Run LynxKite with `NX_CUGRAPH_AUTOCONFIG=True` to enable GPU-accelerated graph data science operations.
