LICENSE
MANIFEST.in
README.rst
VERSION
pyproject.toml
docs/source/conf.py
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/penguins_additional_formatting.py
gptables/examples/penguins_cover.py
gptables/examples/penguins_minimal.py
gptables/examples/penguins_minimal_alternate.py
gptables/examples/penguins_multiple_sheets.py
gptables/examples/penguins_notes.py
gptables/examples/penguins_theme.py
gptables/examples/survey_data.csv
gptables/examples/survey_data.py
gptables/examples/survey_data_notes.csv
gptables/test/__init__.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/gptheme.yaml
gptables/themes/penguins_test_theme.yaml
gptables/utils/__init__.py
gptables/utils/pickle_themes.py
gptables/utils/unpickle_themes.py