Skip to content

Xuanwo/DataViewer

 
 

Repository files navigation

DataViewer

Unit Tests

A Lance + DuckDB powered data browser with custom visualization support.

Installation Instructions

Option 1: Use DataViewer as a library

Install in your project with either:

uv add git+https://github.com/M-Anwar/DataViewer.git

Option 2: Use DataViewer as a global CLI Tool

uv tool install git+https://github.com/M-Anwar/DataViewer.git

Then run:

dataviewer --help

Option 3: Install from source

  1. Clone the repository:

    git clone https://github.com/M-Anwar/DataViewer.git
    cd DataViewer
  2. Install as a uv tool from the local source checkout:

    uv tool install .
  3. Verify installation:

    dataviewer --help

Development

  1. Clone the repo.
  2. Install dependencies with uv:
    uv sync
  3. Install pre-commit hooks:
    pre-commit install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 66.4%
  • Python 30.8%
  • CSS 1.9%
  • Other 0.9%