Metadata-Version: 2.4
Name: royalsolution-ontosight
Version: 0.2.0
Summary: Interactive visualization engine for knowledge graphs with CodeGraph panel support
Project-URL: Homepage, https://github.com/yifanfeng97/hyper-extract
Project-URL: Repository, https://github.com/yifanfeng97/hyper-extract
Project-URL: Documentation, https://github.com/yifanfeng97/hyper-extract/tree/main/vendor/ontosight
Author-email: Yifan Feng <evanfeng97@gmail.com>
License: Apache-2.0
Keywords: codegraph,graph,knowledge-graph,visualization
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.11
Requires-Dist: fastapi>=0.115.0
Requires-Dist: pydantic>=2.0
Requires-Dist: uvicorn>=0.32.0
Description-Content-Type: text/markdown

# OntoSight (vendored)

Vendored fork of [OntoSight](https://github.com/yifanfeng97/ontosight) with critical-node topology panel and CodeGraph viewer support for Hyper-Extract.

Version **0.2.0** adds:

- `/api/rankings` endpoint
- `/api/codegraph/query` endpoint for live subgraph reload
- Node `degree`, `importance`, and `tier` enrichment in graph storage
- Critical-node sidebar panel (`static/critical-nodes-panel.js`)
- CodeGraph query panel (`static/codegraph-panel.js`)

## PyPI

Publish instructions: [PUBLISH.md](PUBLISH.md)

Standalone CodeGraph visualization (no Hyper-Extract install):

```bash
npx @colbymchenry/codegraph init -i
npx @royalsolution/ontosight .
```
