{"id":50719441,"url":"https://github.com/shazeus/vizflow-cli","last_synced_at":"2026-06-09T22:02:48.513Z","repository":{"id":357345311,"uuid":"1235349001","full_name":"shazeus/vizflow-cli","owner":"shazeus","description":"Data visualization pipeline tool for schema inspection, charts, dashboards, and export","archived":false,"fork":false,"pushed_at":"2026-05-21T08:20:11.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T15:50:23.362Z","etag":null,"topics":["charts","cli","dashboard","data-visualization","flask","pandas","plotly","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shazeus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-11T08:35:55.000Z","updated_at":"2026-05-21T08:20:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shazeus/vizflow-cli","commit_stats":null,"previous_names":["shazeus/vizflow-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shazeus/vizflow-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fvizflow-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fvizflow-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fvizflow-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fvizflow-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shazeus","download_url":"https://codeload.github.com/shazeus/vizflow-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fvizflow-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34127345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["charts","cli","dashboard","data-visualization","flask","pandas","plotly","python"],"created_at":"2026-06-09T22:02:48.453Z","updated_at":"2026-06-09T22:02:48.507Z","avatar_url":"https://github.com/shazeus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eVizflow\u003c/h1\u003e\n  \u003cp align=\"center\"\u003eA data visualization pipeline tool for fast schema inspection, charting, dashboards, and export.\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://pypi.org/project/vizflow-cli/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/vizflow-cli?color=blue\u0026label=PyPI\" alt=\"PyPI\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/vizflow-cli/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/vizflow-cli\" alt=\"Python\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/shazeus/vizflow-cli/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/shazeus/vizflow-cli\" alt=\"License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/shazeus/vizflow-cli/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/shazeus/vizflow-cli?style=social\" alt=\"Stars\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\nVizflow 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.\n\n- **Automatic schema inspection** — detect semantic column types, null counts, unique values, samples, and numeric/date statistics.\n- **Smart chart suggestions** — recommend line, bar, scatter, pie, heatmap, treemap, and histogram views from the data shape.\n- **Interactive Plotly charts** — generate browser-ready HTML or static PNG/SVG/PDF exports with x/y/color controls.\n- **Dashboard mode** — combine multiple chart specs into a responsive standalone HTML page.\n- **Local preview server** — launch a Flask web server for charts, dashboards, schema, and sample-data browsing on localhost.\n- **Data conversion and comparison** — convert CSV/JSON/Parquet inputs and compare two datasets visually.\n- **Pipe support** — stream CSV or JSON directly into commands with `cat data.csv | vizflow plot`.\n\n## Installation\n\n```bash\npip install vizflow-cli\n```\n\nFor local development:\n\n```bash\ngit clone https://github.com/shazeus/vizflow-cli.git\ncd vizflow-cli\npip install -e .\n```\n\n## Usage\n\nInspect a dataset:\n\n```bash\nvizflow schema examples/sales.csv\n```\n\nCreate an auto-selected chart:\n\n```bash\nvizflow plot examples/sales.csv --output sales-chart.html\n```\n\nCreate a specific chart:\n\n```bash\nvizflow plot examples/sales.csv --type line --x date --y revenue --color region\n```\n\nBuild a dashboard:\n\n```bash\nvizflow dashboard examples/sales.csv --charts \"bar:region:revenue,line:date:revenue,pie:category:revenue\"\n```\n\nConvert a file:\n\n```bash\nvizflow convert examples/sales.csv --to json --output sales.json\n```\n\nPreview in a browser:\n\n```bash\nvizflow serve examples/sales.csv --port 5050\n```\n\nThe preview server exposes chart suggestions, `/dashboard`, `/schema`, and `/data` routes for quick browser inspection.\n\nUse stdin:\n\n```bash\ncat examples/sales.csv | vizflow plot --type bar --x region --y revenue --output piped.html\n```\n\n## Commands\n\n| Command | Description | Example |\n| --- | --- | --- |\n| `vizflow plot \u003cfile\u003e` | Generate a single interactive chart. Omit `\u003cfile\u003e` to read stdin. | `vizflow plot data.csv --type scatter --x price --y volume` |\n| `vizflow dashboard \u003cfile\u003e` | Combine multiple charts into one standalone HTML page. | `vizflow dashboard data.csv --charts \"bar:team,line:date:sales\"` |\n| `vizflow schema \u003cfile\u003e` | Inspect data types, nulls, unique values, stats, and chart suggestions. | `vizflow schema data.json` |\n| `vizflow convert \u003cfile\u003e` | Convert datasets between CSV, JSON, and Parquet. | `vizflow convert data.csv --to parquet` |\n| `vizflow serve \u003cfile\u003e` | Start a Flask preview server with chart and schema endpoints. | `vizflow serve data.sqlite --table events` |\n| `vizflow export \u003cfile\u003e` | Export a chart as PNG, SVG, HTML, or PDF. | `vizflow export data.csv --format svg --type bar` |\n| `vizflow compare \u003cfile1\u003e \u003cfile2\u003e` | Compare two datasets and write an HTML report. | `vizflow compare before.csv after.csv` |\n\n## Configuration\n\nVizflow is intentionally CLI-first and does not require a config file. Common options are available directly on commands:\n\n| Option | Purpose |\n| --- | --- |\n| `--type` | Choose `auto`, `bar`, `line`, `scatter`, `pie`, `heatmap`, `treemap`, or `histogram`. |\n| `--x`, `--y`, `--color` | Override inferred chart columns. |\n| `--query` | Run a SQL query against SQLite database or SQL script inputs. |\n| `--table` | Select a table from SQLite database or SQL script inputs. |\n| `--output` | Set the generated file path. |\n| `--format` | Choose export format for chart output. |\n\nStatic 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.\n\n## License\n\nMIT License. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshazeus%2Fvizflow-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshazeus%2Fvizflow-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshazeus%2Fvizflow-cli/lists"}