MANIFEST.in
README.md
setup.py
flatbread/__init__.py
flatbread/config.json
flatbread/config.py
flatbread/version.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/core/__init__.py
flatbread/core/assign.py
flatbread/core/drop.py
flatbread/core/load.py
flatbread/core/select.py
flatbread/core/aggregation/__init__.py
flatbread/core/aggregation/globals.py
flatbread/core/aggregation/percentages.py
flatbread/core/aggregation/totals.py
tests/__init__.py
tests/build_test_dfs.py
tests/core/__init__.py
tests/core/test_assign.py
tests/core/test_define.py
tests/core/aggregation/__init__.py
tests/core/aggregation/test_totals.py