LICENSE
MANIFEST.in
README.rst
VERSION
pyproject.toml
gptables/__init__.py
gptables.egg-info/PKG-INFO
gptables.egg-info/SOURCES.txt
gptables.egg-info/dependency_links.txt
gptables.egg-info/requires.txt
gptables.egg-info/top_level.txt
gptables/core/__init__.py
gptables/core/api.py
gptables/core/cover.py
gptables/core/gptable.py
gptables/core/theme.py
gptables/core/wrappers.py
gptables/examples/__init__.py
gptables/examples/how_to_custom_theme.py
gptables/examples/how_to_theme_cover.py
gptables/examples/howto_additional_formatting.py
gptables/examples/penguins_data_end_to_end.py
gptables/examples/penguins_wide_vs_long.py
gptables/examples/survey_data.csv
gptables/examples/survey_data.py
gptables/examples/survey_data_notes.csv
gptables/examples/tutorial_adding_a_cover.py
gptables/examples/tutorial_adding_datasheets.py
gptables/examples/tutorial_adding_notes.py
gptables/examples/tutorial_starting_out.py
gptables/test/__init__.py
gptables/test/conftest.py
gptables/test/test_additional_formatting_syntax.py
gptables/test/test_api.py
gptables/test/test_cover.py
gptables/test/test_gptable.py
gptables/test/test_theme.py
gptables/test/test_wrappers.py
gptables/test/test_utils/__init__.py
gptables/test/test_utils/excel_comparison_test.py
gptables/test/test_utils/helperfunctions.py
gptables/theme_pickles/gptheme.pickle
gptables/themes/example_theme_basic.yaml
gptables/themes/example_theme_cover.yaml
gptables/themes/gptheme.yaml
gptables/utils/__init__.py
gptables/utils/pickle_themes.py
gptables/utils/unpickle_themes.py