AUTHORS.rst
CONTRIBUTING.rst
HISTORY.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
ballet/__init__.py
ballet/cli.py
ballet/client.py
ballet/compat.py
ballet/contrib.py
ballet/exc.py
ballet/feature.py
ballet/pipeline.py
ballet/project.py
ballet/templating.py
ballet/transformer.py
ballet/update.py
ballet.egg-info/PKG-INFO
ballet.egg-info/SOURCES.txt
ballet.egg-info/dependency_links.txt
ballet.egg-info/entry_points.txt
ballet.egg-info/not-zip-safe
ballet.egg-info/requires.txt
ballet.egg-info/top_level.txt
ballet/eng/__init__.py
ballet/eng/base.py
ballet/eng/misc.py
ballet/eng/missing.py
ballet/eng/ts.py
ballet/templates/feature_template/cookiecutter.json
ballet/templates/feature_template/{{ cookiecutter._dir }}/__init__.py
ballet/templates/feature_template/{{ cookiecutter._dir }}/user_{{ cookiecutter.username }}/__init__.py
ballet/templates/feature_template/{{ cookiecutter._dir }}/user_{{ cookiecutter.username }}/feature_{{ cookiecutter.featurename }}.py
ballet/templates/project_template/cookiecutter.json
ballet/templates/project_template/hooks/post_gen_project.py
ballet/templates/project_template/{{cookiecutter.project_slug}}/.cookiecutter_context.json
ballet/templates/project_template/{{cookiecutter.project_slug}}/.gitignore
ballet/templates/project_template/{{cookiecutter.project_slug}}/.travis.yml
ballet/templates/project_template/{{cookiecutter.project_slug}}/README.md
ballet/templates/project_template/{{cookiecutter.project_slug}}/ballet.yml
ballet/templates/project_template/{{cookiecutter.project_slug}}/requirements-notebook.txt
ballet/templates/project_template/{{cookiecutter.project_slug}}/requirements.txt
ballet/templates/project_template/{{cookiecutter.project_slug}}/setup.py
ballet/templates/project_template/{{cookiecutter.project_slug}}/tasks.py
ballet/templates/project_template/{{cookiecutter.project_slug}}/.github/repolockr.yml
ballet/templates/project_template/{{cookiecutter.project_slug}}/binder/postBuild
ballet/templates/project_template/{{cookiecutter.project_slug}}/binder/requirements.txt
ballet/templates/project_template/{{cookiecutter.project_slug}}/binder/workspace.json
ballet/templates/project_template/{{cookiecutter.project_slug}}/notebooks/Analysis.ipynb
ballet/templates/project_template/{{cookiecutter.project_slug}}/src/{{cookiecutter.package_slug}}/__init__.py
ballet/templates/project_template/{{cookiecutter.project_slug}}/src/{{cookiecutter.package_slug}}/__main__.py
ballet/templates/project_template/{{cookiecutter.project_slug}}/src/{{cookiecutter.package_slug}}/api.py
ballet/templates/project_template/{{cookiecutter.project_slug}}/src/{{cookiecutter.package_slug}}/load_data.py
ballet/templates/project_template/{{cookiecutter.project_slug}}/src/{{cookiecutter.package_slug}}/features/__init__.py
ballet/templates/project_template/{{cookiecutter.project_slug}}/src/{{cookiecutter.package_slug}}/features/encoder.py
ballet/templates/project_template/{{cookiecutter.project_slug}}/src/{{cookiecutter.package_slug}}/features/contrib/__init__.py
ballet/util/__init__.py
ballet/util/ci.py
ballet/util/code.py
ballet/util/fs.py
ballet/util/git.py
ballet/util/io.py
ballet/util/log.py
ballet/util/mod.py
ballet/util/testing.py
ballet/util/typing.py
ballet/validation/__init__.py
ballet/validation/base.py
ballet/validation/common.py
ballet/validation/entropy.py
ballet/validation/gfssf.py
ballet/validation/main.py
ballet/validation/feature_acceptance/__init__.py
ballet/validation/feature_acceptance/validator.py
ballet/validation/feature_api/__init__.py
ballet/validation/feature_api/checks.py
ballet/validation/feature_api/validator.py
ballet/validation/feature_pruning/__init__.py
ballet/validation/feature_pruning/validator.py
ballet/validation/project_structure/__init__.py
ballet/validation/project_structure/checks.py
ballet/validation/project_structure/validator.py
docs/Makefile
docs/authors.rst
docs/cli_reference.rst
docs/conf.py
docs/contributing.rst
docs/contributor_guide.rst
docs/feature_engineering_guide.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/maintainer_guide.rst
docs/make.bat
docs/readme.rst
docs/_static/feature_lifecycle.png
docs/_static/labextension_submit_button.png
docs/_static/labextension_submit_button_annotated.png
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_contrib.py
tests/test_feature.py
tests/test_project.py
tests/test_templating.py
tests/test_testing.py
tests/test_update.py
tests/test_util.py
tests/util.py
tests/end_to_end/__init__.py
tests/end_to_end/test_quickstart_end_to_end.py
tests/end_to_end/test_update_end_to_end.py
tests/end_to_end/test_validation_end_to_end.py
tests/eng/__init__.py
tests/eng/test_base.py
tests/eng/test_misc.py
tests/eng/test_ts.py
tests/validation/__init__.py
tests/validation/test_accepters.py
tests/validation/test_diff_checks.py
tests/validation/test_entropy.py
tests/validation/test_feature_api_checks.py
tests/validation/test_main.py
tests/validation/test_project_structure.py
tests/validation/test_pruners.py
tests/validation/util.py