Metadata-Version: 2.1
Name: xgt
Version: 1.13.0
Summary: The Python interface to the Trovares xGT graph analytics engine.
Home-page: http://www.trovares.com/
Author: Trovares, Inc.
Author-email: support@trovares.com
License: apache2
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: extra

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 Trovares documentation site: [docs.trovares.com](http://docs.trovares.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]`.


