Metadata-Version: 2.4
Name: lynxes
Version: 1.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Summary: A graph analytics engine built directly on Apache Arrow
Keywords: graph,arrow,analytics,lynxes
Author: Lynxes
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Lynxes

Graph-native analytics engine built on Apache Arrow.

```python
import lynxes as lx

graph = lx.read_gf("graph.gf")
result = graph.lazy().expand(hops=2).collect()
```

See the [project documentation](https://github.com/lynxes) for full API reference.

