Metadata-Version: 2.1
Name: vizkit
Version: 0.0.1
Summary: 
License: MIT
Author: Wenyu Zhao
Author-email: wenyuzhaox@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: firebase-admin (>=6.5.0,<7.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: scipy (>=1.13.0,<2.0.0)
Requires-Dist: shortuuid (>=1.0.13,<2.0.0)
Requires-Dist: streamlit (>=1.34.0,<2.0.0)
Requires-Dist: streamlit-cookies-manager (>=0.2.0,<0.3.0)
Requires-Dist: streamlit-oauth (>=0.1.8,<0.2.0)
Requires-Dist: streamlit-tree-select2 (>=0.0.7,<0.0.8)
Requires-Dist: watchdog (>=4.0.0,<5.0.0)
Description-Content-Type: text/markdown

# vizkit

Data plotting and visualization platform.

## Getting Started

1. `pipx install vizkit`
2. Create a data folder: `mkdir vizkit-example && cd vizkit-example`
3. Put some .csv files into the data folder, for example [this one](https://gist.github.com/wenyuzhao/ec38429b9e176ae922ef70009a553a95).
4. Run `vizkit --open` to start the server.

## Generate Reports Using the [Harness](https://github.com/wenyuzhao/harness) Bench Tool

Running a benchmark with the `--upload` flag will automatically upload the results data to [r.harness.rs](https://r.harness.rs).

Example: `harness run --upload`.

## Generate Reports Using [running-ng](https://github.com/anupli/running-ng)

WIP...

