LICENSE
MANIFEST.in
README.md
extra-requirements.txt
fastentrypoints.py
setup.py
jina/__init__.py
jina/__main__.py
jina/checker.py
jina/enums.py
jina/excepts.py
jina/exporter.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/helper.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/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/v1.py
jina/jaml/parsers/gateway/__init__.py
jina/jaml/parsers/gateway/legacy.py
jina/logging/__init__.py
jina/logging/formatter.py
jina/logging/logger.py
jina/logging/predefined.py
jina/logging/profile.py
jina/orchestrate/__init__.py
jina/orchestrate/helper.py
jina/orchestrate/deployments/__init__.py
jina/orchestrate/deployments/config/__init__.py
jina/orchestrate/deployments/config/docker_compose.py
jina/orchestrate/deployments/config/helper.py
jina/orchestrate/deployments/config/k8s.py
jina/orchestrate/deployments/config/k8slib/__init__.py
jina/orchestrate/deployments/config/k8slib/kubernetes_deployment.py
jina/orchestrate/deployments/config/k8slib/kubernetes_tools.py
jina/orchestrate/flow/__init__.py
jina/orchestrate/flow/asyncio.py
jina/orchestrate/flow/base.py
jina/orchestrate/flow/builder.py
jina/orchestrate/pods/__init__.py
jina/orchestrate/pods/container.py
jina/orchestrate/pods/container_helper.py
jina/orchestrate/pods/factory.py
jina/orchestrate/pods/helper.py
jina/parsers/__init__.py
jina/parsers/base.py
jina/parsers/client.py
jina/parsers/create.py
jina/parsers/deprecated.py
jina/parsers/export.py
jina/parsers/flow.py
jina/parsers/helper.py
jina/parsers/ping.py
jina/parsers/orchestrate/__init__.py
jina/parsers/orchestrate/base.py
jina/parsers/orchestrate/deployment.py
jina/parsers/orchestrate/pod.py
jina/parsers/orchestrate/runtimes/__init__.py
jina/parsers/orchestrate/runtimes/container.py
jina/parsers/orchestrate/runtimes/distributed.py
jina/parsers/orchestrate/runtimes/head.py
jina/parsers/orchestrate/runtimes/remote.py
jina/parsers/orchestrate/runtimes/runtime.py
jina/parsers/orchestrate/runtimes/worker.py
jina/proto/__init__.py
jina/proto/jina_pb2.py
jina/proto/jina_pb2_grpc.py
jina/proto/serializer.py
jina/proto/pb/__init__.py
jina/proto/pb/jina_pb2.py
jina/proto/pb/jina_pb2_grpc.py
jina/proto/pb2/__init__.py
jina/proto/pb2/jina_pb2.py
jina/proto/pb2/jina_pb2_grpc.py
jina/resources/Python.gitignore
jina/resources/ci-vendors.json
jina/resources/extra-requirements.txt
jina/resources/jina.logo
jina/resources/logging.default.yml
jina/resources/logging.docker.yml
jina/resources/logging.json.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/resources/health_check/__init__.py
jina/resources/health_check/gateway.py
jina/resources/health_check/pod.py
jina/resources/k8s/template/configmap.yml
jina/resources/k8s/template/deployment-executor.yml
jina/resources/k8s/template/deployment-gateway.yml
jina/resources/k8s/template/deployment-uses-after.yml
jina/resources/k8s/template/deployment-uses-before-after.yml
jina/resources/k8s/template/deployment-uses-before.yml
jina/resources/k8s/template/namespace.yml
jina/resources/k8s/template/service.yml
jina/resources/k8s/template/service_monitor.yml
jina/resources/k8s/template/service_monitoring.yml
jina/resources/project-template/client.py
jina/resources/project-template/flow.yml
jina/resources/project-template/executor1/config.yml
jina/resources/project-template/executor1/executor.py
jina/resources/project-template/executor1/requirements.txt
jina/schemas/__init__.py
jina/schemas/deployment.py
jina/schemas/executor.py
jina/schemas/flow.py
jina/schemas/helper.py
jina/schemas/meta.py
jina/serve/__init__.py
jina/serve/gateway.py
jina/serve/helper.py
jina/serve/monitoring.py
jina/serve/networking.py
jina/serve/streamer.py
jina/serve/executors/__init__.py
jina/serve/executors/decorators.py
jina/serve/executors/metas.py
jina/serve/instrumentation/__init__.py
jina/serve/instrumentation/_aio_client.py
jina/serve/instrumentation/_aio_server.py
jina/serve/runtimes/__init__.py
jina/serve/runtimes/asyncio.py
jina/serve/runtimes/base.py
jina/serve/runtimes/helper.py
jina/serve/runtimes/monitoring.py
jina/serve/runtimes/gateway/__init__.py
jina/serve/runtimes/gateway/request_handling.py
jina/serve/runtimes/gateway/graph/__init__.py
jina/serve/runtimes/gateway/graph/topology_graph.py
jina/serve/runtimes/gateway/grpc/__init__.py
jina/serve/runtimes/gateway/grpc/gateway.py
jina/serve/runtimes/gateway/http/__init__.py
jina/serve/runtimes/gateway/http/app.py
jina/serve/runtimes/gateway/http/gateway.py
jina/serve/runtimes/gateway/http/models.py
jina/serve/runtimes/gateway/websocket/__init__.py
jina/serve/runtimes/gateway/websocket/app.py
jina/serve/runtimes/gateway/websocket/gateway.py
jina/serve/runtimes/head/__init__.py
jina/serve/runtimes/request_handlers/__init__.py
jina/serve/runtimes/request_handlers/data_request_handler.py
jina/serve/runtimes/worker/__init__.py
jina/serve/stream/__init__.py
jina/serve/stream/helper.py
jina/types/__init__.py
jina/types/mixin.py
jina/types/request/__init__.py
jina/types/request/data.py
jina/types/request/status.py
jina_cli/__init__.py
jina_cli/api.py
jina_cli/autocomplete.py
jina_cli/export.py
jina_cli/known_plugins.py
jina_cli/lookup.py