{"id":29922010,"url":"https://github.com/valohai/valohai-cli","last_synced_at":"2025-08-02T08:44:53.751Z","repository":{"id":37734773,"uuid":"81329264","full_name":"valohai/valohai-cli","owner":"valohai","description":":heavy_dollar_sign: Command line client for Valohai","archived":false,"fork":false,"pushed_at":"2025-07-31T11:07:22.000Z","size":754,"stargazers_count":14,"open_issues_count":20,"forks_count":8,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-31T13:59:09.070Z","etag":null,"topics":["api","client","command-line","hacktoberfest","machine-learning","tool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valohai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-02-08T12:46:54.000Z","updated_at":"2025-07-31T11:07:24.000Z","dependencies_parsed_at":"2023-12-19T14:26:27.296Z","dependency_job_id":"5b58b1b6-9a95-4349-9174-9ef9e7b33fa7","html_url":"https://github.com/valohai/valohai-cli","commit_stats":{"total_commits":431,"total_committers":10,"mean_commits":43.1,"dds":"0.21577726218097448","last_synced_commit":"028881ff54541149540094154b19b54596250e84"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/valohai/valohai-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fvalohai-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fvalohai-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fvalohai-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fvalohai-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valohai","download_url":"https://codeload.github.com/valohai/valohai-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fvalohai-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268066780,"owners_count":24190214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","client","command-line","hacktoberfest","machine-learning","tool"],"created_at":"2025-08-02T08:44:52.235Z","updated_at":"2025-08-02T08:44:53.667Z","avatar_url":"https://github.com/valohai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Valohai Command Line Client\n\n![CI](https://img.shields.io/github/actions/workflow/status/valohai/valohai-cli/ci.yml?branch=master)\n![Codecov](https://img.shields.io/codecov/c/github/valohai/valohai-cli.svg)\n![PyPI](https://img.shields.io/pypi/v/valohai-cli.svg)\n![MIT License](https://img.shields.io/github/license/valohai/valohai-cli.svg)\n\nThis is the command-line client for the [Valohai][vh] machine learning IaaS platform.\n\n## Installation\n\n`valohai-cli` supports Python 3.9 and higher.\n\n- If you still need to run on Python 3.5, version 0.13.0 was the last one to support it.\n- If you still need to run on Python 3.6, version 0.23.0 was the last one to support it.\n- If you still need to run on Python 3.7, version 0.25.0 was the last one to support it.\n- If you still need to run on Python 3.8, version 0.33.0 was the last one to support it.\n\n### System-wide or user-wide installation with pipx\n\nThe recommended way to install `valohai-cli` system-wide is to use [`pipx`][pipx], an\nutility to install and run Python applications in isolated environments.\n(If you're familiar with Node.js's `npx` tool, it's the same idea.)\n\nThis ensures that `valohai-cli`'s dependencies don't conflict with other Python packages.\n\nOnce you have installed and configured `pipx` (see the link above), you can\n\n```bash\n$ pipx install valohai-cli\n```\n\nand to upgrade it later on,\n\n```bash\n$ pipx upgrade valohai-cli\n```\n\n### System-wide or user-wide installation with pip\n\nYou can also install `valohai-cli` system-wide with `pip`,\nbut this may cause conflicts with other Python packages installed\nsystem-wide or user-wide.\n\n```bash\n$ pip3 install -U valohai-cli\n```\n\nThe `-U` flag ensures that any present version is upgraded, too.\n\n### Installation in a virtual environment\n\nIf you prefer to install `valohai-cli` in a virtual environment, you can do so with `pip` as well.\n\n```bash\n$ python3 -m venv venv\n$ source venv/bin/activate\n$ pip install -U valohai-cli\n```\n\n## Getting Started\n\nAfter you've installed the client, `vh` should work and you should see a description\nof commands.\n\nSee the [tutorial document](./TUTORIAL.md)!\n\n[vh]: https://valohai.com/\n[app]: https://app.valohai.com/\n\n## Developing\n\nDevelopment requires Python 3.10+; otherwise you'll get false positive type failures.\nCI will run tests on older Python versions.\n\nTo work on the `valohai-cli` code: pull the repository, create and activate a virtualenv, then run:\n\n```bash\nmake dev\n```\n\nThis installs `valohai-cli` as an \"editable\" `vh` command available in the virtualenv, but linked to\nthe working copy's source. That is, you can now edit the source under `valohai_cli` in your working\ndirectory, and try it out with `vh`.\n\n```bash\nvh --help\n# Usage: vh [OPTIONS] COMMAND [ARGS]...\n```\n\nTo run lints, type checks and tests:\n\n```bash\n# run linting and type checks\nmake lint\n\n# run tests\nmake test\n```\n\n[pipx]: https://github.com/pypa/pipx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalohai%2Fvalohai-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalohai%2Fvalohai-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalohai%2Fvalohai-cli/lists"}