smqtk-dataprovider


Namesmqtk-dataprovider JSON
Version 0.18.0 PyPI version JSON
download
home_pagehttps://github.com/Kitware/SMQTK-Dataprovider
SummarySMQTK Data provision abstractions and implementations
upload_time2023-07-03 17:12: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 - Data Providers

## Intent
This package builds on top of SMQTK-Core to provide data structures that are
abstractions around data and where it is fundamentally stored.

## Documentation
You can build the sphinx documentation locally for the most up-to-date
reference:
```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": "https://github.com/Kitware/SMQTK-Dataprovider",
    "name": "smqtk-dataprovider",
    "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/88/5a/7a3cae600b27421ba3c1a8254d29029e5315ecf517e4f158db0abe8e4cc4/smqtk_dataprovider-0.18.0.tar.gz",
    "platform": null,
    "description": "# SMQTK - Data Providers\n\n## Intent\nThis package builds on top of SMQTK-Core to provide data structures that are\nabstractions around data and where it is fundamentally stored.\n\n## Documentation\nYou can build the sphinx documentation locally for the most up-to-date\nreference:\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 Data provision abstractions and implementations",
    "version": "0.18.0",
    "project_urls": {
        "Documentation": "https://smqtk-dataprovider.readthedocs.io/",
        "Homepage": "https://github.com/Kitware/SMQTK-Dataprovider",
        "Repository": "https://github.com/Kitware/SMQTK-Dataprovider"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc9745e30a8873d0036eaf2292bcdcd33aedad265e703b7b572a1741757280ad",
                "md5": "f44a65dfd5981a28eccd0ec2c28fe3ef",
                "sha256": "edb052a83528589483fb4de1025c2912433ae5681d35116871e60a5d4f1f36d6"
            },
            "downloads": -1,
            "filename": "smqtk_dataprovider-0.18.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f44a65dfd5981a28eccd0ec2c28fe3ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 62470,
            "upload_time": "2023-07-03T17:12:34",
            "upload_time_iso_8601": "2023-07-03T17:12:34.345647Z",
            "url": "https://files.pythonhosted.org/packages/bc/97/45e30a8873d0036eaf2292bcdcd33aedad265e703b7b572a1741757280ad/smqtk_dataprovider-0.18.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "885a7a3cae600b27421ba3c1a8254d29029e5315ecf517e4f158db0abe8e4cc4",
                "md5": "45bccdf03a27830e05938af3e13b8dd9",
                "sha256": "66ccd5d6b0d5e8fe77f714e597a0b7f8eb288089b9b7251a27f1c76869b530aa"
            },
            "downloads": -1,
            "filename": "smqtk_dataprovider-0.18.0.tar.gz",
            "has_sig": false,
            "md5_digest": "45bccdf03a27830e05938af3e13b8dd9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 44841,
            "upload_time": "2023-07-03T17:12:35",
            "upload_time_iso_8601": "2023-07-03T17:12:35.786281Z",
            "url": "https://files.pythonhosted.org/packages/88/5a/7a3cae600b27421ba3c1a8254d29029e5315ecf517e4f158db0abe8e4cc4/smqtk_dataprovider-0.18.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-03 17:12:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kitware",
    "github_project": "SMQTK-Dataprovider",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "smqtk-dataprovider"
}
        
Elapsed time: 0.10530s