Metadata-Version: 2.3
Name: tigergraphx
Version: 0.2.14
Summary: TigerGraphX is a high-level Python library offering a unified, Python-native interface for graph databases, advanced analytics, and GraphRAG workflows. Combining the simplicity of NetworkX with the advanced capabilities of TigerGraph, including tgCloud, it empowers Python developers to harness the power of graphs without the need to learn query languages like Cypher or GSQL.
License: MIT
Keywords: tigergraph,graph database,graphrag,machine learning,graph analytics
Author: Xuanlei Lin
Author-email: xuanlei.lin@tigergraph.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: nano-vectordb (>=0.0.4.3,<0.0.5.0)
Requires-Dist: openai (>=1.55.0,<2.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pydantic (>=2.10.1,<3.0.0)
Requires-Dist: pydantic-settings (>=2.6.1,<3.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: ragas (>=0.2.13,<0.3.0)
Requires-Dist: tenacity (>=9.0.0,<10.0.0)
Requires-Dist: tiktoken (>=0.7.0,<0.8.0)
Project-URL: Homepage, https://github.com/tigergraph/tigergraphx
Project-URL: Repository, https://github.com/tigergraph/tigergraphx
Description-Content-Type: text/markdown

# TigerGraphX

TigerGraphX is a high-level Python library offering a unified, Python-native interface for graph databases, advanced analytics, and **GraphRAG workflows**. Combining the simplicity of NetworkX with the advanced capabilities of TigerGraph, including tgCloud, TigerGraphX enables Python developers to leverage the power of graphs without needing to learn query languages like Cypher or GSQL.

## Documentation

📖 **[Explore the Full Documentation Here](https://tigergraph-devlabs.github.io/tigergraph-mcp-utils/)**

The documentation provides detailed guides, examples, and API references to help you get started with TigerGraphX and utilize its powerful features effectively.

