Skip to main content

A data visualization pipeline tool for schema inspection, chart generation, dashboards, and export.

Project description

Vizflow

A data visualization pipeline tool for fast schema inspection, charting, dashboards, and export.

PyPI Python License Stars


Vizflow turns raw CSV, JSON, Parquet, SQLite, SQL script, and piped stdin data into useful visual outputs without writing boilerplate notebooks. It profiles column types, recommends chart families, generates Plotly-powered interactive charts, serves local browser previews, combines charts into dashboards, converts datasets between common formats, and produces comparison reports for changing data files.

  • Automatic schema inspection — detect semantic column types, null counts, unique values, samples, and numeric/date statistics.
  • Smart chart suggestions — recommend line, bar, scatter, pie, heatmap, treemap, and histogram views from the data shape.
  • Interactive Plotly charts — generate browser-ready HTML or static PNG/SVG/PDF exports with x/y/color controls.
  • Dashboard mode — combine multiple chart specs into a responsive standalone HTML page.
  • Local preview server — launch a Flask web server for charts, dashboards, schema, and sample-data browsing on localhost.
  • Data conversion and comparison — convert CSV/JSON/Parquet inputs and compare two datasets visually.
  • Pipe support — stream CSV or JSON directly into commands with cat data.csv | vizflow plot.

Installation

pip install vizflow-cli

For local development:

git clone https://github.com/shazeus/vizflow-cli.git
cd vizflow-cli
pip install -e .

Usage

Inspect a dataset:

vizflow schema examples/sales.csv

Create an auto-selected chart:

vizflow plot examples/sales.csv --output sales-chart.html

Create a specific chart:

vizflow plot examples/sales.csv --type line --x date --y revenue --color region

Build a dashboard:

vizflow dashboard examples/sales.csv --charts "bar:region:revenue,line:date:revenue,pie:category:revenue"

Convert a file:

vizflow convert examples/sales.csv --to json --output sales.json

Preview in a browser:

vizflow serve examples/sales.csv --port 5050

The preview server exposes chart suggestions, /dashboard, /schema, and /data routes for quick browser inspection.

Use stdin:

cat examples/sales.csv | vizflow plot --type bar --x region --y revenue --output piped.html

Commands

Command Description Example
vizflow plot <file> Generate a single interactive chart. Omit <file> to read stdin. vizflow plot data.csv --type scatter --x price --y volume
vizflow dashboard <file> Combine multiple charts into one standalone HTML page. vizflow dashboard data.csv --charts "bar:team,line:date:sales"
vizflow schema <file> Inspect data types, nulls, unique values, stats, and chart suggestions. vizflow schema data.json
vizflow convert <file> Convert datasets between CSV, JSON, and Parquet. vizflow convert data.csv --to parquet
vizflow serve <file> Start a Flask preview server with chart and schema endpoints. vizflow serve data.sqlite --table events
vizflow export <file> Export a chart as PNG, SVG, HTML, or PDF. vizflow export data.csv --format svg --type bar
vizflow compare <file1> <file2> Compare two datasets and write an HTML report. vizflow compare before.csv after.csv

Configuration

Vizflow is intentionally CLI-first and does not require a config file. Common options are available directly on commands:

Option Purpose
--type Choose auto, bar, line, scatter, pie, heatmap, treemap, or histogram.
--x, --y, --color Override inferred chart columns.
--query Run a SQL query against SQLite database or SQL script inputs.
--table Select a table from SQLite database or SQL script inputs.
--output Set the generated file path.
--format Choose export format for chart output.

Static image export uses Plotly's Kaleido engine when available. If the local browser runtime is unavailable, Vizflow falls back to a Matplotlib renderer for PNG, SVG, and PDF outputs.

License

MIT License. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vizflow_cli-0.1.4.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vizflow_cli-0.1.4-py3-none-any.whl (23.8 kB view details)

Uploaded Python 3

File details

Details for the file vizflow_cli-0.1.4.tar.gz.

File metadata

  • Download URL: vizflow_cli-0.1.4.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for vizflow_cli-0.1.4.tar.gz
Algorithm Hash digest
SHA256 4a4da8ae96ca29294a3626ba0b7642e12cf05cd372b704eae16634d9f2168691
MD5 66503b26dc590e1c5938202d23714e4f
BLAKE2b-256 c4eadf060dd7ca2d73aebd917e168ce0672c18bc368bbf8717151e333ac7917d

See more details on using hashes here.

File details

Details for the file vizflow_cli-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: vizflow_cli-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 23.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for vizflow_cli-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8d86ccd6a8677749b1300feb168025f009b7fc09530395cc54a92723f1c7614d
MD5 b0b64f0316ae0b94145575504a97f193
BLAKE2b-256 365acb9d0c57d5ba03e00c1372f97018551c9969978a800b62f0cf41788c3af5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page