Source: csvtg
Section: utils
Priority: optional
Maintainer: Terminal Enthusiast <csvtg@example.com>
Build-Depends: debhelper (>= 10), gcc, libc-dev
Standards-Version: 4.1.4
Homepage: https://github.com/yourname/csvtg

Package: csvtg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: comma separated values terminal graph
 csvtg reads key,value pairs from a file or standard input and displays
 them as a UTF-8 block graph in the terminal. It uses Unicode block
 characters for 8-level vertical resolution per character row.
 .
 Features include:
  - Automatic logarithmic/linear scale detection
  - 24-bit true color support
  - Multiple output styles (bars, curves, shaded)
  - Grid overlay option
  - Flexible input format with comment support
 .
 This is useful for quick data visualization in terminal-only environments,
 embedded systems, or for those who appreciate character-based graphics.
