envd 0.4.0__tar.gz → 0.4.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of envd might be problematic. Click here for more details.
- envd-0.4.3/.GIT_TAG_INFO +1 -0
- {envd-0.4.0 → envd-0.4.3}/PKG-INFO +4 -7
- {envd-0.4.0 → envd-0.4.3}/envd.egg-info/PKG-INFO +4 -7
- {envd-0.4.0 → envd-0.4.3}/envd.egg-info/SOURCES.txt +1 -1
- {envd-0.4.0 → envd-0.4.3}/setup.py +3 -6
- envd-0.4.0/.GIT_TAG_INFO +0 -1
- {envd-0.4.0 → envd-0.4.3}/.all-contributorsrc +0 -0
- {envd-0.4.0 → envd-0.4.3}/.editorconfig +0 -0
- {envd-0.4.0 → envd-0.4.3}/.gitignore +0 -0
- {envd-0.4.0 → envd-0.4.3}/.golangci.yml +0 -0
- {envd-0.4.0 → envd-0.4.3}/.goreleaser.yaml +0 -0
- {envd-0.4.0 → envd-0.4.3}/.lycheeignore +0 -0
- {envd-0.4.0 → envd-0.4.3}/.pre-commit-config.yaml +0 -0
- {envd-0.4.0 → envd-0.4.3}/.vscode/launch.json +0 -0
- {envd-0.4.0 → envd-0.4.3}/CHANGELOG.md +0 -0
- {envd-0.4.0 → envd-0.4.3}/CODEOWNERS +0 -0
- {envd-0.4.0 → envd-0.4.3}/CODE_OF_CONDUCT.md +0 -0
- {envd-0.4.0 → envd-0.4.3}/LICENSE +0 -0
- {envd-0.4.0 → envd-0.4.3}/MANIFEST.in +0 -0
- {envd-0.4.0 → envd-0.4.3}/Makefile +0 -0
- {envd-0.4.0 → envd-0.4.3}/OWNERS +0 -0
- {envd-0.4.0 → envd-0.4.3}/README.md +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/.dockerignore +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/build.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/envd/build.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/envd/envd-daemonless.Dockerfile +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/envd/envd.Dockerfile +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/envd-sshd/envd-sshd.Dockerfile +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/envd-starship/envd-starship.Dockerfile +0 -0
- /envd-0.4.0/base-images/julia1.8rc1-ubuntu20.04.Dockerfile → /envd-0.4.3/base-images/julia1.8rc1-ubuntu22.04.Dockerfile +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/r4.2.Dockerfile +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/remote-cache/build-and-push-remote-cache.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/base-images/remote-cache/build.envd +0 -0
- {envd-0.4.0 → envd-0.4.3}/cmd/envd/main.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/cmd/envd-sshd/main.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v0/__init__.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v0/config.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v0/install.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v0/io.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v0/runtime.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v1/__init__.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v1/config.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v1/install.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v1/io.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api/v1/runtime.py +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd/api.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd.egg-info/dependency_links.txt +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd.egg-info/not-zip-safe +0 -0
- {envd-0.4.0 → envd-0.4.3}/envd.egg-info/top_level.txt +0 -0
- {envd-0.4.0 → envd-0.4.3}/go.mod +0 -0
- {envd-0.4.0 → envd-0.4.3}/go.sum +0 -0
- {envd-0.4.0 → envd-0.4.3}/lychee.toml +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/app.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/bootstrap.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/build/build.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/build.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/completion.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/context.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/context_create.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/context_ls.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/context_rm.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/context_use.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/debug.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/debug_llb.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/destroy.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/env.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/env_describe.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/env_ls.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/exec.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/data.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/json/context.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/json/env.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/json/image.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/json/print.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/json/version.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/table/context.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/table/env.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/table/image.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/formatter/table/version.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/image.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/image_describe.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/image_prune.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/image_prune_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/image_remove.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/init.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/interactive.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/login.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/pause.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/prune.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/reference.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/resume.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/run.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/telemetry/reporter.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/template/julia.envd +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/template/r.envd +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/top.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/up.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/app/version.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/autocomplete/bash.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/autocomplete/fish.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/autocomplete/zsh.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/build.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/build_func.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/builder.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/builder_suite_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/builder_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/dep_check.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/err.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/types.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/util.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/builder/util_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/buildkitd/buildkitd.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/buildkitd/mock/mock.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/buildkitd/print.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/config/config.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/data/datasource.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/data/envd.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/driver/client.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/driver/docker/docker.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/driver/docker/docker_suite_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/driver/docker/docker_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/driver/docker/label.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/driver/nerdctl/buildkit.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/driver/nerdctl/nerdctl.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/driver/stats_type.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/editor/vscode/types.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/editor/vscode/util.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/editor/vscode/vscode.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/editor/vscode/vscode_suite_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/editor/vscode/vscode_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/envd/docker.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/envd/docker_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/envd/engine.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/envd/envdserver.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/envd/factory.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/envd/types.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/flag/consts.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/auth.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/auth_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/cache.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/config.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/context.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/context_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/data.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/home_suite_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/manager.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/home/manager_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/interpreter.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/mock/mock.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/builtin/builtin.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/config/config.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/config/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/data/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/data/rule.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/data/util.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/install/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/install/install.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/interpreter.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/interpreter_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/io/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/io/io.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/runtime/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/runtime/runtime.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/starlark_suite_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/testdata/test.envd +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/universe/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v0/universe/universe.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/builtin/builtin.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/config/config.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/config/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/data/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/data/rule.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/data/util.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/install/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/install/install.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/interpreter.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/interpreter_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/io/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/io/io.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/runtime/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/runtime/runtime.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/starlark_suite_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/testdata/test.envd +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/universe/const.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/frontend/starlark/v1/universe/universe.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/graph.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/types.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/util.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/cache.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/checker.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/compile.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/conda.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/consts.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/custom.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/editor.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/editor_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/fs.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/git.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/install-conda.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/install-mamba.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/interface.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/julia.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/python.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/r.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/shell.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/supervisor.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/system.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/types.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/user.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/util.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v0/util_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/cache.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/checker.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/compile.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/conda.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/consts.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/editor.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/editor_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/fs.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/get_conda.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/git.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/install_conda.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/interface.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/julia.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/julia.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/python.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/r.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/shell.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/supervisor.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/system.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/types.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/user.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/util.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/ir/v1/util_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/lang/version/version.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/metrics/collector.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/metrics/docker_collector.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/metrics/helper.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/metrics/model.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/metrics/widget.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/compileui/display.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/compileui/mock/mock.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/compileui/term.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/compileui/term_windows.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/compileui/trace.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/compileui/types.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/mode/mode.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/progressui/display.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/progressui/display_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/progressui/printer.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/progressui/term.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/progressui/term_windows.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/progresswriter/printer.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/progress/progresswriter/writer.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/remote/sshd/os.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/remote/sshd/sshd.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/shell/install.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/shell/zsh.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/shell/zsh_suite_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/shell/zsh_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/shell/zshrc +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/ssh/config/entry.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/ssh/config/key.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/ssh/config/ssh_config.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/ssh/config/ssh_config_suite_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/ssh/config/ssh_config_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/ssh/copy.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/ssh/ssh.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/client.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/config.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/device.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/event.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/file.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/folder.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/install.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/syncthing.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/syncthing_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/syncthing/util.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/types/container.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/types/envd.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/types/label.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/types/types_suite_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/buildkitutil/buildkit.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/buildkitutil/buildkit_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/envutil/env.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/envutil/env_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/fileutil/file.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/fileutil/file_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/fileutil/namegenerator.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/netutil/netutil.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/netutil/netutil_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/osutil/wsl.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/runtimeutil/runtimeutil.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/starlarkutil/stringslice.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/starlarkutil/stringslice_test.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/util/ziputil/unzip.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pkg/version/version.go +0 -0
- {envd-0.4.0 → envd-0.4.3}/pyproject.toml +0 -0
- {envd-0.4.0 → envd-0.4.3}/scripts/envd-daemonless.sh +0 -0
- {envd-0.4.0 → envd-0.4.3}/setup.cfg +0 -0
- {envd-0.4.0 → envd-0.4.3}/typos.toml +0 -0
envd-0.4.3/.GIT_TAG_INFO
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v0.4.3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: envd
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: A development environment management tool for data scientists.
|
|
5
5
|
Home-page: https://github.com/tensorchord/envd
|
|
6
6
|
Author: TensorChord
|
|
@@ -11,12 +11,9 @@ Classifier: Topic :: Software Development :: Build Tools
|
|
|
11
11
|
Classifier: Intended Audience :: Science/Research
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
-
Classifier: Programming Language :: Python
|
|
15
|
-
Classifier: Programming Language :: Python ::
|
|
16
|
-
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
-
Requires-Python: >=3.6
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 2
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
20
17
|
Description-Content-Type: text/markdown
|
|
21
18
|
License-File: LICENSE
|
|
22
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: envd
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: A development environment management tool for data scientists.
|
|
5
5
|
Home-page: https://github.com/tensorchord/envd
|
|
6
6
|
Author: TensorChord
|
|
@@ -11,12 +11,9 @@ Classifier: Topic :: Software Development :: Build Tools
|
|
|
11
11
|
Classifier: Intended Audience :: Science/Research
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
-
Classifier: Programming Language :: Python
|
|
15
|
-
Classifier: Programming Language :: Python ::
|
|
16
|
-
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
-
Requires-Python: >=3.6
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 2
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
20
17
|
Description-Content-Type: text/markdown
|
|
21
18
|
License-File: LICENSE
|
|
22
19
|
|
|
@@ -23,7 +23,7 @@ typos.toml
|
|
|
23
23
|
.vscode/launch.json
|
|
24
24
|
base-images/.dockerignore
|
|
25
25
|
base-images/build.sh
|
|
26
|
-
base-images/julia1.8rc1-
|
|
26
|
+
base-images/julia1.8rc1-ubuntu22.04.Dockerfile
|
|
27
27
|
base-images/r4.2.Dockerfile
|
|
28
28
|
base-images/envd/build.sh
|
|
29
29
|
base-images/envd/envd-daemonless.Dockerfile
|
|
@@ -88,11 +88,9 @@ classifiers = [
|
|
|
88
88
|
"Intended Audience :: Science/Research",
|
|
89
89
|
"Intended Audience :: Developers",
|
|
90
90
|
"License :: OSI Approved :: Apache Software License",
|
|
91
|
-
"Programming Language :: Python
|
|
92
|
-
"Programming Language :: Python ::
|
|
93
|
-
"Programming Language :: Python :: 3
|
|
94
|
-
"Programming Language :: Python :: 3.12",
|
|
95
|
-
"Programming Language :: Python :: 3.13",
|
|
91
|
+
"Programming Language :: Python",
|
|
92
|
+
"Programming Language :: Python :: 2",
|
|
93
|
+
"Programming Language :: Python :: 3",
|
|
96
94
|
]
|
|
97
95
|
|
|
98
96
|
|
|
@@ -110,7 +108,6 @@ setup(
|
|
|
110
108
|
author_email="envd-maintainers@tensorchord.ai",
|
|
111
109
|
packages=find_packages(),
|
|
112
110
|
include_package_data=True,
|
|
113
|
-
python_requires=">=3.6",
|
|
114
111
|
data_files=[("bin", ["bin/envd"])],
|
|
115
112
|
classifiers=classifiers,
|
|
116
113
|
zip_safe=False,
|
envd-0.4.0/.GIT_TAG_INFO
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
v0.4.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{envd-0.4.0 → envd-0.4.3}/OWNERS
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{envd-0.4.0 → envd-0.4.3}/go.mod
RENAMED
|
File without changes
|
{envd-0.4.0 → envd-0.4.3}/go.sum
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|