.bumpversion.cfg
.coveragerc
.editorconfig
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/docs_examples.py
docs/index.rst
docs/install.rst
docs/intro.rst
docs/readme.rst
docs/requirements.txt
docs/settings.rst
docs/spelling_wordlist.txt
docs/tutorial.rst
docs/advanced/hooks.rst
docs/advanced/ovens.rst
docs/advanced/settings.rst
docs/concepts/from_config.rst
docs/concepts/ingredients.rst
docs/concepts/overview.rst
docs/concepts/shelves.rst
docs/concepts/using_from_config.rst
docs/contributing/changelog.rst
docs/contributing/development.rst
docs/contributing/dynamic_extensions.rst
docs/contributing/oven_drivers.rst
docs/extensions/anonymize.rst
docs/extensions/automaticfilters.rst
docs/extensions/blendrecipe.rst
docs/extensions/comparerecipe.rst
docs/extensions/intro_to_extensions.rst
docs/extensions/paginate.rst
docs/extensions/summarizeover.rst
docs/reference/index.rst
docs/reference/recipe.rst
recipe/__init__.py
recipe/core.py
recipe/dynamic_extensions.py
recipe/exceptions.py
recipe/extensions.py
recipe/ingredients.py
recipe/shelf.py
recipe.egg-info/PKG-INFO
recipe.egg-info/SOURCES.txt
recipe.egg-info/dependency_links.txt
recipe.egg-info/entry_points.txt
recipe.egg-info/requires.txt
recipe.egg-info/top_level.txt
recipe/oven/__init__.py
recipe/oven/base.py
recipe/oven/drivers/__init__.py
recipe/oven/drivers/standard_oven.py
recipe/schemas/__init__.py
recipe/schemas/builders.py
recipe/schemas/engine_support.py
recipe/schemas/expression_grammar.py
recipe/schemas/lark_grammar.py
recipe/schemas/parsed_constructors.py
recipe/schemas/parsed_schemas.py
recipe/schemas/transformers.py
recipe/schemas/utils.py
recipe/schemas/validators.py
recipe/utils/__init__.py
recipe/utils/anonymize.py
recipe/utils/datatype.py
recipe/utils/extensions.py
recipe/utils/formatting.py
recipe/utils/utils.py
tests/.env
tests/__init__.py
tests/test_base.py
tests/test_clean_unicode.py
tests/test_dynamic_extensions.py
tests/test_expression_grammar.py
tests/test_extensions.py
tests/test_ingredients.py
tests/test_intelligent_date_range.py
tests/test_oven.py
tests/test_recipe.py
tests/test_recipe_database.py
tests/test_shelf.py
tests/test_shelf_from_config.py
tests/test_standard_oven.py
tests/test_utils.py
tests/data/basic_table.yml
tests/data/bigquery.sql
tests/data/census.txt
tests/data/census_table.yml
tests/data/datatypes_table.yml
tests/data/foo_table.yml
tests/data/id_tests_table.yml
tests/data/redshift.sql
tests/data/scores_table.yml
tests/data/scores_with_nulls_table.yml
tests/data/state_fact_table.yml
tests/data/tagscores_table.yml
tests/data/weird_table_with_column_named_true_table.yml
tests/shelf_config/census.yaml
tests/shelf_config/census_bad.yaml
tests/shelf_config/census_bad_in.yaml
tests/shelf_config/census_complex.yaml
tests/shelf_config/census_deprecated.yaml
tests/shelf_config/census_nested.yaml
tests/shelf_config/census_references.yaml
tests/shelf_config/ingredients1.yaml
tests/shelf_config/scores_with_nulls.yaml