MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
src/fivecentplots/__init__.py
src/fivecentplots/colors.py
src/fivecentplots/fcp.py
src/fivecentplots/py.typed
src/fivecentplots/utilities.py
src/fivecentplots/version.txt
src/fivecentplots.egg-info/PKG-INFO
src/fivecentplots.egg-info/SOURCES.txt
src/fivecentplots.egg-info/dependency_links.txt
src/fivecentplots.egg-info/requires.txt
src/fivecentplots.egg-info/top_level.txt
src/fivecentplots/data/__init__.py
src/fivecentplots/data/bar.py
src/fivecentplots/data/box.py
src/fivecentplots/data/contour.py
src/fivecentplots/data/data.py
src/fivecentplots/data/gantt.py
src/fivecentplots/data/heatmap.py
src/fivecentplots/data/hist.py
src/fivecentplots/data/imshow.py
src/fivecentplots/data/nq.py
src/fivecentplots/data/pie.py
src/fivecentplots/data/template.py
src/fivecentplots/data/xy.py
src/fivecentplots/engines/__init__.py
src/fivecentplots/engines/bokeh.py
src/fivecentplots/engines/layout.py
src/fivecentplots/engines/mpl.py
src/fivecentplots/kwargs/keywords.py
src/fivecentplots/test_data/fake_data.csv
src/fivecentplots/test_data/fake_data_bar.csv
src/fivecentplots/test_data/fake_data_box.csv
src/fivecentplots/test_data/fake_data_box_small.csv
src/fivecentplots/test_data/fake_data_contour.csv
src/fivecentplots/test_data/fake_data_gantt.csv
src/fivecentplots/test_data/fake_data_heatmap.csv
src/fivecentplots/test_data/fake_data_interval.csv
src/fivecentplots/test_data/fake_ts.csv
src/fivecentplots/test_data/hist_patch.png
src/fivecentplots/test_data/imshow_cat_pirate.png
src/fivecentplots/test_data/imshow_color_planes.png
src/fivecentplots/test_data/real_data_bar.csv
src/fivecentplots/themes/_test.py
src/fivecentplots/themes/gray.py
src/fivecentplots/themes/gray_bokeh.py
src/fivecentplots/themes/white.py