MANIFEST.in
README.md
extra-requirements.txt
fastentrypoints.py
setup.py
cli/__init__.py
cli/api.py
cli/autocomplete.py
cli/export.py
daemon/__init__.py
daemon/dockerize.py
daemon/excepts.py
daemon/files.py
daemon/helper.py
daemon/parser.py
daemon/tasks.py
daemon/Dockerfiles/.dockerignore
daemon/Dockerfiles/default.Dockerfile
daemon/Dockerfiles/devel.Dockerfile
daemon/api/__init__.py
daemon/api/dependencies.py
daemon/api/endpoints/__init__.py
daemon/api/endpoints/flows.py
daemon/api/endpoints/logs.py
daemon/api/endpoints/peas.py
daemon/api/endpoints/pods.py
daemon/api/endpoints/workspaces.py
daemon/api/endpoints/partial/__init__.py
daemon/api/endpoints/partial/flow.py
daemon/api/endpoints/partial/pea.py
daemon/api/endpoints/partial/pod.py
daemon/models/__init__.py
daemon/models/base.py
daemon/models/containers.py
daemon/models/custom.py
daemon/models/enums.py
daemon/models/id.py
daemon/models/partial.py
daemon/models/workspaces.py
daemon/stores/__init__.py
daemon/stores/base.py
daemon/stores/containers.py
daemon/stores/flows.py
daemon/stores/partial.py
daemon/stores/peas.py
daemon/stores/pods.py
daemon/stores/workspaces.py
jina/__init__.py
jina/checker.py
jina/enums.py
jina/excepts.py
jina/helper.py
jina/importer.py
jina.egg-info/PKG-INFO
jina.egg-info/SOURCES.txt
jina.egg-info/dependency_links.txt
jina.egg-info/entry_points.txt
jina.egg-info/not-zip-safe
jina.egg-info/requires.txt
jina.egg-info/top_level.txt
jina/clients/__init__.py
jina/clients/grpc.py
jina/clients/helper.py
jina/clients/http.py
jina/clients/mixin.py
jina/clients/websocket.py
jina/clients/base/__init__.py
jina/clients/base/grpc.py
jina/clients/base/http.py
jina/clients/base/websocket.py
jina/clients/request/__init__.py
jina/clients/request/asyncio.py
jina/clients/request/helper.py
jina/executors/__init__.py
jina/executors/decorators.py
jina/executors/metas.py
jina/flow/__init__.py
jina/flow/asyncio.py
jina/flow/base.py
jina/flow/builder.py
jina/helloworld/__init__.py
jina/helloworld/fork.py
jina/helloworld/chatbot/__init__.py
jina/helloworld/chatbot/app.py
jina/helloworld/chatbot/my_executors.py
jina/helloworld/chatbot/static/index.html
jina/helloworld/chatbot/static/license.txt
jina/helloworld/chatbot/static/script.js
jina/helloworld/chatbot/static/style.css
jina/helloworld/fashion/__init__.py
jina/helloworld/fashion/app.py
jina/helloworld/fashion/demo.html
jina/helloworld/fashion/helper.py
jina/helloworld/fashion/my_executors.py
jina/helloworld/multimodal/__init__.py
jina/helloworld/multimodal/app.py
jina/helloworld/multimodal/flow-index.yml
jina/helloworld/multimodal/flow-search.yml
jina/helloworld/multimodal/my_executors.py
jina/helloworld/multimodal/static/index.html
jina/hubble/__init__.py
jina/hubble/helper.py
jina/hubble/hubapi.py
jina/hubble/hubio.py
jina/jaml/__init__.py
jina/jaml/helper.py
jina/jaml/parsers/__init__.py
jina/jaml/parsers/base.py
jina/jaml/parsers/default/__init__.py
jina/jaml/parsers/default/v1.py
jina/jaml/parsers/executor/__init__.py
jina/jaml/parsers/executor/legacy.py
jina/jaml/parsers/flow/__init__.py
jina/jaml/parsers/flow/legacy.py
jina/jaml/parsers/flow/v1.py
jina/logging/__init__.py
jina/logging/formatter.py
jina/logging/logger.py
jina/logging/predefined.py
jina/logging/profile.py
jina/optimizers/__init__.py
jina/optimizers/discovery.py
jina/optimizers/flow_runner.py
jina/optimizers/parameters.py
jina/parsers/__init__.py
jina/parsers/base.py
jina/parsers/client.py
jina/parsers/export_api.py
jina/parsers/flow.py
jina/parsers/helloworld.py
jina/parsers/helper.py
jina/parsers/optimizer.py
jina/parsers/ping.py
jina/parsers/hubble/__init__.py
jina/parsers/hubble/pull.py
jina/parsers/hubble/push.py
jina/parsers/peapods/__init__.py
jina/parsers/peapods/base.py
jina/parsers/peapods/pea.py
jina/parsers/peapods/pod.py
jina/parsers/peapods/runtimes/__init__.py
jina/parsers/peapods/runtimes/container.py
jina/parsers/peapods/runtimes/distributed.py
jina/parsers/peapods/runtimes/remote.py
jina/parsers/peapods/runtimes/zed.py
jina/parsers/peapods/runtimes/zmq.py
jina/peapods/__init__.py
jina/peapods/networking.py
jina/peapods/peas/__init__.py
jina/peapods/peas/helper.py
jina/peapods/pods/__init__.py
jina/peapods/pods/compound.py
jina/peapods/pods/factory.py
jina/peapods/runtimes/__init__.py
jina/peapods/runtimes/base.py
jina/peapods/runtimes/container/__init__.py
jina/peapods/runtimes/gateway/__init__.py
jina/peapods/runtimes/gateway/prefetch.py
jina/peapods/runtimes/gateway/grpc/__init__.py
jina/peapods/runtimes/gateway/http/__init__.py
jina/peapods/runtimes/gateway/http/app.py
jina/peapods/runtimes/gateway/http/models.py
jina/peapods/runtimes/gateway/websocket/__init__.py
jina/peapods/runtimes/gateway/websocket/app.py
jina/peapods/runtimes/jinad/__init__.py
jina/peapods/runtimes/jinad/client.py
jina/peapods/runtimes/zmq/__init__.py
jina/peapods/runtimes/zmq/asyncio.py
jina/peapods/runtimes/zmq/base.py
jina/peapods/runtimes/zmq/zed.py
jina/peapods/zmq/__init__.py
jina/proto/__init__.py
jina/proto/jina_pb2.py
jina/proto/jina_pb2_grpc.py
jina/proto/serializer.py
jina/resources/Python.gitignore
jina/resources/ci-vendors.json
jina/resources/extra-requirements.txt
jina/resources/fluent.conf
jina/resources/jina.logo
jina/resources/logging.daemon.yml
jina/resources/logging.default.yml
jina/resources/logging.docker.yml
jina/resources/logging.profile.yml
jina/resources/logging.quiet.yml
jina/resources/logging.remote.yml
jina/resources/completions/jina.bash
jina/resources/completions/jina.fish
jina/resources/completions/jina.zsh
jina/schemas/__init__.py
jina/schemas/executor.py
jina/schemas/flow.py
jina/schemas/helper.py
jina/schemas/meta.py
jina/schemas/pod.py
jina/types/__init__.py
jina/types/list.py
jina/types/mixin.py
jina/types/struct.py
jina/types/arrays/__init__.py
jina/types/arrays/chunk.py
jina/types/arrays/document.py
jina/types/arrays/match.py
jina/types/arrays/memmap.py
jina/types/arrays/neural_ops.py
jina/types/arrays/traversable.py
jina/types/document/__init__.py
jina/types/document/converters.py
jina/types/document/generators.py
jina/types/document/graph.py
jina/types/document/helper.py
jina/types/document/multimodal.py
jina/types/message/__init__.py
jina/types/message/common.py
jina/types/ndarray/__init__.py
jina/types/ndarray/generic.py
jina/types/ndarray/dense/__init__.py
jina/types/ndarray/dense/numpy.py
jina/types/ndarray/sparse/__init__.py
jina/types/ndarray/sparse/numpy.py
jina/types/ndarray/sparse/pytorch.py
jina/types/ndarray/sparse/scipy.py
jina/types/ndarray/sparse/tensorflow.py
jina/types/request/__init__.py
jina/types/request/control.py
jina/types/request/data.py
jina/types/request/mixin.py
jina/types/routing/__init__.py
jina/types/routing/table.py
jina/types/score/__init__.py
jina/types/score/map.py