LICENCE
README.md
pyproject.toml
setup.py
servify/__init__.py
servify.egg-info/PKG-INFO
servify.egg-info/SOURCES.txt
servify.egg-info/dependency_links.txt
servify.egg-info/requires.txt
servify.egg-info/top_level.txt
servify/commons/__init__.py
servify/commons/func_read/__init__.py
servify/commons/func_read/base.py
servify/commons/func_read/errors.py
servify/commons/func_read/read.py
servify/commons/func_read/utils/__init__.py
servify/commons/func_read/utils/base.py
servify/commons/func_read/utils/csv_reader.py
servify/commons/func_read/utils/encoding.py
servify/commons/func_read/utils/excel.py
servify/commons/func_read/utils/helpers.py
servify/commons/func_read/utils/json_reader.py
servify/commons/func_read/utils/parquet_reader.py
servify/commons/func_read/utils/paths.py
servify/commons/func_read/utils/resolver.py
servify/commons/func_read/utils/schema.py
servify/commons/shared/__init__.py
servify/commons/shared/apply_schema.py
servify/commons/shared/base.py
servify/commons/shared/errors.py
servify/settings/__init__.py
servify/settings/log/__init__.py
servify/settings/log/base.py
servify/settings/log/handlers.py
servify/settings/log/levels.py
servify/settings/log/logger.py
servify/settings/log/persist.py
servify/settings/log/protocols.py
servify/settings/log/servify_configs.py
servify/settings/spark/__init__.py
servify/settings/spark/dbutils_helper.py
servify/settings/spark/environment.py
servify/settings/spark/spark_session.py
servify/tests/__init__.py
servify/tests/conftest.py
servify/tests/test_commons.py