# isic-cli
The official command line tool for interacting with the [ISIC Archive](https://isic-archive.com).
## Installation
- Download the [latest isic-cli release](https://github.com/ImageMarkup/isic-cli/releases/latest).
- Extract the executable to a location where it can be invoked from the command line.
If running on macOS, you may need to [add the executable to the list of trusted software](https://support.apple.com/guide/mac-help/apple-cant-check-app-for-malicious-software-mchleab3a043/mac) to launch isic-cli in the same way you would any other registered app.
## Common use cases
Note: `isic` will be `isic.exe` on Windows.
### Downloading images
``` sh
isic image download images/ # downloads the entire archive, images and metadata, to images/
# optionally filter the results
isic image download --search 'diagnosis:"basal cell carcinoma"' images/
isic image download --search 'age_approx:[5 TO 25] AND sex:male' images/
```
### Downloading metadata
``` sh
isic metadata download # downloads the entire archive metadata to a csv
# find a collection to filter by
isic collection list # grab the ID for the 2020 Challenge training set (70)
isic metadata download --collections 70
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ImageMarkup/isic-cli",
"name": "isic-cli",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Kitware, Inc.",
"author_email": "kitware@kitware.com",
"download_url": "https://files.pythonhosted.org/packages/51/82/b61008bb4f71bf6717decd83a1cf008fca3e1708d98b0792970192962fd0/isic_cli-11.0.0.tar.gz",
"platform": null,
"description": "# isic-cli\n\nThe official command line tool for interacting with the [ISIC Archive](https://isic-archive.com).\n\n## Installation\n- Download the [latest isic-cli release](https://github.com/ImageMarkup/isic-cli/releases/latest).\n- Extract the executable to a location where it can be invoked from the command line.\n\nIf running on macOS, you may need to [add the executable to the list of trusted software](https://support.apple.com/guide/mac-help/apple-cant-check-app-for-malicious-software-mchleab3a043/mac) to launch isic-cli in the same way you would any other registered app.\n\n## Common use cases\n\nNote: `isic` will be `isic.exe` on Windows.\n\n### Downloading images\n\n``` sh\nisic image download images/ # downloads the entire archive, images and metadata, to images/\n\n# optionally filter the results\nisic image download --search 'diagnosis:\"basal cell carcinoma\"' images/\nisic image download --search 'age_approx:[5 TO 25] AND sex:male' images/\n```\n\n\n### Downloading metadata\n\n``` sh\nisic metadata download # downloads the entire archive metadata to a csv\n\n# find a collection to filter by\nisic collection list # grab the ID for the 2020 Challenge training set (70)\nisic metadata download --collections 70\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": null,
"version": "11.0.0",
"project_urls": {
"Bug Reports": "https://github.com/ImageMarkup/isic-cli/issues",
"Homepage": "https://github.com/ImageMarkup/isic-cli",
"Source": "https://github.com/ImageMarkup/isic-cli"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "980642471627e28339e9dcda31152dcea725efdf2edbd03be10db2d84ad318c7",
"md5": "15ff86abe05d0beb9e005df59fd84d6a",
"sha256": "9de9ddba4dc30a9a344546118064984b11994556ff4640bc0e45b94515b5b479"
},
"downloads": -1,
"filename": "isic_cli-11.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "15ff86abe05d0beb9e005df59fd84d6a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 30356,
"upload_time": "2024-07-01T14:19:06",
"upload_time_iso_8601": "2024-07-01T14:19:06.275186Z",
"url": "https://files.pythonhosted.org/packages/98/06/42471627e28339e9dcda31152dcea725efdf2edbd03be10db2d84ad318c7/isic_cli-11.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5182b61008bb4f71bf6717decd83a1cf008fca3e1708d98b0792970192962fd0",
"md5": "0942ccbbd46df53a4b4383eeadd32814",
"sha256": "4998715c7ed88aa7f2e91389599af54c7e3c1f49e8750371cb7de42aafa39be8"
},
"downloads": -1,
"filename": "isic_cli-11.0.0.tar.gz",
"has_sig": false,
"md5_digest": "0942ccbbd46df53a4b4383eeadd32814",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 27076,
"upload_time": "2024-07-01T14:19:08",
"upload_time_iso_8601": "2024-07-01T14:19:08.042779Z",
"url": "https://files.pythonhosted.org/packages/51/82/b61008bb4f71bf6717decd83a1cf008fca3e1708d98b0792970192962fd0/isic_cli-11.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-01 14:19:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ImageMarkup",
"github_project": "isic-cli",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "isic-cli"
}