LICENSE
README.md
pyproject.toml
servc/__init__.py
servc/py.typed
servc/server.py
servc/util.py
servc.egg-info/PKG-INFO
servc.egg-info/SOURCES.txt
servc.egg-info/dependency_links.txt
servc.egg-info/top_level.txt
servc/svc/__init__.py
servc/svc/client/get.py
servc/svc/client/poll.py
servc/svc/client/send.py
servc/svc/com/__init__.py
servc/svc/com/bus/__init__.py
servc/svc/com/bus/asb.py
servc/svc/com/bus/rabbitmq.py
servc/svc/com/cache/__init__.py
servc/svc/com/cache/redis.py
servc/svc/com/http/__init__.py
servc/svc/com/http/blob.py
servc/svc/com/storage/__init__.py
servc/svc/com/storage/delta.py
servc/svc/com/storage/iceberg.py
servc/svc/com/storage/lake.py
servc/svc/com/storage/tenant.py
servc/svc/com/storage/blob/__init__.py
servc/svc/com/worker/__init__.py
servc/svc/com/worker/methods.py
servc/svc/com/worker/types.py
servc/svc/com/worker/hooks/__init__.py
servc/svc/com/worker/hooks/oncomplete.py
servc/svc/com/worker/hooks/parallelize.py
servc/svc/config/__init__.py
servc/svc/idgen/__init__.py
servc/svc/idgen/simple.py
servc/svc/io/__init__.py
servc/svc/io/hooks.py
servc/svc/io/input.py
servc/svc/io/output.py
servc/svc/io/response.py
tests/test_complete.py
tests/test_config.py
tests/test_delta.py
tests/test_iceberg.py
tests/test_idgen.py
tests/test_io_response.py
tests/test_parallelize.py
tests/test_rabbitmq.py
tests/test_redis.py
tests/test_upload.py