.coveragerc
.travis.yml
LICENSE
MANIFEST.in
README.md
setup.py
tox.ini
docs/Makefile
docs/source/Makefile
docs/source/conf.py
docs/source/cr.cube.rst
docs/source/index.rst
docs/source/_static/crunch_logo.png
src/cr/__init__.py
src/cr.cube.egg-info/PKG-INFO
src/cr.cube.egg-info/SOURCES.txt
src/cr.cube.egg-info/dependency_links.txt
src/cr.cube.egg-info/namespace_packages.txt
src/cr.cube.egg-info/requires.txt
src/cr.cube.egg-info/top_level.txt
src/cr.cube.egg-info/zip-safe
src/cr/cube/__init__.py
src/cr/cube/crunch_cube.py
src/cr/cube/dimension.py
src/cr/cube/utils/__init__.py
tests/integration/__init__.py
tests/integration/test_crunch_cube.py
tests/integration/fixtures/__init__.py
tests/integration/fixtures/cubes/admit-by-dept-unweighted.json
tests/integration/fixtures/cubes/admit-by-gender-weighted.json
tests/integration/fixtures/cubes/cat-x-cat-german-weighted.json
tests/integration/fixtures/cubes/cat-x-cat.json
tests/integration/fixtures/cubes/cat-x-datetime.json
tests/integration/fixtures/cubes/cat-x-mr.json
tests/integration/fixtures/cubes/cat-x-num-x-datetime.json
tests/integration/fixtures/cubes/econ-gender-x-ideology-weighted.json
tests/integration/fixtures/cubes/econ-mean-age-blame-x-gender.json
tests/integration/fixtures/cubes/econ-mean-no-dims.json
tests/integration/fixtures/cubes/mr-by-cat-profiles-stats-weighted.json
tests/integration/fixtures/cubes/simple-cat-array.json
tests/integration/fixtures/cubes/simple-datetime.json
tests/integration/fixtures/cubes/simple-mr.json
tests/integration/fixtures/cubes/simple-text.json
tests/integration/fixtures/cubes/stats_test.json
tests/integration/fixtures/cubes/univariate-categorical.json
tests/integration/fixtures/cubes/voter-registration.json
tests/unit/__init__.py
tests/unit/test_crunch_cube.py
tests/unit/test_dimension.py