Metadata-Version: 2.1
Name: trulens-dashboard
Version: 2.5.1
Summary: Library to systematically track and evaluate LLM based applications.
Home-page: https://trulens.org/
License: MIT
Author: Snowflake Inc.
Author-email: ml-observability-wg-dl@snowflake.com
Requires-Python: >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: full
Requires-Dist: ipywidgets (>=7.1.2)
Requires-Dist: jupyter (>=1,<2)
Requires-Dist: packaging (>=23.0)
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: plotly (>=5.22.0,<6.0.0)
Requires-Dist: psutil (>=5.9,<6.0)
Requires-Dist: rich (>=13.6,<14.0)
Requires-Dist: streamlit (>=1.35,<2.0)
Requires-Dist: streamlit-aggrid (>=1.0.5,<1.1.8) ; extra == "full"
Requires-Dist: traitlets (>=5.0.5,<6.0.0)
Requires-Dist: trulens-core (>=2.0.0,<3.0.0)
Project-URL: Documentation, https://trulens.org/getting_started/
Project-URL: Repository, https://github.com/truera/trulens
Description-Content-Type: text/markdown

# trulens-dashboard

## Install Node.js

See [the Node.js website](https://nodejs.org/en/download/package-manager) for details

## Building

Build with `python -m build`

