MANIFEST.in
setup.cfg
setup.py
../CONTRIBUTING.md
../README.md
polyaxon/__init__.py
polyaxon/api.py
polyaxon/constants.py
polyaxon/exceptions.py
polyaxon/lifecycle.py
polyaxon/logger.py
polyaxon/main.py
polyaxon/pkg.py
polyaxon/settings.py
polyaxon/types.py
polyaxon.egg-info/PKG-INFO
polyaxon.egg-info/SOURCES.txt
polyaxon.egg-info/dependency_links.txt
polyaxon.egg-info/entry_points.txt
polyaxon.egg-info/requires.txt
polyaxon.egg-info/top_level.txt
polyaxon/agents/__init__.py
polyaxon/agents/agent.py
polyaxon/agents/base.py
polyaxon/agents/converter.py
polyaxon/agents/manager.py
polyaxon/agents/spawners/__init__.py
polyaxon/agents/spawners/async_spawner.py
polyaxon/agents/spawners/base.py
polyaxon/agents/spawners/spawner.py
polyaxon/auxiliaries/__init__.py
polyaxon/auxiliaries/init.py
polyaxon/auxiliaries/notifier.py
polyaxon/auxiliaries/sidecar.py
polyaxon/auxiliaries/tuner.py
polyaxon/builds/__init__.py
polyaxon/builds/builder.py
polyaxon/builds/generator/__init__.py
polyaxon/builds/generator/dockerfile.py
polyaxon/builds/generator/generator.py
polyaxon/cli/__init__.py
polyaxon/cli/admin.py
polyaxon/cli/auth.py
polyaxon/cli/check.py
polyaxon/cli/completion.py
polyaxon/cli/config.py
polyaxon/cli/dashboard.py
polyaxon/cli/errors.py
polyaxon/cli/hub.py
polyaxon/cli/init.py
polyaxon/cli/operations.py
polyaxon/cli/options.py
polyaxon/cli/port_forward.py
polyaxon/cli/projects.py
polyaxon/cli/run.py
polyaxon/cli/session.py
polyaxon/cli/version.py
polyaxon/cli/components/__init__.py
polyaxon/cli/components/agent.py
polyaxon/cli/components/clean_ops.py
polyaxon/cli/components/docker.py
polyaxon/cli/components/initializer.py
polyaxon/cli/components/notifier.py
polyaxon/cli/components/proxies.py
polyaxon/cli/components/sidecar.py
polyaxon/cli/components/tuner.py
polyaxon/cli/executor/__init__.py
polyaxon/cli/executor/conda.py
polyaxon/cli/executor/docker.py
polyaxon/cli/executor/k8s.py
polyaxon/cli/executor/platform.py
polyaxon/client/__init__.py
polyaxon/client/client.py
polyaxon/client/impersonate.py
polyaxon/client/project.py
polyaxon/client/run.py
polyaxon/client/decorators/__init__.py
polyaxon/client/decorators/can_log_event.py
polyaxon/client/decorators/can_log_outputs.py
polyaxon/client/decorators/is_managed.py
polyaxon/client/decorators/no_op.py
polyaxon/client/decorators/offline.py
polyaxon/client/handlers/__init__.py
polyaxon/client/handlers/conf.py
polyaxon/client/handlers/handler.py
polyaxon/client/transport/__init__.py
polyaxon/client/transport/http_transport.py
polyaxon/client/transport/periodic_transport.py
polyaxon/client/transport/retry_transport.py
polyaxon/client/transport/socket_transport.py
polyaxon/client/transport/threaded_transport.py
polyaxon/client/transport/utils.py
polyaxon/client/workers/__init__.py
polyaxon/client/workers/base_worker.py
polyaxon/client/workers/periodic_worker.py
polyaxon/client/workers/queue_worker.py
polyaxon/config_reader/__init__.py
polyaxon/config_reader/manager.py
polyaxon/config_reader/spec.py
polyaxon/config_reader/utils.py
polyaxon/connections/__init__.py
polyaxon/connections/base.py
polyaxon/connections/getter.py
polyaxon/connections/kinds.py
polyaxon/connections/reader.py
polyaxon/connections/aws/__init__.py
polyaxon/connections/aws/base.py
polyaxon/connections/aws/s3.py
polyaxon/connections/azure/__init__.py
polyaxon/connections/azure/azure_blobstore.py
polyaxon/connections/azure/base.py
polyaxon/connections/gcp/__init__.py
polyaxon/connections/gcp/base.py
polyaxon/connections/gcp/gcs.py
polyaxon/connections/schemas/__init__.py
polyaxon/connections/schemas/connections.py
polyaxon/connections/schemas/k8s_resources.py
polyaxon/containers/__init__.py
polyaxon/containers/contexts.py
polyaxon/containers/names.py
polyaxon/containers/pull_policy.py
polyaxon/containers/statuses.py
polyaxon/deploy/__init__.py
polyaxon/deploy/reader.py
polyaxon/deploy/operators/__init__.py
polyaxon/deploy/operators/cmd_operator.py
polyaxon/deploy/operators/compose.py
polyaxon/deploy/operators/conda.py
polyaxon/deploy/operators/docker.py
polyaxon/deploy/operators/helm.py
polyaxon/deploy/operators/kubectl.py
polyaxon/deploy/operators/pip.py
polyaxon/deploy/schemas/__init__.py
polyaxon/deploy/schemas/auth.py
polyaxon/deploy/schemas/celery.py
polyaxon/deploy/schemas/deployment.py
polyaxon/deploy/schemas/deployment_types.py
polyaxon/deploy/schemas/email.py
polyaxon/deploy/schemas/ingress.py
polyaxon/deploy/schemas/intervals.py
polyaxon/deploy/schemas/operators.py
polyaxon/deploy/schemas/rbac.py
polyaxon/deploy/schemas/root_user.py
polyaxon/deploy/schemas/security_context.py
polyaxon/deploy/schemas/service.py
polyaxon/deploy/schemas/service_types.py
polyaxon/deploy/schemas/ssl.py
polyaxon/deploy/schemas/ui.py
polyaxon/env_vars/__init__.py
polyaxon/env_vars/keys.py
polyaxon/env_vars/getters/__init__.py
polyaxon/env_vars/getters/agent.py
polyaxon/env_vars/getters/component.py
polyaxon/env_vars/getters/project.py
polyaxon/env_vars/getters/queue.py
polyaxon/env_vars/getters/run.py
polyaxon/init/__init__.py
polyaxon/init/auth.py
polyaxon/init/dockerfile.py
polyaxon/init/git.py
polyaxon/k8s/__init__.py
polyaxon/k8s/async_manager.py
polyaxon/k8s/constants.py
polyaxon/k8s/events.py
polyaxon/k8s/k8s_schemas.py
polyaxon/k8s/manager.py
polyaxon/k8s/monitor.py
polyaxon/k8s/namespace.py
polyaxon/k8s/pods.py
polyaxon/k8s/run_instance.py
polyaxon/k8s/custom_resources/__init__.py
polyaxon/k8s/custom_resources/crd.py
polyaxon/k8s/custom_resources/operation.py
polyaxon/k8s/logging/__init__.py
polyaxon/k8s/logging/async_monitor.py
polyaxon/k8s/logging/monitor.py
polyaxon/managers/__init__.py
polyaxon/managers/agent.py
polyaxon/managers/auth.py
polyaxon/managers/base.py
polyaxon/managers/cli.py
polyaxon/managers/client.py
polyaxon/managers/compose.py
polyaxon/managers/deploy.py
polyaxon/managers/git.py
polyaxon/managers/ignore.py
polyaxon/managers/project.py
polyaxon/managers/proxies.py
polyaxon/managers/run.py
polyaxon/notifiers/__init__.py
polyaxon/notifiers/base.py
polyaxon/notifiers/discord_webhook.py
polyaxon/notifiers/hipchat_webhook.py
polyaxon/notifiers/keys.py
polyaxon/notifiers/mattermost_webhook.py
polyaxon/notifiers/pagerduty_webhook.py
polyaxon/notifiers/slack_webhook.py
polyaxon/notifiers/spec.py
polyaxon/notifiers/webhook.py
polyaxon/operations/__init__.py
polyaxon/operations/notifier.py
polyaxon/operations/tuner.py
polyaxon/parser/__init__.py
polyaxon/parser/constants.py
polyaxon/parser/parser.py
polyaxon/plugins/__init__.py
polyaxon/plugins/sentry.py
polyaxon/polyaxonfile/__init__.py
polyaxon/polyaxonfile/check.py
polyaxon/polyaxonfile/params.py
polyaxon/polyaxonfile/manager/__init__.py
polyaxon/polyaxonfile/manager/operations.py
polyaxon/polyaxonfile/manager/workflows.py
polyaxon/polyaxonfile/specs/__init__.py
polyaxon/polyaxonfile/specs/base.py
polyaxon/polyaxonfile/specs/compiled_operation.py
polyaxon/polyaxonfile/specs/component.py
polyaxon/polyaxonfile/specs/kinds.py
polyaxon/polyaxonfile/specs/operation.py
polyaxon/polyaxonfile/specs/sections.py
polyaxon/polyaxonfile/specs/libs/__init__.py
polyaxon/polyaxonfile/specs/libs/engine.py
polyaxon/polyaxonfile/specs/libs/parser.py
polyaxon/polyaxonfile/specs/libs/validator.py
polyaxon/polyboard/__init__.py
polyaxon/polyboard/artifacts/__init__.py
polyaxon/polyboard/artifacts/kinds.py
polyaxon/polyboard/artifacts/schemas.py
polyaxon/polyboard/events/__init__.py
polyaxon/polyboard/events/paths.py
polyaxon/polyboard/events/schemas.py
polyaxon/polyboard/logging/__init__.py
polyaxon/polyboard/logging/handler.py
polyaxon/polyboard/logging/parser.py
polyaxon/polyboard/logging/schemas.py
polyaxon/polyboard/processors/__init__.py
polyaxon/polyboard/processors/events_processors.py
polyaxon/polyboard/processors/gpu_processor.py
polyaxon/polyboard/processors/psutil_processor.py
polyaxon/polyboard/processors/writer.py
polyaxon/polyflow/__init__.py
polyaxon/polyflow/operators.py
polyaxon/polyflow/trigger_policies.py
polyaxon/polyflow/actions/__init__.py
polyaxon/polyflow/cache/__init__.py
polyaxon/polyflow/component/__init__.py
polyaxon/polyflow/component/base.py
polyaxon/polyflow/component/component.py
polyaxon/polyflow/component/component_reference.py
polyaxon/polyflow/containers/__init__.py
polyaxon/polyflow/containers/container.py
polyaxon/polyflow/dags/__init__.py
polyaxon/polyflow/early_stopping/__init__.py
polyaxon/polyflow/early_stopping/policies.py
polyaxon/polyflow/environment/__init__.py
polyaxon/polyflow/hooks/__init__.py
polyaxon/polyflow/init/__init__.py
polyaxon/polyflow/io/__init__.py
polyaxon/polyflow/io/io.py
polyaxon/polyflow/matrix/__init__.py
polyaxon/polyflow/matrix/bayes.py
polyaxon/polyflow/matrix/grid_search.py
polyaxon/polyflow/matrix/hyperband.py
polyaxon/polyflow/matrix/hyperopt.py
polyaxon/polyflow/matrix/iterative.py
polyaxon/polyflow/matrix/kinds.py
polyaxon/polyflow/matrix/mapping.py
polyaxon/polyflow/matrix/params.py
polyaxon/polyflow/matrix/random_search.py
polyaxon/polyflow/mounts/__init__.py
polyaxon/polyflow/mounts/artifacts_mounts.py
polyaxon/polyflow/notifications/__init__.py
polyaxon/polyflow/operations/__init__.py
polyaxon/polyflow/operations/base.py
polyaxon/polyflow/operations/compiled_operation.py
polyaxon/polyflow/operations/operation.py
polyaxon/polyflow/optimization/__init__.py
polyaxon/polyflow/params/__init__.py
polyaxon/polyflow/params/ops_params.py
polyaxon/polyflow/params/params.py
polyaxon/polyflow/plugins/__init__.py
polyaxon/polyflow/references/__init__.py
polyaxon/polyflow/references/dag.py
polyaxon/polyflow/references/hub.py
polyaxon/polyflow/references/mixin.py
polyaxon/polyflow/references/path.py
polyaxon/polyflow/references/url.py
polyaxon/polyflow/run/__init__.py
polyaxon/polyflow/run/dag.py
polyaxon/polyflow/run/dask.py
polyaxon/polyflow/run/flink.py
polyaxon/polyflow/run/job.py
polyaxon/polyflow/run/kinds.py
polyaxon/polyflow/run/notifier.py
polyaxon/polyflow/run/patch.py
polyaxon/polyflow/run/ray.py
polyaxon/polyflow/run/service.py
polyaxon/polyflow/run/tuner.py
polyaxon/polyflow/run/utils.py
polyaxon/polyflow/run/kubeflow/__init__.py
polyaxon/polyflow/run/kubeflow/clean_pod_policy.py
polyaxon/polyflow/run/kubeflow/mpi_job.py
polyaxon/polyflow/run/kubeflow/pytorch_job.py
polyaxon/polyflow/run/kubeflow/replica.py
polyaxon/polyflow/run/kubeflow/tf_job.py
polyaxon/polyflow/run/spark/__init__.py
polyaxon/polyflow/run/spark/replica.py
polyaxon/polyflow/run/spark/spark.py
polyaxon/polyflow/schedule/__init__.py
polyaxon/polyflow/schedule/cron.py
polyaxon/polyflow/schedule/exact_time.py
polyaxon/polyflow/schedule/interval.py
polyaxon/polyflow/schedule/repeatable.py
polyaxon/polyflow/templates/__init__.py
polyaxon/polyflow/termination/__init__.py
polyaxon/polyplot/__init__.py
polyaxon/polyplot/run_plot.py
polyaxon/polypod/__init__.py
polyaxon/polypod/mixins.py
polyaxon/polypod/common/__init__.py
polyaxon/polypod/common/accelerators.py
polyaxon/polypod/common/constants.py
polyaxon/polypod/common/container_resources.py
polyaxon/polypod/common/containers.py
polyaxon/polypod/common/env_vars.py
polyaxon/polypod/common/mounts.py
polyaxon/polypod/common/setter.py
polyaxon/polypod/common/stores.py
polyaxon/polypod/common/volumes.py
polyaxon/polypod/compiler/__init__.py
polyaxon/polypod/compiler/config.py
polyaxon/polypod/compiler/converter.py
polyaxon/polypod/compiler/contexts/__init__.py
polyaxon/polypod/compiler/contexts/base.py
polyaxon/polypod/compiler/contexts/contexts.py
polyaxon/polypod/compiler/contexts/job.py
polyaxon/polypod/compiler/contexts/service.py
polyaxon/polypod/compiler/contexts/kubeflow/__init__.py
polyaxon/polypod/compiler/contexts/kubeflow/mpi_job.py
polyaxon/polypod/compiler/contexts/kubeflow/pytroch_job.py
polyaxon/polypod/compiler/contexts/kubeflow/tf_job.py
polyaxon/polypod/compiler/converters/__init__.py
polyaxon/polypod/compiler/converters/base.py
polyaxon/polypod/compiler/converters/job.py
polyaxon/polypod/compiler/converters/notifier.py
polyaxon/polypod/compiler/converters/service.py
polyaxon/polypod/compiler/converters/kubeflow/__init__.py
polyaxon/polypod/compiler/converters/kubeflow/mpi_job.py
polyaxon/polypod/compiler/converters/kubeflow/pytroch_job.py
polyaxon/polypod/compiler/converters/kubeflow/tf_job.py
polyaxon/polypod/compiler/lineage/__init__.py
polyaxon/polypod/compiler/lineage/collector.py
polyaxon/polypod/compiler/lineage/io_collector.py
polyaxon/polypod/compiler/lineage/params_collector.py
polyaxon/polypod/compiler/resolver/__init__.py
polyaxon/polypod/compiler/resolver/base.py
polyaxon/polypod/compiler/resolver/resolver.py
polyaxon/polypod/custom_resources/__init__.py
polyaxon/polypod/custom_resources/job.py
polyaxon/polypod/custom_resources/service.py
polyaxon/polypod/custom_resources/kubeflow/__init__.py
polyaxon/polypod/custom_resources/kubeflow/common.py
polyaxon/polypod/custom_resources/kubeflow/mpi_job.py
polyaxon/polypod/custom_resources/kubeflow/pytorch_job.py
polyaxon/polypod/custom_resources/kubeflow/tf_job.py
polyaxon/polypod/init/__init__.py
polyaxon/polypod/init/artifacts.py
polyaxon/polypod/init/auth.py
polyaxon/polypod/init/dockerfile.py
polyaxon/polypod/init/git.py
polyaxon/polypod/init/store.py
polyaxon/polypod/main/__init__.py
polyaxon/polypod/main/container.py
polyaxon/polypod/main/env_vars.py
polyaxon/polypod/main/k8s_resources.py
polyaxon/polypod/main/volumes.py
polyaxon/polypod/pod/__init__.py
polyaxon/polypod/pod/spec.py
polyaxon/polypod/pod/volumes.py
polyaxon/polypod/sidecar/__init__.py
polyaxon/polypod/sidecar/container.py
polyaxon/polypod/sidecar/env_vars.py
polyaxon/polypod/specs/__init__.py
polyaxon/polypod/specs/contexts.py
polyaxon/polypod/specs/replica.py
polyaxon/polytune/__init__.py
polyaxon/polytune/matrix/__init__.py
polyaxon/polytune/matrix/dist.py
polyaxon/polytune/matrix/hyperopt.py
polyaxon/polytune/matrix/utils.py
polyaxon/polytune/schemas/__init__.py
polyaxon/polytune/schemas/iteration.py
polyaxon/polytune/search_managers/__init__.py
polyaxon/polytune/search_managers/base.py
polyaxon/polytune/search_managers/spec.py
polyaxon/polytune/search_managers/utils.py
polyaxon/polytune/search_managers/bayesian_optimization/__init__.py
polyaxon/polytune/search_managers/bayesian_optimization/acquisition_function.py
polyaxon/polytune/search_managers/bayesian_optimization/manager.py
polyaxon/polytune/search_managers/bayesian_optimization/optimizer.py
polyaxon/polytune/search_managers/bayesian_optimization/space.py
polyaxon/polytune/search_managers/grid_search/__init__.py
polyaxon/polytune/search_managers/grid_search/manager.py
polyaxon/polytune/search_managers/hyperband/__init__.py
polyaxon/polytune/search_managers/hyperband/manager.py
polyaxon/polytune/search_managers/hyperopt/__init__.py
polyaxon/polytune/search_managers/hyperopt/manager.py
polyaxon/polytune/search_managers/mapping/__init__.py
polyaxon/polytune/search_managers/mapping/manager.py
polyaxon/polytune/search_managers/random_search/__init__.py
polyaxon/polytune/search_managers/random_search/manager.py
polyaxon/pql/__init__.py
polyaxon/pql/builder.py
polyaxon/pql/manager.py
polyaxon/pql/parser.py
polyaxon/proxies/__init__.py
polyaxon/proxies/generators/__init__.py
polyaxon/proxies/generators/api.py
polyaxon/proxies/generators/base.py
polyaxon/proxies/generators/gateway.py
polyaxon/proxies/generators/streams.py
polyaxon/proxies/schemas/__init__.py
polyaxon/proxies/schemas/base.py
polyaxon/proxies/schemas/buffering.py
polyaxon/proxies/schemas/charset.py
polyaxon/proxies/schemas/error_page.py
polyaxon/proxies/schemas/favicon.py
polyaxon/proxies/schemas/gzip.py
polyaxon/proxies/schemas/listen.py
polyaxon/proxies/schemas/locations.py
polyaxon/proxies/schemas/logging.py
polyaxon/proxies/schemas/robots.py
polyaxon/proxies/schemas/timeout.py
polyaxon/proxies/schemas/urls.py
polyaxon/proxies/schemas/api/__init__.py
polyaxon/proxies/schemas/api/base.py
polyaxon/proxies/schemas/api/main.py
polyaxon/proxies/schemas/api/uwsgi.py
polyaxon/proxies/schemas/gateway/__init__.py
polyaxon/proxies/schemas/gateway/api.py
polyaxon/proxies/schemas/gateway/auth.py
polyaxon/proxies/schemas/gateway/base.py
polyaxon/proxies/schemas/gateway/dns.py
polyaxon/proxies/schemas/gateway/healthz.py
polyaxon/proxies/schemas/gateway/main.py
polyaxon/proxies/schemas/gateway/redirect.py
polyaxon/proxies/schemas/gateway/services.py
polyaxon/proxies/schemas/gateway/ssl.py
polyaxon/proxies/schemas/gateway/streams.py
polyaxon/proxies/schemas/streams/__init__.py
polyaxon/proxies/schemas/streams/base.py
polyaxon/proxies/schemas/streams/gunicorn.py
polyaxon/proxies/schemas/streams/main.py
polyaxon/schemas/__init__.py
polyaxon/schemas/base.py
polyaxon/schemas/patch_strategy.py
polyaxon/schemas/utils.py
polyaxon/schemas/api/__init__.py
polyaxon/schemas/api/authentication.py
polyaxon/schemas/api/log_handler.py
polyaxon/schemas/api/resources.py
polyaxon/schemas/api/user.py
polyaxon/schemas/cli/__init__.py
polyaxon/schemas/cli/agent_config.py
polyaxon/schemas/cli/checks_config.py
polyaxon/schemas/cli/cli_config.py
polyaxon/schemas/cli/client_config.py
polyaxon/schemas/cli/proxies_config.py
polyaxon/schemas/fields/__init__.py
polyaxon/schemas/fields/dict_or_str.py
polyaxon/schemas/fields/docker_image.py
polyaxon/schemas/fields/float_or_str.py
polyaxon/schemas/fields/indexed_dict.py
polyaxon/schemas/fields/int_or_str.py
polyaxon/schemas/fields/obj_list_obj.py
polyaxon/schemas/fields/params.py
polyaxon/schemas/fields/ref_or_obj.py
polyaxon/schemas/fields/str_or_fct.py
polyaxon/schemas/fields/swagger.py
polyaxon/schemas/fields/tensor.py
polyaxon/schemas/fields/uuids.py
polyaxon/schemas/types/__init__.py
polyaxon/schemas/types/artifacts.py
polyaxon/schemas/types/auth.py
polyaxon/schemas/types/base.py
polyaxon/schemas/types/connections.py
polyaxon/schemas/types/dockerfile.py
polyaxon/schemas/types/event.py
polyaxon/schemas/types/gcs.py
polyaxon/schemas/types/git.py
polyaxon/schemas/types/k8s_resources.py
polyaxon/schemas/types/s3.py
polyaxon/schemas/types/uri.py
polyaxon/schemas/types/wasb.py
polyaxon/services/__init__.py
polyaxon/services/auth.py
polyaxon/services/ephemeral.py
polyaxon/services/headers.py
polyaxon/sidecar/__init__.py
polyaxon/sidecar/intervals.py
polyaxon/sidecar/monitors/__init__.py
polyaxon/sidecar/monitors/artifacts.py
polyaxon/sidecar/monitors/logs.py
polyaxon/sidecar/monitors/summaries.py
polyaxon/stores/__init__.py
polyaxon/stores/async_manager.py
polyaxon/stores/base_store.py
polyaxon/stores/local_store.py
polyaxon/stores/manager.py
polyaxon/stores/polyaxon_store.py
polyaxon/streams/__init__.py
polyaxon/streams/app/__init__.py
polyaxon/streams/app/endpoints.py
polyaxon/streams/app/main.py
polyaxon/streams/app/resources.py
polyaxon/streams/controllers/__init__.py
polyaxon/streams/controllers/events.py
polyaxon/streams/controllers/k8s_crd.py
polyaxon/streams/controllers/logs.py
polyaxon/streams/tasks/__init__.py
polyaxon/streams/tasks/logs.py
polyaxon/streams/tasks/notification.py
polyaxon/tracking/__init__.py
polyaxon/tracking/run.py
polyaxon/tracking/contrib/__init__.py
polyaxon/tracking/contrib/fastai.py
polyaxon/tracking/contrib/keras.py
polyaxon/tracking/contrib/tensorboard.py
polyaxon/tracking/contrib/tensorflow.py
polyaxon/utils/__init__.py
polyaxon/utils/bool_utils.py
polyaxon/utils/cache.py
polyaxon/utils/cached_property.py
polyaxon/utils/click_utils.py
polyaxon/utils/cmd.py
polyaxon/utils/code_reference.py
polyaxon/utils/constants.py
polyaxon/utils/coroutine.py
polyaxon/utils/csv_utils.py
polyaxon/utils/date_utils.py
polyaxon/utils/encoding.py
polyaxon/utils/enums_utils.py
polyaxon/utils/env.py
polyaxon/utils/formatting.py
polyaxon/utils/hashing.py
polyaxon/utils/http.py
polyaxon/utils/http_utils.py
polyaxon/utils/humanize.py
polyaxon/utils/imports.py
polyaxon/utils/indentation.py
polyaxon/utils/list_utils.py
polyaxon/utils/log_levels.py
polyaxon/utils/manager_interface.py
polyaxon/utils/memoize_decorators.py
polyaxon/utils/np_utils.py
polyaxon/utils/path_utils.py
polyaxon/utils/query_params.py
polyaxon/utils/signal_decorators.py
polyaxon/utils/string_utils.py
polyaxon/utils/tz_utils.py
polyaxon/utils/units.py
polyaxon/utils/upload.py
polyaxon/utils/urls_utils.py
polyaxon/utils/validation.py
polyaxon/utils/workers_utils.py
polyaxon/utils/yaml_utils.py
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/test_agents/__init__.py
tests/test_agents/test_agent.py
tests/test_agents/test_async_spawner.py
tests/test_agents/test_spawner.py
tests/test_api/__init__.py
tests/test_api/test_authentication.py
tests/test_api/test_log_handler.py
tests/test_api/test_user.py
tests/test_builds/__init__.py
tests/test_builds/test_builder.py
tests/test_builds/test_dockerfile_generator.py
tests/test_cli/__init__.py
tests/test_cli/test_auth.py
tests/test_cli/test_check.py
tests/test_cli/test_config.py
tests/test_cli/test_docker.py
tests/test_cli/test_operations.py
tests/test_cli/test_projects.py
tests/test_cli/test_version.py
tests/test_cli/utils.py
tests/test_client/__init__.py
tests/test_client/test_impersonate.py
tests/test_client/test_polyaxon_client.py
tests/test_client/test_statuses.py
tests/test_config_reader/__init__.py
tests/test_config_reader/test_manager.py
tests/test_config_reader/test_reader.py
tests/test_connections/__init__.py
tests/test_connections/test_polyaxon_store.py
tests/test_connections/test_reader.py
tests/test_connections/test_aws/__init__.py
tests/test_connections/test_aws/test_aws_client.py
tests/test_connections/test_aws/test_s3_store.py
tests/test_connections/test_azure/__init__.py
tests/test_connections/test_azure/test_azure_client.py
tests/test_connections/test_azure/test_azure_store.py
tests/test_connections/test_gcp/__init__.py
tests/test_connections/test_gcp/test_gc_client.py
tests/test_connections/test_gcp/test_gcs_store.py
tests/test_connections/test_schemas/__init__.py
tests/test_connections/test_schemas/test_connections.py
tests/test_connections/test_schemas/test_secret_resources.py
tests/test_deploy/__init__.py
tests/test_deploy/test_celery.py
tests/test_deploy/test_deployment.py
tests/test_deploy/test_email.py
tests/test_deploy/test_ingress.py
tests/test_deploy/test_intervals.py
tests/test_deploy/test_rbac.py
tests/test_deploy/test_security_context.py
tests/test_deploy/test_service.py
tests/test_deploy/test_ssl.py
tests/test_deploy/test_user.py
tests/test_init/__init__.py
tests/test_init/test_init_auth.py
tests/test_init/test_init_code.py
tests/test_k8s/__init__.py
tests/test_k8s/fixtures.py
tests/test_k8s/test_crd.py
tests/test_k8s/test_monitors.py
tests/test_lifecycles/__init__.py
tests/test_lifecycles/test_lifecycle.py
tests/test_managers/__init__.py
tests/test_managers/test_auth.py
tests/test_managers/test_base.py
tests/test_managers/test_cli.py
tests/test_managers/test_deployment.py
tests/test_managers/test_git.py
tests/test_managers/test_ignore.py
tests/test_managers/test_polypod.py
tests/test_managers/test_project.py
tests/test_managers/test_run.py
tests/test_notifiers/__init__.py
tests/test_notifiers/test_discord_webhook.py
tests/test_notifiers/test_hipchat_webhook.py
tests/test_notifiers/test_mattermost_webhook.py
tests/test_notifiers/test_pagerduty_webhook.py
tests/test_notifiers/test_slack_webhook.py
tests/test_notifiers/test_webhook_notification.py
tests/test_operators/__init__.py
tests/test_operators/test_compose.py
tests/test_operators/test_conda.py
tests/test_operators/test_docker.py
tests/test_operators/test_helm.py
tests/test_operators/test_kubectl.py
tests/test_operators/test_pip.py
tests/test_parser/__init__.py
tests/test_parser/test_parser.py
tests/test_polyaxonfile/__init__.py
tests/test_polyaxonfile/test_default.py
tests/test_polyaxonfile/test_parser.py
tests/test_polyaxonfile/test_patch_specification.py
tests/test_polyaxonfile/test_polyaxonfile.py
tests/test_polyaxonfile/test_polyaxonfile_pipelines.py
tests/test_polyaxonfile/test_polyaxonfile_typing.py
tests/test_polyaxonfile/test_specification.py
tests/test_polyboard/__init__.py
tests/test_polyboard/test_events/__init__.py
tests/test_polyboard/test_events/test_schemas.py
tests/test_polyboard/test_events_processing/__init__.py
tests/test_polyboard/test_events_processing/test_event_recorder.py
tests/test_polyboard/test_events_processing/test_event_resources.py
tests/test_polyboard/test_events_processing/test_event_values.py
tests/test_polyboard/test_logging/__init__.py
tests/test_polyboard/test_logging/test_logging_parser.py
tests/test_polyboard/test_logging/test_logs.py
tests/test_polyflow/__init__.py
tests/test_polyflow/test_dags.py
tests/test_polyflow/test_image_validation.py
tests/test_polyflow/test_operators.py
tests/test_polyflow/test_actions/__init__.py
tests/test_polyflow/test_actions/test_actions.py
tests/test_polyflow/test_cache/__init__.py
tests/test_polyflow/test_cache/test_cache.py
tests/test_polyflow/test_components/__init__.py
tests/test_polyflow/test_components/test_components.py
tests/test_polyflow/test_container/__init__.py
tests/test_polyflow/test_container/test_container.py
tests/test_polyflow/test_environments/__init__.py
tests/test_polyflow/test_environments/test_environments.py
tests/test_polyflow/test_hooks/__init__.py
tests/test_polyflow/test_hooks/test_hooks.py
tests/test_polyflow/test_init/__init__.py
tests/test_polyflow/test_init/test_init.py
tests/test_polyflow/test_io/__init__.py
tests/test_polyflow/test_io/test_io.py
tests/test_polyflow/test_io/test_params.py
tests/test_polyflow/test_mounts/__init__.py
tests/test_polyflow/test_mounts/test_k8s_artifact_mounts.py
tests/test_polyflow/test_notifications/__init__.py
tests/test_polyflow/test_notifications/test_notifications.py
tests/test_polyflow/test_ops/__init__.py
tests/test_polyflow/test_ops/test_op_runs.py
tests/test_polyflow/test_ops/test_ops.py
tests/test_polyflow/test_plugins/__init__.py
tests/test_polyflow/test_plugins/test_plugins.py
tests/test_polyflow/test_schedules/__init__.py
tests/test_polyflow/test_schedules/test_schedules.py
tests/test_polyflow/test_sidecars/__init__.py
tests/test_polyflow/test_sidecars/test_sidecars.py
tests/test_polyflow/test_termination/__init__.py
tests/test_polyflow/test_termination/test_termination.py
tests/test_polyflow/test_workflows/__init__.py
tests/test_polyflow/test_workflows/test_bo.py
tests/test_polyflow/test_workflows/test_dags.py
tests/test_polyflow/test_workflows/test_early_stopping.py
tests/test_polyflow/test_workflows/test_grid_search.py
tests/test_polyflow/test_workflows/test_hyperband.py
tests/test_polyflow/test_workflows/test_iterative.py
tests/test_polyflow/test_workflows/test_matrix.py
tests/test_polyflow/test_workflows/test_parallel.py
tests/test_polyflow/test_workflows/test_random_search.py
tests/test_polypod/__init__.py
tests/test_polypod/test_contexts.py
tests/test_polypod/test_commun/__init__.py
tests/test_polypod/test_commun/test_accelerators.py
tests/test_polypod/test_commun/test_container_resources.py
tests/test_polypod/test_commun/test_env_vars.py
tests/test_polypod/test_commun/test_mounts.py
tests/test_polypod/test_commun/test_volumes.py
tests/test_polypod/test_converters/__init__.py
tests/test_polypod/test_converters/test_converter.py
tests/test_polypod/test_converters/test_platform_converter.py
tests/test_polypod/test_converters/test_platform_job_converter.py
tests/test_polypod/test_custom_resources/__init__.py
tests/test_polypod/test_custom_resources/base_kubeflow.py
tests/test_polypod/test_custom_resources/test_job_crd.py
tests/test_polypod/test_custom_resources/test_mpi_job_crd.py
tests/test_polypod/test_custom_resources/test_pytorch_job_crd.py
tests/test_polypod/test_custom_resources/test_service_crd.py
tests/test_polypod/test_custom_resources/test_tf_job_crd.py
tests/test_polypod/test_init/__init__.py
tests/test_polypod/test_init/test_init_auth.py
tests/test_polypod/test_init/test_init_dockerfile.py
tests/test_polypod/test_init/test_init_git.py
tests/test_polypod/test_init/test_init_outputs.py
tests/test_polypod/test_init/test_init_store.py
tests/test_polypod/test_init/test_init_utils.py
tests/test_polypod/test_lineage/__init__.py
tests/test_polypod/test_lineage/test_lineage_resolver.py
tests/test_polypod/test_main/__init__.py
tests/test_polypod/test_main/test_main_container.py
tests/test_polypod/test_main/test_main_env_vars.py
tests/test_polypod/test_main/test_main_mounts.py
tests/test_polypod/test_main/test_main_secrets.py
tests/test_polypod/test_pods/__init__.py
tests/test_polypod/test_pods/test_pod_spec.py
tests/test_polypod/test_pods/test_volumes.py
tests/test_polypod/test_resolvers/__init__.py
tests/test_polypod/test_resolvers/test_core_resolver.py
tests/test_polypod/test_sidecar/__init__.py
tests/test_polypod/test_sidecar/test_sidecar_container.py
tests/test_polypod/test_sidecar/test_sidecar_utils.py
tests/test_polypod/test_specs/__init__.py
tests/test_polypod/test_specs/test_contexts_spec.py
tests/test_polytune/__init__.py
tests/test_polytune/test_bo.py
tests/test_polytune/test_grid_search.py
tests/test_polytune/test_hyperband.py
tests/test_polytune/test_hyperopt_search.py
tests/test_polytune/test_mapping.py
tests/test_polytune/test_random_search.py
tests/test_pql/__init__.py
tests/test_pql/test_parser.py
tests/test_proxies/__init__.py
tests/test_proxies/test_defaults.py
tests/test_proxies/test_generate.py
tests/test_proxies/test_schemas.py
tests/test_proxies/test_api/__init__.py
tests/test_proxies/test_api/test_base.py
tests/test_proxies/test_api/test_main.py
tests/test_proxies/test_api/test_schemas.py
tests/test_proxies/test_gateway/__init__.py
tests/test_proxies/test_gateway/test_base.py
tests/test_proxies/test_gateway/test_main.py
tests/test_proxies/test_gateway/test_schemas.py
tests/test_proxies/test_streams/__init__.py
tests/test_proxies/test_streams/test_base.py
tests/test_proxies/test_streams/test_main.py
tests/test_proxies/test_streams/test_schemas.py
tests/test_schemas/__init__.py
tests/test_schemas/test_base.py
tests/test_schemas/test_cli/__init__.py
tests/test_schemas/test_cli/test_checks_config.py
tests/test_schemas/test_cli/test_cli_config.py
tests/test_schemas/test_cli/test_client_config.py
tests/test_schemas/test_cli/test_polypod_config.py
tests/test_schemas/test_types/__init__.py
tests/test_schemas/test_types/test_connections.py
tests/test_schemas/test_types/test_dockerfile.py
tests/test_schemas/test_types/test_secret_resources.py
tests/test_sidecar/__init__.py
tests/test_sidecar/test_interval.py
tests/test_sidecar/test_monitor.py
tests/test_sidecar/test_summaries.py
tests/test_stores/__init__.py
tests/test_stores/test_local_store.py
tests/test_stores/test_stores_manager.py
tests/test_streams/__init__.py
tests/test_streams/base.py
tests/test_streams/test_artifact_endpoint.py
tests/test_streams/test_artifacts_endpoints.py
tests/test_streams/test_artifacts_tree_endpoint.py
tests/test_streams/test_events_endpoints.py
tests/test_streams/test_main_endpoints.py
tests/test_streams/test_notify_endpoint.py
tests/test_tracking/__init__.py
tests/test_tracking/test_run_tracking.py
tests/test_transports/__init__.py
tests/test_transports/test_http_transport.py
tests/test_transports/test_periodic_transport.py
tests/test_transports/test_threaded_transport.py
tests/test_transports/test_transport.py
tests/test_transports/utils.py
tests/test_utils/__init__.py
tests/test_utils/test_date_utils.py
tests/test_utils/test_enums.py
tests/test_utils/test_humanize.py
tests/test_utils/test_list_utils.py
tests/test_utils/test_memoize.py
tests/test_utils/test_path_utils.py
tests/test_utils/test_string_utils.py
tests/test_utils/test_units.py
tests/test_utils/test_validation.py