smqtk-descriptors


Namesmqtk-descriptors JSON
Version 0.19.0 PyPI version JSON
download
home_pagehttps://github.com/Kitware/SMQTK-Descriptors
SummaryAlgorithms, data structures and utilities around computingdescriptor vectors from data.
upload_time2023-06-19 03:34:32
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 - Descriptors

## Intent
This package aims to provide interfaces for algorithms and data structures
around computing descriptor vectors from input data.

This package also includes a utility function that can map an arbitrary
function to some set of input iterables, not unlike the python `map`, except
that this version is parallelized across threads or processes. This function
also does not block and may be used for parallelized stream processing.

## 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-Descriptors",
    "name": "smqtk-descriptors",
    "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/e8/08/f67e8148ab1b84d658a854b8df82fe10cede57d575855922007e8eb710b4/smqtk_descriptors-0.19.0.tar.gz",
    "platform": null,
    "description": "# SMQTK - Descriptors\n\n## Intent\nThis package aims to provide interfaces for algorithms and data structures\naround computing descriptor vectors from input data.\n\nThis package also includes a utility function that can map an arbitrary\nfunction to some set of input iterables, not unlike the python `map`, except\nthat this version is parallelized across threads or processes. This function\nalso does not block and may be used for parallelized stream processing.\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": "Algorithms, data structures and utilities around computingdescriptor vectors from data.",
    "version": "0.19.0",
    "project_urls": {
        "Documentation": "https://smqtk-descriptors.readthedocs.io/",
        "Homepage": "https://github.com/Kitware/SMQTK-Descriptors",
        "Repository": "https://github.com/Kitware/SMQTK-Descriptors"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "655f2ee16502ff4dc203d630478ec713a416d711c036672fcd37673ce21fc4bd",
                "md5": "0364729df707ee590d26a18f3b248267",
                "sha256": "93e1cbb1125ab1be8591073a8019873b0b1ca40bbb5974f52b04c426550e5a95"
            },
            "downloads": -1,
            "filename": "smqtk_descriptors-0.19.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0364729df707ee590d26a18f3b248267",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 60533,
            "upload_time": "2023-06-19T03:34:30",
            "upload_time_iso_8601": "2023-06-19T03:34:30.689366Z",
            "url": "https://files.pythonhosted.org/packages/65/5f/2ee16502ff4dc203d630478ec713a416d711c036672fcd37673ce21fc4bd/smqtk_descriptors-0.19.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e808f67e8148ab1b84d658a854b8df82fe10cede57d575855922007e8eb710b4",
                "md5": "159bddfc25541d3a27b74d6925adad92",
                "sha256": "b1a2ee124d71f2dbf78ed445ce0e89038aac02b3cbf5e69e743ab874613531dd"
            },
            "downloads": -1,
            "filename": "smqtk_descriptors-0.19.0.tar.gz",
            "has_sig": false,
            "md5_digest": "159bddfc25541d3a27b74d6925adad92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 48286,
            "upload_time": "2023-06-19T03:34:32",
            "upload_time_iso_8601": "2023-06-19T03:34:32.112263Z",
            "url": "https://files.pythonhosted.org/packages/e8/08/f67e8148ab1b84d658a854b8df82fe10cede57d575855922007e8eb710b4/smqtk_descriptors-0.19.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-19 03:34:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kitware",
    "github_project": "SMQTK-Descriptors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "smqtk-descriptors"
}
        
Elapsed time: 0.39016s