Metadata-Version: 2.4
Name: cognee-community-graph-adapter-networkx
Version: 1.0.2
Summary: Networkx graph database adapter for cognee
Requires-Python: >=3.11,<=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cognee (==0.5.3)
Requires-Dist: instructor (>=1.11)
Requires-Dist: networkx (>=3.4.2,<4)
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.
