Metadata-Version: 2.4
Name: pyxlog
Version: 0.5.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Dist: scipy ; extra == 'test'
Provides-Extra: test
Summary: GPU-accelerated XLOG probabilistic logic programming (PyO3 bindings)
License: MIT OR Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/BrainyBlaze/xlog
Project-URL: Issues, https://github.com/BrainyBlaze/xlog/issues
Project-URL: Repository, https://github.com/BrainyBlaze/xlog

# pyxlog

`pyxlog` provides Python bindings for the XLOG GPU-accelerated probabilistic
logic programming runtime.

The package is built from the `BrainyBlaze/xlog` repository and exposes the
native extension module together with the staged CUDA kernel artifacts needed by
the runtime.

Project documentation, setup instructions, and release notes live in the
repository root:

- https://github.com/BrainyBlaze/xlog

Use the root project README for installation requirements, CUDA expectations,
and end-to-end examples.

