LICENSE
MANIFEST.in
README.md
pyproject.toml
src/featureform/__init__.py
src/featureform/__main__.py
src/featureform/cli.py
src/featureform/client.py
src/featureform/constants.py
src/featureform/deploy.py
src/featureform/enums.py
src/featureform/exceptions.py
src/featureform/feature_flag.py
src/featureform/file_utils.py
src/featureform/format.py
src/featureform/get.py
src/featureform/grpc_client.py
src/featureform/list.py
src/featureform/logging.py
src/featureform/parse.py
src/featureform/register.py
src/featureform/resources.py
src/featureform/search.py
src/featureform/secret_provider.py
src/featureform/serving.py
src/featureform/status_display.py
src/featureform/tls.py
src/featureform/train_test_split.py
src/featureform/type_objects.py
src/featureform/types.py
src/featureform/utils.py
src/featureform/variant_names_generator.py
src/featureform/version.py
src/featureform/lib/__init__.py
src/featureform/lib/auth.py
src/featureform/proto/metadata.proto
src/featureform/proto/metadata_pb2.py
src/featureform/proto/metadata_pb2.pyi
src/featureform/proto/metadata_pb2_grpc.py
src/featureform/proto/serving.proto
src/featureform/proto/serving_pb2.py
src/featureform/proto/serving_pb2.pyi
src/featureform/proto/serving_pb2_grpc.py
src/featureform_enterprise.egg-info/PKG-INFO
src/featureform_enterprise.egg-info/SOURCES.txt
src/featureform_enterprise.egg-info/dependency_links.txt
src/featureform_enterprise.egg-info/entry_points.txt
src/featureform_enterprise.egg-info/requires.txt
src/featureform_enterprise.egg-info/top_level.txt
tests/test_auth.py
tests/test_autogenerated_variants.py
tests/test_canonicalize_function_definition.py
tests/test_class_api.py
tests/test_cli.py
tests/test_client.py
tests/test_delete.py
tests/test_deploy.py
tests/test_enums.py
tests/test_executor_resources.py
tests/test_getting_model.py
tests/test_multi_entity_labels.py
tests/test_multi_feature.py
tests/test_ondemand_features.py
tests/test_parse.py
tests/test_resource_registration.py
tests/test_search.py
tests/test_secret_provider.py
tests/test_serving_model.py
tests/test_source_columns.py
tests/test_source_dataframe.py
tests/test_spark_provider.py
tests/test_status.py
tests/test_tags_and_properties.py
tests/test_train_test_split.py
tests/test_training_set_dataframe.py
tests/test_updating_provider.py