CHANGES
LICENSE
MANIFEST.in
README.rst
ez_setup.py
requirements.txt
setup.py
test_requirements.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/examples/README.rst
docs/examples/count_all_the_sales/manage.py
docs/examples/count_all_the_sales/settings.py
docs/examples/count_all_the_sales/setup.sql
docs/examples/count_all_the_sales/dim/__init__.py
docs/examples/count_all_the_sales/dim/dim_date.py
docs/examples/count_all_the_sales/dim/dim_location.py
docs/examples/count_all_the_sales/dim/sql/dim_date.sql
docs/examples/count_all_the_sales/dim/sql/dim_location.sql
docs/examples/count_all_the_sales/fact/__init__.py
docs/examples/count_all_the_sales/fact/fact_count_all_the_sales.py
docs/examples/count_all_the_sales/fact/sql/fact_count_all_the_sales.sql
docs/getting-started/connection-library.rst
docs/getting-started/creating-new-project.rst
docs/getting-started/index.rst
docs/getting-started/project-settings.rst
docs/getting-started/querying.rst
docs/getting-started/running-scripts.rst
docs/getting-started/setup-exit-scripts.rst
docs/getting-started/writing-facts-and-dims.rst
pylytics/__init__.py
pylytics.egg-info/PKG-INFO
pylytics.egg-info/SOURCES.txt
pylytics.egg-info/dependency_links.txt
pylytics.egg-info/not-zip-safe
pylytics.egg-info/requires.txt
pylytics.egg-info/top_level.txt
pylytics/bin/pylytics-admin.py
pylytics/conf/__init__.py
pylytics/conf/project_template/__init__.py
pylytics/conf/project_template/manage.py
pylytics/conf/project_template/settings.py
pylytics/conf/project_template/dim/__init__.py
pylytics/conf/project_template/dim/dim_example.py
pylytics/conf/project_template/dim/sql/dim_example.sql
pylytics/conf/project_template/fact/__init__.py
pylytics/conf/project_template/fact/fact_example.py
pylytics/conf/project_template/fact/sql/fact_example.sql
pylytics/conf/project_template/scripts/__init__.py
pylytics/library/__init__.py
pylytics/library/build_sql.py
pylytics/library/connection.py
pylytics/library/dim.py
pylytics/library/fact.py
pylytics/library/group_by.py
pylytics/library/join.py
pylytics/library/main.py
pylytics/library/table.py
pylytics/library/templates/create_table.jinja
pylytics/library/utils/__init__.py
pylytics/library/utils/terminal.py
pylytics/library/utils/text_conversion.py
tests/__init__.py
tests/unit/__init__.py
tests/unit/test_main.py