servify 0.0.45__tar.gz → 0.0.46__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.46}/PKG-INFO +1 -1
  2. {servify-0.0.45 → servify-0.0.46/servify.egg-info}/PKG-INFO +1 -1
  3. {servify-0.0.45 → servify-0.0.46}/setup.py +1 -1
  4. {servify-0.0.45 → servify-0.0.46}/LICENCE +0 -0
  5. {servify-0.0.45 → servify-0.0.46}/README.md +0 -0
  6. {servify-0.0.45 → servify-0.0.46}/pyproject.toml +0 -0
  7. {servify-0.0.45 → servify-0.0.46}/servify/__init__.py +0 -0
  8. {servify-0.0.45 → servify-0.0.46}/servify/commons/__init__.py +0 -0
  9. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/__init__.py +0 -0
  10. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/base.py +0 -0
  11. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/errors.py +0 -0
  12. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/read.py +0 -0
  13. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/__init__.py +0 -0
  14. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/base.py +0 -0
  15. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/csv_reader.py +0 -0
  16. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/encoding.py +0 -0
  17. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/excel.py +0 -0
  18. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/helpers.py +0 -0
  19. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/json_reader.py +0 -0
  20. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/parquet_reader.py +0 -0
  21. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/paths.py +0 -0
  22. {servify-0.0.45 → servify-0.0.46}/servify/commons/func_read/utils/schema.py +0 -0
  23. {servify-0.0.45 → servify-0.0.46}/servify/commons/shared/__init__.py +0 -0
  24. {servify-0.0.45 → servify-0.0.46}/servify/commons/shared/apply_schema.py +0 -0
  25. {servify-0.0.45 → servify-0.0.46}/servify/commons/shared/base.py +0 -0
  26. {servify-0.0.45 → servify-0.0.46}/servify/commons/shared/errors.py +0 -0
  27. {servify-0.0.45 → servify-0.0.46}/servify/settings/__init__.py +0 -0
  28. {servify-0.0.45 → servify-0.0.46}/servify/settings/log/__init__.py +0 -0
  29. {servify-0.0.45 → servify-0.0.46}/servify/settings/log/base.py +0 -0
  30. {servify-0.0.45 → servify-0.0.46}/servify/settings/log/handlers.py +0 -0
  31. {servify-0.0.45 → servify-0.0.46}/servify/settings/log/levels.py +0 -0
  32. {servify-0.0.45 → servify-0.0.46}/servify/settings/log/logger.py +0 -0
  33. {servify-0.0.45 → servify-0.0.46}/servify/settings/log/persist.py +0 -0
  34. {servify-0.0.45 → servify-0.0.46}/servify/settings/log/protocols.py +0 -0
  35. {servify-0.0.45 → servify-0.0.46}/servify/settings/log/servify_configs.py +0 -0
  36. {servify-0.0.45 → servify-0.0.46}/servify/settings/path/__init__.py +0 -0
  37. {servify-0.0.45 → servify-0.0.46}/servify/settings/path/paths.py +0 -0
  38. {servify-0.0.45 → servify-0.0.46}/servify/settings/spark/__init__.py +0 -0
  39. {servify-0.0.45 → servify-0.0.46}/servify/settings/spark/dbutils_helper.py +0 -0
  40. {servify-0.0.45 → servify-0.0.46}/servify/settings/spark/environment.py +0 -0
  41. {servify-0.0.45 → servify-0.0.46}/servify/settings/spark/spark_session.py +0 -0
  42. {servify-0.0.45 → servify-0.0.46}/servify/tests/__init__.py +0 -0
  43. {servify-0.0.45 → servify-0.0.46}/servify/tests/conftest.py +0 -0
  44. {servify-0.0.45 → servify-0.0.46}/servify/tests/test_commons.py +0 -0
  45. {servify-0.0.45 → servify-0.0.46}/servify.egg-info/SOURCES.txt +0 -0
  46. {servify-0.0.45 → servify-0.0.46}/servify.egg-info/dependency_links.txt +0 -0
  47. {servify-0.0.45 → servify-0.0.46}/servify.egg-info/requires.txt +0 -0
  48. {servify-0.0.45 → servify-0.0.46}/servify.egg-info/top_level.txt +0 -0
  49. {servify-0.0.45 → servify-0.0.46}/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.46
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: servify
3
- Version: 0.0.45
3
+ Version: 0.0.46
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
@@ -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.46",
9
9
  license="MIT",
10
10
  author="Felipe Pegoraro",
11
11
  author_email="felipepegoraro93@gmail.com",
File without changes
File without changes
File without changes
File without changes
File without changes