smqtk-image-io


Namesmqtk-image-io JSON
Version 0.17.0 PyPI version JSON
download
home_page
SummarySMQTK Image IO
upload_time2023-06-16 19:06:35
maintainer
docs_urlNone
authorKitware, Inc.
requires_python>=3.8,<4.0
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SMQTK - Image-IO

## Intent
This package is intended to provide the interfaces and tools for working with image input.

Specifically, there are two readers used to interact with images. One uses GDAL and the other uses PIL

## Documentation

You can build the sphinx documentation locally for the most
up-to-date reference (see also: [Building the Documentation](
https://smqtk.readthedocs.io/en/latest/installation.html#building-the-documentation)):
```bash
# Install dependencies
poetry install
# Navigate to the documentation root.
cd docs
# Build the docs.
poetry run make html
# Open in your favorite browser!
firefox _build/html/index.html
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "smqtk-image-io",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kitware, Inc.",
    "author_email": "smqtk-developers@kitware.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/7f/b2f24cf2319251330e5fae0a0dd37a899499feb1c7764e0057a6decce766/smqtk_image_io-0.17.0.tar.gz",
    "platform": null,
    "description": "# SMQTK - Image-IO\n\n## Intent\nThis package is intended to provide the interfaces and tools for working with image input.\n\nSpecifically, there are two readers used to interact with images. One uses GDAL and the other uses PIL\n\n## Documentation\n\nYou can build the sphinx documentation locally for the most\nup-to-date reference (see also: [Building the Documentation](\nhttps://smqtk.readthedocs.io/en/latest/installation.html#building-the-documentation)):\n```bash\n# Install dependencies\npoetry install\n# Navigate to the documentation root.\ncd docs\n# Build the docs.\npoetry run make html\n# Open in your favorite browser!\nfirefox _build/html/index.html\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "SMQTK Image IO",
    "version": "0.17.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2914088564e88ae88d39a12cabcc18b96129afe9c961733da1af126ea7892b6",
                "md5": "68852f06c3764b05e74edf425b3963ac",
                "sha256": "29bb5d683719e22e90f886876c27b6abef4a39f26375461a565630489309bdfc"
            },
            "downloads": -1,
            "filename": "smqtk_image_io-0.17.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68852f06c3764b05e74edf425b3963ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 19621,
            "upload_time": "2023-06-16T19:06:34",
            "upload_time_iso_8601": "2023-06-16T19:06:34.060294Z",
            "url": "https://files.pythonhosted.org/packages/d2/91/4088564e88ae88d39a12cabcc18b96129afe9c961733da1af126ea7892b6/smqtk_image_io-0.17.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f7fb2f24cf2319251330e5fae0a0dd37a899499feb1c7764e0057a6decce766",
                "md5": "bafa814447f0fbfca393be47f7bcc78a",
                "sha256": "20ae2ee65ad5428d1aced2f6c8113b81ca28e528f76d9f939df29ea681a23063"
            },
            "downloads": -1,
            "filename": "smqtk_image_io-0.17.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bafa814447f0fbfca393be47f7bcc78a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 16075,
            "upload_time": "2023-06-16T19:06:35",
            "upload_time_iso_8601": "2023-06-16T19:06:35.617584Z",
            "url": "https://files.pythonhosted.org/packages/2f/7f/b2f24cf2319251330e5fae0a0dd37a899499feb1c7764e0057a6decce766/smqtk_image_io-0.17.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-16 19:06:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "smqtk-image-io"
}
        
Elapsed time: 0.12761s