servify 0.0.45__tar.gz → 0.0.47__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.
Files changed (49) hide show
  1. {servify-0.0.45/servify.egg-info → servify-0.0.47}/PKG-INFO +1 -3
  2. {servify-0.0.45 → servify-0.0.47/servify.egg-info}/PKG-INFO +1 -3
  3. {servify-0.0.45 → servify-0.0.47}/servify.egg-info/requires.txt +0 -2
  4. {servify-0.0.45 → servify-0.0.47}/setup.py +1 -3
  5. {servify-0.0.45 → servify-0.0.47}/LICENCE +0 -0
  6. {servify-0.0.45 → servify-0.0.47}/README.md +0 -0
  7. {servify-0.0.45 → servify-0.0.47}/pyproject.toml +0 -0
  8. {servify-0.0.45 → servify-0.0.47}/servify/__init__.py +0 -0
  9. {servify-0.0.45 → servify-0.0.47}/servify/commons/__init__.py +0 -0
  10. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/__init__.py +0 -0
  11. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/base.py +0 -0
  12. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/errors.py +0 -0
  13. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/read.py +0 -0
  14. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/__init__.py +0 -0
  15. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/base.py +0 -0
  16. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/csv_reader.py +0 -0
  17. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/encoding.py +0 -0
  18. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/excel.py +0 -0
  19. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/helpers.py +0 -0
  20. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/json_reader.py +0 -0
  21. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/parquet_reader.py +0 -0
  22. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/paths.py +0 -0
  23. {servify-0.0.45 → servify-0.0.47}/servify/commons/func_read/utils/schema.py +0 -0
  24. {servify-0.0.45 → servify-0.0.47}/servify/commons/shared/__init__.py +0 -0
  25. {servify-0.0.45 → servify-0.0.47}/servify/commons/shared/apply_schema.py +0 -0
  26. {servify-0.0.45 → servify-0.0.47}/servify/commons/shared/base.py +0 -0
  27. {servify-0.0.45 → servify-0.0.47}/servify/commons/shared/errors.py +0 -0
  28. {servify-0.0.45 → servify-0.0.47}/servify/settings/__init__.py +0 -0
  29. {servify-0.0.45 → servify-0.0.47}/servify/settings/log/__init__.py +0 -0
  30. {servify-0.0.45 → servify-0.0.47}/servify/settings/log/base.py +0 -0
  31. {servify-0.0.45 → servify-0.0.47}/servify/settings/log/handlers.py +0 -0
  32. {servify-0.0.45 → servify-0.0.47}/servify/settings/log/levels.py +0 -0
  33. {servify-0.0.45 → servify-0.0.47}/servify/settings/log/logger.py +0 -0
  34. {servify-0.0.45 → servify-0.0.47}/servify/settings/log/persist.py +0 -0
  35. {servify-0.0.45 → servify-0.0.47}/servify/settings/log/protocols.py +0 -0
  36. {servify-0.0.45 → servify-0.0.47}/servify/settings/log/servify_configs.py +0 -0
  37. {servify-0.0.45 → servify-0.0.47}/servify/settings/path/__init__.py +0 -0
  38. {servify-0.0.45 → servify-0.0.47}/servify/settings/path/paths.py +0 -0
  39. {servify-0.0.45 → servify-0.0.47}/servify/settings/spark/__init__.py +0 -0
  40. {servify-0.0.45 → servify-0.0.47}/servify/settings/spark/dbutils_helper.py +0 -0
  41. {servify-0.0.45 → servify-0.0.47}/servify/settings/spark/environment.py +0 -0
  42. {servify-0.0.45 → servify-0.0.47}/servify/settings/spark/spark_session.py +0 -0
  43. {servify-0.0.45 → servify-0.0.47}/servify/tests/__init__.py +0 -0
  44. {servify-0.0.45 → servify-0.0.47}/servify/tests/conftest.py +0 -0
  45. {servify-0.0.45 → servify-0.0.47}/servify/tests/test_commons.py +0 -0
  46. {servify-0.0.45 → servify-0.0.47}/servify.egg-info/SOURCES.txt +0 -0
  47. {servify-0.0.45 → servify-0.0.47}/servify.egg-info/dependency_links.txt +0 -0
  48. {servify-0.0.45 → servify-0.0.47}/servify.egg-info/top_level.txt +0 -0
  49. {servify-0.0.45 → servify-0.0.47}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: servify
3
- Version: 0.0.45
3
+ Version: 0.0.47
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
@@ -8,8 +8,6 @@ License: MIT
8
8
  Keywords: databricks spark pyspark
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENCE
11
- Requires-Dist: pyspark>=4.0.0
12
- Requires-Dist: delta-spark>=4.0.1
13
11
  Requires-Dist: loguru>=0.7.3
14
12
  Requires-Dist: holidays>=0.88
15
13
  Requires-Dist: pandas>=2.3.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: servify
3
- Version: 0.0.45
3
+ Version: 0.0.47
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
@@ -8,8 +8,6 @@ License: MIT
8
8
  Keywords: databricks spark pyspark
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENCE
11
- Requires-Dist: pyspark>=4.0.0
12
- Requires-Dist: delta-spark>=4.0.1
13
11
  Requires-Dist: loguru>=0.7.3
14
12
  Requires-Dist: holidays>=0.88
15
13
  Requires-Dist: pandas>=2.3.2
@@ -1,5 +1,3 @@
1
- pyspark>=4.0.0
2
- delta-spark>=4.0.1
3
1
  loguru>=0.7.3
4
2
  holidays>=0.88
5
3
  pandas>=2.3.2
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as arq:
5
5
 
6
6
  setup(
7
7
  name="servify",
8
- version="0.0.45",
8
+ version="0.0.47",
9
9
  license="MIT",
10
10
  author="Felipe Pegoraro",
11
11
  author_email="felipepegoraro93@gmail.com",
@@ -15,8 +15,6 @@ setup(
15
15
  keywords="databricks spark pyspark",
16
16
  packages=find_packages(include=["servify", "servify.*"]),
17
17
  install_requires=[
18
- "pyspark>=4.0.0",
19
- "delta-spark>=4.0.1",
20
18
  "loguru>=0.7.3",
21
19
  "holidays>=0.88",
22
20
  "pandas>=2.3.2",
File without changes
File without changes
File without changes
File without changes
File without changes