Skip to content

Conversation

@govindfinally
Copy link

Summary

This PR adds Python bindings for GraphX.cpp using pybind11, exposing the existing
high-performance C++ implementation to Python users.

Details

  • Exposes Graph and BFS classes
  • Supports integer and tuple-based (2D / 3D) nodes
  • Original C++ code remains untouched
  • Python bindings live under python/pybind11/

Notes

  • No virtual environments or build artifacts are committed
  • Native extensions are expected to be built by users or CI

Platform note

Some filenames in the repository are incompatible with Windows (: and < >).
Bindings are intended to be built on Linux/WSL or CI environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant