wedata-feature-engineering 0.1.4__tar.gz → 0.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5}/PKG-INFO +1 -1
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5}/setup.py +8 -2
- {wedata-feature-engineering-0.1.4/feature_store → wedata-feature-engineering-0.1.5/wedata}/__init__.py +1 -1
- wedata-feature-engineering-0.1.5/wedata/feature_store/utils/__init__.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5}/wedata_feature_engineering.egg-info/PKG-INFO +1 -1
- wedata-feature-engineering-0.1.5/wedata_feature_engineering.egg-info/SOURCES.txt +45 -0
- wedata-feature-engineering-0.1.5/wedata_feature_engineering.egg-info/top_level.txt +1 -0
- wedata-feature-engineering-0.1.4/wedata_feature_engineering.egg-info/SOURCES.txt +0 -44
- wedata-feature-engineering-0.1.4/wedata_feature_engineering.egg-info/top_level.txt +0 -1
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5}/README.md +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5}/setup.cfg +0 -0
- {wedata-feature-engineering-0.1.4/feature_store/constants → wedata-feature-engineering-0.1.5/wedata/feature_store}/__init__.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/client.py +0 -0
- {wedata-feature-engineering-0.1.4/feature_store/entities → wedata-feature-engineering-0.1.5/wedata/feature_store/constants}/__init__.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/constants/constants.py +0 -0
- {wedata-feature-engineering-0.1.4/feature_store/feature_table_client → wedata-feature-engineering-0.1.5/wedata/feature_store/entities}/__init__.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/column_info.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/data_type.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/environment_variables.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/feature.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/feature_column_info.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/feature_function.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/feature_lookup.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/feature_spec.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/feature_spec_constants.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/feature_table.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/feature_table_info.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/function_info.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/on_demand_column_info.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/source_data_column_info.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/entities/training_set.py +0 -0
- {wedata-feature-engineering-0.1.4/feature_store/spark_client → wedata-feature-engineering-0.1.5/wedata/feature_store/feature_table_client}/__init__.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/feature_table_client/feature_table_client.py +0 -0
- {wedata-feature-engineering-0.1.4/feature_store/training_set_client → wedata-feature-engineering-0.1.5/wedata/feature_store/spark_client}/__init__.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/spark_client/spark_client.py +0 -0
- {wedata-feature-engineering-0.1.4/feature_store/utils → wedata-feature-engineering-0.1.5/wedata/feature_store/training_set_client}/__init__.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/training_set_client/training_set_client.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/common_utils.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/feature_lookup_utils.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/feature_spec_utils.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/feature_utils.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/schema_utils.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/topological_sort.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/training_set_utils.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/uc_utils.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/utils.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/utils/validation_utils.py +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5}/wedata_feature_engineering.egg-info/dependency_links.txt +0 -0
- {wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5}/wedata_feature_engineering.egg-info/requires.txt +0 -0
@@ -1,9 +1,15 @@
|
|
1
1
|
from setuptools import setup, find_packages
|
2
|
+
import os
|
3
|
+
|
4
|
+
# Dynamically read version from wedata/__init__.py
|
5
|
+
version = {}
|
6
|
+
with open(os.path.join(os.path.dirname(__file__), 'wedata', '__init__.py')) as f:
|
7
|
+
exec(f.read(), version)
|
2
8
|
|
3
9
|
setup(
|
4
10
|
name="wedata-feature-engineering",
|
5
|
-
version="
|
6
|
-
packages=find_packages(
|
11
|
+
version=version["__version__"],
|
12
|
+
packages=find_packages(include=['wedata', 'wedata.*']),
|
7
13
|
install_requires=[
|
8
14
|
'pyspark>=3.0.0',
|
9
15
|
'delta-spark>=1.0.0',
|
File without changes
|
@@ -0,0 +1,45 @@
|
|
1
|
+
README.md
|
2
|
+
setup.py
|
3
|
+
wedata/__init__.py
|
4
|
+
wedata/feature_store/__init__.py
|
5
|
+
wedata/feature_store/client.py
|
6
|
+
wedata/feature_store/constants/__init__.py
|
7
|
+
wedata/feature_store/constants/constants.py
|
8
|
+
wedata/feature_store/entities/__init__.py
|
9
|
+
wedata/feature_store/entities/column_info.py
|
10
|
+
wedata/feature_store/entities/data_type.py
|
11
|
+
wedata/feature_store/entities/environment_variables.py
|
12
|
+
wedata/feature_store/entities/feature.py
|
13
|
+
wedata/feature_store/entities/feature_column_info.py
|
14
|
+
wedata/feature_store/entities/feature_function.py
|
15
|
+
wedata/feature_store/entities/feature_lookup.py
|
16
|
+
wedata/feature_store/entities/feature_spec.py
|
17
|
+
wedata/feature_store/entities/feature_spec_constants.py
|
18
|
+
wedata/feature_store/entities/feature_table.py
|
19
|
+
wedata/feature_store/entities/feature_table_info.py
|
20
|
+
wedata/feature_store/entities/function_info.py
|
21
|
+
wedata/feature_store/entities/on_demand_column_info.py
|
22
|
+
wedata/feature_store/entities/source_data_column_info.py
|
23
|
+
wedata/feature_store/entities/training_set.py
|
24
|
+
wedata/feature_store/feature_table_client/__init__.py
|
25
|
+
wedata/feature_store/feature_table_client/feature_table_client.py
|
26
|
+
wedata/feature_store/spark_client/__init__.py
|
27
|
+
wedata/feature_store/spark_client/spark_client.py
|
28
|
+
wedata/feature_store/training_set_client/__init__.py
|
29
|
+
wedata/feature_store/training_set_client/training_set_client.py
|
30
|
+
wedata/feature_store/utils/__init__.py
|
31
|
+
wedata/feature_store/utils/common_utils.py
|
32
|
+
wedata/feature_store/utils/feature_lookup_utils.py
|
33
|
+
wedata/feature_store/utils/feature_spec_utils.py
|
34
|
+
wedata/feature_store/utils/feature_utils.py
|
35
|
+
wedata/feature_store/utils/schema_utils.py
|
36
|
+
wedata/feature_store/utils/topological_sort.py
|
37
|
+
wedata/feature_store/utils/training_set_utils.py
|
38
|
+
wedata/feature_store/utils/uc_utils.py
|
39
|
+
wedata/feature_store/utils/utils.py
|
40
|
+
wedata/feature_store/utils/validation_utils.py
|
41
|
+
wedata_feature_engineering.egg-info/PKG-INFO
|
42
|
+
wedata_feature_engineering.egg-info/SOURCES.txt
|
43
|
+
wedata_feature_engineering.egg-info/dependency_links.txt
|
44
|
+
wedata_feature_engineering.egg-info/requires.txt
|
45
|
+
wedata_feature_engineering.egg-info/top_level.txt
|
@@ -0,0 +1 @@
|
|
1
|
+
wedata
|
@@ -1,44 +0,0 @@
|
|
1
|
-
README.md
|
2
|
-
setup.py
|
3
|
-
feature_store/__init__.py
|
4
|
-
feature_store/client.py
|
5
|
-
feature_store/constants/__init__.py
|
6
|
-
feature_store/constants/constants.py
|
7
|
-
feature_store/entities/__init__.py
|
8
|
-
feature_store/entities/column_info.py
|
9
|
-
feature_store/entities/data_type.py
|
10
|
-
feature_store/entities/environment_variables.py
|
11
|
-
feature_store/entities/feature.py
|
12
|
-
feature_store/entities/feature_column_info.py
|
13
|
-
feature_store/entities/feature_function.py
|
14
|
-
feature_store/entities/feature_lookup.py
|
15
|
-
feature_store/entities/feature_spec.py
|
16
|
-
feature_store/entities/feature_spec_constants.py
|
17
|
-
feature_store/entities/feature_table.py
|
18
|
-
feature_store/entities/feature_table_info.py
|
19
|
-
feature_store/entities/function_info.py
|
20
|
-
feature_store/entities/on_demand_column_info.py
|
21
|
-
feature_store/entities/source_data_column_info.py
|
22
|
-
feature_store/entities/training_set.py
|
23
|
-
feature_store/feature_table_client/__init__.py
|
24
|
-
feature_store/feature_table_client/feature_table_client.py
|
25
|
-
feature_store/spark_client/__init__.py
|
26
|
-
feature_store/spark_client/spark_client.py
|
27
|
-
feature_store/training_set_client/__init__.py
|
28
|
-
feature_store/training_set_client/training_set_client.py
|
29
|
-
feature_store/utils/__init__.py
|
30
|
-
feature_store/utils/common_utils.py
|
31
|
-
feature_store/utils/feature_lookup_utils.py
|
32
|
-
feature_store/utils/feature_spec_utils.py
|
33
|
-
feature_store/utils/feature_utils.py
|
34
|
-
feature_store/utils/schema_utils.py
|
35
|
-
feature_store/utils/topological_sort.py
|
36
|
-
feature_store/utils/training_set_utils.py
|
37
|
-
feature_store/utils/uc_utils.py
|
38
|
-
feature_store/utils/utils.py
|
39
|
-
feature_store/utils/validation_utils.py
|
40
|
-
wedata_feature_engineering.egg-info/PKG-INFO
|
41
|
-
wedata_feature_engineering.egg-info/SOURCES.txt
|
42
|
-
wedata_feature_engineering.egg-info/dependency_links.txt
|
43
|
-
wedata_feature_engineering.egg-info/requires.txt
|
44
|
-
wedata_feature_engineering.egg-info/top_level.txt
|
@@ -1 +0,0 @@
|
|
1
|
-
feature_store
|
File without changes
|
File without changes
|
File without changes
|
{wedata-feature-engineering-0.1.4 → wedata-feature-engineering-0.1.5/wedata}/feature_store/client.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|