CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/demo_all.py
examples/live_demo.py
examples/sample.csv
examples/series.json
termplotx/__init__.py
termplotx/cli.py
termplotx/py.typed
termplotx.egg-info/PKG-INFO
termplotx.egg-info/SOURCES.txt
termplotx.egg-info/dependency_links.txt
termplotx.egg-info/entry_points.txt
termplotx.egg-info/requires.txt
termplotx.egg-info/top_level.txt
termplotx/_charts/__init__.py
termplotx/_charts/_common.py
termplotx/_charts/bar.py
termplotx/_charts/heatmap.py
termplotx/_charts/histogram.py
termplotx/_charts/line.py
termplotx/_charts/live.py
termplotx/_charts/scatter.py
termplotx/_charts/sparkline.py
termplotx/_core/__init__.py
termplotx/_core/canvas.py
termplotx/_core/color.py
termplotx/_core/frame.py
termplotx/_core/scale.py
termplotx/_core/symbols.py
termplotx/_core/terminal.py
termplotx/_io/__init__.py
termplotx/_io/csv_reader.py
termplotx/_io/loader.py
termplotx/_io/table.py
tests/__init__.py
tests/conftest.py
tests/test_bar.py
tests/test_cli.py
tests/test_color.py
tests/test_heatmap.py
tests/test_histogram.py
tests/test_io.py
tests/test_line.py
tests/test_live.py
tests/test_scatter.py
tests/test_sparkline.py