Metadata-Version: 2.1
Name: trulens-dashboard
Version: 1.0.1a2
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
Requires-Dist: ipywidgets (>=8.1.3,<9.0.0)
Requires-Dist: jupyter (>=1,<2)
Requires-Dist: pandas (>=2.1,<3.0)
Requires-Dist: psutil (>=5.9,<6.0)
Requires-Dist: rich (>=13.6,<14.0)
Requires-Dist: streamlit (>=1.33,<2.0)
Requires-Dist: streamlit-aggrid (==0.3.4)
Requires-Dist: streamlit-extras (>=0.4,<0.5)
Requires-Dist: streamlit-pills (>=0.3,<0.4)
Requires-Dist: traitlets (>=5.0.5,<6.0.0)
Requires-Dist: trulens-core (>=1.0.0,<2.0.0)
Project-URL: Documentation, https://trulens.org/trulens/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`

