servify 0.0.44__tar.gz → 0.0.45__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.
- {servify-0.0.44/servify.egg-info → servify-0.0.45}/PKG-INFO +1 -1
- {servify-0.0.44 → servify-0.0.45}/servify/__init__.py +1 -1
- servify-0.0.45/servify/commons/__init__.py +9 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/helpers.py +4 -4
- {servify-0.0.44 → servify-0.0.45/servify.egg-info}/PKG-INFO +1 -1
- {servify-0.0.44 → servify-0.0.45}/setup.py +1 -1
- servify-0.0.44/servify/tests/__init__.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/LICENCE +0 -0
- {servify-0.0.44 → servify-0.0.45}/README.md +0 -0
- {servify-0.0.44 → servify-0.0.45}/pyproject.toml +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/__init__.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/base.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/errors.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/read.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/__init__.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/base.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/csv_reader.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/encoding.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/excel.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/json_reader.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/parquet_reader.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/paths.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/func_read/utils/schema.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/shared/__init__.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/shared/apply_schema.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/shared/base.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/commons/shared/errors.py +0 -0
- {servify-0.0.44/servify/commons → servify-0.0.45/servify/settings}/__init__.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/log/__init__.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/log/base.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/log/handlers.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/log/levels.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/log/logger.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/log/persist.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/log/protocols.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/log/servify_configs.py +0 -0
- {servify-0.0.44/servify/settings → servify-0.0.45/servify/settings/path}/__init__.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/path/paths.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/spark/__init__.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/spark/dbutils_helper.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/spark/environment.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/settings/spark/spark_session.py +0 -0
- {servify-0.0.44/servify/settings/path → servify-0.0.45/servify/tests}/__init__.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/tests/conftest.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify/tests/test_commons.py +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify.egg-info/SOURCES.txt +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify.egg-info/dependency_links.txt +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify.egg-info/requires.txt +0 -0
- {servify-0.0.44 → servify-0.0.45}/servify.egg-info/top_level.txt +0 -0
- {servify-0.0.44 → servify-0.0.45}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: servify
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.45
|
|
4
4
|
Summary: A Python library that simplifies data manipulation and workflow development with PySpark in Databricks environments.
|
|
5
5
|
Author: Felipe Pegoraro
|
|
6
6
|
Author-email: felipepegoraro93@gmail.com
|
|
@@ -22,10 +22,10 @@ class helper_reading_data(HelperBase):
|
|
|
22
22
|
# composição
|
|
23
23
|
self.paths = PathUtils()
|
|
24
24
|
self.encoding = EncodingUtils()
|
|
25
|
-
self.excel = ExcelReader(self.spark)
|
|
26
|
-
self.csv = CsvReader(self.spark)
|
|
27
|
-
self.json = JsonReader(self.spark)
|
|
28
|
-
self.parquet = ParquetReader(self.spark)
|
|
25
|
+
self.excel = ExcelReader(self.spark, self.log)
|
|
26
|
+
self.csv = CsvReader(self.spark, self.log)
|
|
27
|
+
self.json = JsonReader(self.spark, self.log)
|
|
28
|
+
self.parquet = ParquetReader(self.spark, self.log)
|
|
29
29
|
self.schema_utils = SchemaUtils(self.commons_shared)
|
|
30
30
|
|
|
31
31
|
# métodos de fachada, mantendo a API que o read.py espera
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: servify
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.45
|
|
4
4
|
Summary: A Python library that simplifies data manipulation and workflow development with PySpark in Databricks environments.
|
|
5
5
|
Author: Felipe Pegoraro
|
|
6
6
|
Author-email: felipepegoraro93@gmail.com
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|