.travis.yml
CHANGES.rst
MANIFEST.in
README.rst
dev-requirements.txt
requirements.in
requirements.txt
setup.cfg
setup.py
tox.ini
config/__init__.py
config/olapy-config.yml
cubes_templates/Requirements.txt
cubes_templates/__init__.py
cubes_templates/cubes-config.yml
cubes_templates/sales_sqlite
cubes_templates/web_cube_config.yml
cubes_templates/web_cube_config2.yml
cubes_templates/web_cube_config3.yml
cubes_templates/Black_Friday/Facts.csv
cubes_templates/Black_Friday/Geography.csv
cubes_templates/Black_Friday/Product.csv
cubes_templates/Black_Friday/Time.csv
cubes_templates/foodmart/Facts.csv
cubes_templates/foodmart/Product.csv
cubes_templates/foodmart/Store.csv
cubes_templates/foodmart/Time.csv
cubes_templates/foodmart/Warehouse.csv
cubes_templates/foodmart_with_config/Product.csv
cubes_templates/foodmart_with_config/Store.csv
cubes_templates/foodmart_with_config/Warehouse.csv
cubes_templates/foodmart_with_config/food_facts.csv
cubes_templates/sales/Facts.csv
cubes_templates/sales/Geography.csv
cubes_templates/sales/Product.csv
cubes_templates/sales/Time.csv
micro_bench/__init__.py
micro_bench/bench_databases.py
micro_bench/csv_olapy_bench_vs_other_olap_servers.py
micro_bench/cube_generator.py
micro_bench/micro_bench.py
micro_bench/queries_4_db.py
olapy/__init__.py
olapy/__main__.py
olapy/cli.py
olapy.egg-info/PKG-INFO
olapy.egg-info/SOURCES.txt
olapy.egg-info/dependency_links.txt
olapy.egg-info/entry_points.txt
olapy.egg-info/requires.txt
olapy.egg-info/top_level.txt
olapy/core/__init__.py
olapy/core/mdx/__init__.py
olapy/core/mdx/executor/__init__.py
olapy/core/mdx/executor/cube_loader.py
olapy/core/mdx/executor/cube_loader_custom.py
olapy/core/mdx/executor/cube_loader_db.py
olapy/core/mdx/executor/execute.py
olapy/core/mdx/executor/lite_execute.py
olapy/core/mdx/parser/__init__.py
olapy/core/mdx/parser/parse.py
olapy/core/mdx/tools/__init__.py
olapy/core/mdx/tools/config_file_parser.py
olapy/core/mdx/tools/connection.py
olapy/core/mdx/tools/olapy_config_file_parser.py
olapy/core/services/__init__.py
olapy/core/services/models.py
olapy/core/services/xmla.py
olapy/core/services/xmla_discover_tools.py
olapy/core/services/xmla_discover_tools_utils.py
olapy/core/services/xmla_discover_xsds.py
olapy/core/services/xmla_execute_tools.py
olapy/core/services/xmla_execute_xsds.py
olapy/etl/__init__.py
olapy/etl/etl.py
olapy/etl/utils.py
tests/__init__.py
tests/conftest.py
tests/db_creation_utils.py
tests/queries.py
tests/test_custom_cube.py
tests/test_databases.py
tests/test_parser.py
tests/test_separated_xmla_cell_data_responses.py
tests/test_separated_xmla_slicers_responses.py
tests/test_separated_xmla_xs0_responses.py
tests/test_single_file_cube.py
tests/test_xmla.py
tests/xs0_responses.py