LICENSE
README.md
setup.py
patchwork/core/__init__.py
patchwork/core/component.py
patchwork/core/pydantic.py
patchwork/core/serializers.py
patchwork/core/typing.py
patchwork/core/utils.py
patchwork/core/client/__init__.py
patchwork/core/client/base.py
patchwork/core/client/local.py
patchwork/core/client/task.py
patchwork/core/client/serializers/__init__.py
patchwork/core/client/serializers/base.py
patchwork/core/client/serializers/betterproto.py
patchwork/core/config/__init__.py
patchwork/core/config/base.py
patchwork/core/config/providers.py
patchwork/core/proto/__init__.py
patchwork/core/proto/task.py
patchwork/core/proto/google/__init__.py
patchwork/core/proto/google/protobuf.py
patchwork_core.egg-info/PKG-INFO
patchwork_core.egg-info/SOURCES.txt
patchwork_core.egg-info/dependency_links.txt
patchwork_core.egg-info/not-zip-safe
patchwork_core.egg-info/requires.txt
patchwork_core.egg-info/top_level.txt
scripts/compile-protoc.py
tests/__init__.py
tests/conftest.py
tests/core/__init__.py
tests/core/test_classpath.py
tests/core/test_client.py
tests/core/test_component.py
tests/core/test_fnpath.py
tests/core/test_pydantic.py