Metadata-Version: 2.4
Name: xgt
Version: 2.2.1
Summary: The Python interface to the Rocketgraph xGT graph analytics engine.
Author-email: Rocketgraph <support@rocketgraph.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://www.rocketgraph.com/
Project-URL: Documentation, https://docs.rocketgraph.com/user_ref/api/index.html
Project-URL: Changelog, https://docs.rocketgraph.com/launch_notes/index.html
Keywords: Rocketgraph,xGT,graph,cypher
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Requires-Python: <3.14,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: grpcio>=1.24
Requires-Dist: isodate>=0.6.1
Requires-Dist: protobuf<6,>=5.28.1
Requires-Dist: pyarrow>=8.0.0
Provides-Extra: extra
Requires-Dist: pandas>=0.24.2; extra == "extra"
Requires-Dist: jupyter; extra == "extra"
Dynamic: license-file

xGT is a high-performance property graph engine designed to support extremely large in-memory graphs, and the `xgt` library is the client-side interface which controls it.

## Documentation

The `xgt` library is self-documenting, and all external methods and classes have docstrings accessible through `help()`.
A formatted version of the same is available online on the Rocketgraph documentation site: [docs.rocketgraph.com](http://docs.rocketgraph.com/).

## Extra Tools

Most users will find installing the following packages useful:

| Package | Description |
| ------- | ----------- |
| jupyter | For an interactive environment to use xgt. |
| pandas  | For importing / exporting data to / from pandas frames. |

The "extra" variant of `xgt` is provided to make installing these useful packages along with xgt easy.  Install by doing: `pip install xgt[extra]`.
