Metadata-Version: 2.5
Name: cognee-community-graph-adapter-networkx
Version: 1.1.0
Summary: Networkx graph database adapter for cognee
Requires-Python: <=3.13,>=3.11
Requires-Dist: cognee==1.4.2
Requires-Dist: instructor>=1.11
Requires-Dist: litellm==1.89.2
Requires-Dist: networkx<4,>=3.4.2
Requires-Dist: starlette>=0.48.0
Description-Content-Type: text/markdown

# Cognee NetworkX Adapter

## Install

Install [`networkx-client`] in your project.

Put this line of code somewhere at the start of the execution, before cognee is initiated.

```python
import packages.graph.networkx.networkx_adapter
```

## Example
See example in `example.py` file.