isic-cli


Nameisic-cli JSON
Version 10.0.0 PyPI version JSON
download
home_pagehttps://github.com/ImageMarkup/isic-cli
Summary
upload_time2024-03-05 16:32:53
maintainer
docs_urlNone
authorKitware, Inc.
requires_python>=3.10
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kitware, Inc.",
    "author_email": "kitware@kitware.com",
    "download_url": "https://files.pythonhosted.org/packages/20/c6/169c5e8ccafd194377bf5cbc82db138ebb5ee036f1f73446327101566280/isic-cli-10.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": "",
    "version": "10.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": "3fd880a90b3fa882582bdcc1304f93efdf7ae1a225794e363bae85dafa22640a",
                "md5": "4a1a782bfd333f35423cf296b431a5bb",
                "sha256": "b9f25983065b413ecc14503a71da8ac8806cfb0f718a41c6a9ad8ee46eab2e19"
            },
            "downloads": -1,
            "filename": "isic_cli-10.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a1a782bfd333f35423cf296b431a5bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 24094,
            "upload_time": "2024-03-05T16:32:52",
            "upload_time_iso_8601": "2024-03-05T16:32:52.175411Z",
            "url": "https://files.pythonhosted.org/packages/3f/d8/80a90b3fa882582bdcc1304f93efdf7ae1a225794e363bae85dafa22640a/isic_cli-10.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20c6169c5e8ccafd194377bf5cbc82db138ebb5ee036f1f73446327101566280",
                "md5": "86d094b8523416de365aafb2c2a46a7f",
                "sha256": "84480c0187a7734650dfbf0813e5daeae6a4b6c5622ff6ac3110843f2c69d94f"
            },
            "downloads": -1,
            "filename": "isic-cli-10.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "86d094b8523416de365aafb2c2a46a7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 26104,
            "upload_time": "2024-03-05T16:32:53",
            "upload_time_iso_8601": "2024-03-05T16:32:53.479525Z",
            "url": "https://files.pythonhosted.org/packages/20/c6/169c5e8ccafd194377bf5cbc82db138ebb5ee036f1f73446327101566280/isic-cli-10.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-05 16:32:53",
    "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"
}
        
Elapsed time: 0.20410s