MANIFEST.in
README.md
setup.py
flatbread/__init__.py
flatbread/axes.py
flatbread/config.defaults.json
flatbread/config.py
flatbread/levels.py
flatbread/pivot.py
flatbread.egg-info/PKG-INFO
flatbread.egg-info/SOURCES.txt
flatbread.egg-info/dependency_links.txt
flatbread.egg-info/not-zip-safe
flatbread.egg-info/requires.txt
flatbread.egg-info/top_level.txt
flatbread/aggregate/__init__.py
flatbread/aggregate/aggfunc.py
flatbread/aggregate/percentages.py
flatbread/aggregate/totals.py
flatbread/build/__init__.py
flatbread/build/columns.py
flatbread/build/load.py
flatbread/build/rows.py
flatbread/build/series.py
flatbread/build/table.py
flatbread/build/test.py
flatbread/plot/__init__.py
flatbread/plot/trendline.py
flatbread/style/__init__.py
flatbread/style/_helpers.py
flatbread/style/generic.py
flatbread/style/levels.py
flatbread/style/subtotals.py
flatbread/style/table.py
flatbread/style/totals.py
flatbread/style/presets/_repr_html_.json
flatbread/style/presets/chaplin.json
flatbread/style/presets/default.json
flatbread/style/presets/minimal.json
flatbread/style/presets/robo.json
flatbread/style/templates/flatbread.tpl
flatbread/style/templates/pandas.original.tpl
flatbread/style/templates/pandas.tpl
flatbread/utils/__init__.py
flatbread/utils/log.py
flatbread/utils/readout.py
flatbread/utils/sanity.py
tests/__init__.py
tests/test_axes.py
tests/test_levels.py
tests/aggregate/__init__.py
tests/aggregate/test_percentages.py
tests/aggregate/test_totals.py