Metadata-Version: 2.4
Name: stcindex
Version: 0.1.0
Summary: Spanning Tree Complexity Index 
Home-page: https://github.com/Abishajb/stcindex
Author: Abisha.J
Author-email: "Abisha.J" <abisha000001@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: networkx>=3.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# stcindex

Spanning Tree Complexity Index for graphs.

## Install
```bash
pip install stcindex
```
## Quick start
```python
import stcindex
import networkx as nx

G = nx.star_graph(4)
print(stcindex.stc_index(G))  
print(stcindex.summary(G))
```
## Citation
  Manuscript in preparation. Code available at: https://github.com/Abishajb/stcindex
