somacore


Namesomacore JSON
Version 1.0.26 PyPI version JSON
download
home_pageNone
SummaryPython-language API specification and base utilities for implementation of the SOMA system.
upload_time2024-12-17 02:22:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `somacore`: the Python version of the SOMA specification

`somacore` is the Python interpretation of the [abstract SOMA specification](https://github.com/single-cell-data/SOMA/blob/main/abstract_specification.md).
If you’re using SOMA to store or retrive data, you probably want to **install a SOMA implementation instead**, and not this package directly:

- [tiledbsoma](https://pypi.org/project/tiledbsoma/) ([source code](https://github.com/single-cell-data/TileDB-SOMA/))

This core pacakge contains base interfaces, shared types, and other cross-implementation code.
It is intended for use primarily by SOMA implementors or libraries that handle SOMA data, rather than end users.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "somacore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/0a/c2/bfc32c790c7ec5cd0f5e4b1cca7baac9a07dd1a97f656847e4916be082ed/somacore-1.0.26.tar.gz",
    "platform": null,
    "description": "# `somacore`: the Python version of the SOMA specification\n\n`somacore` is the Python interpretation of the [abstract SOMA specification](https://github.com/single-cell-data/SOMA/blob/main/abstract_specification.md).\nIf you\u2019re using SOMA to store or retrive data, you probably want to **install a SOMA implementation instead**, and not this package directly:\n\n- [tiledbsoma](https://pypi.org/project/tiledbsoma/) ([source code](https://github.com/single-cell-data/TileDB-SOMA/))\n\nThis core pacakge contains base interfaces, shared types, and other cross-implementation code.\nIt is intended for use primarily by SOMA implementors or libraries that handle SOMA data, rather than end users.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python-language API specification and base utilities for implementation of the SOMA system.",
    "version": "1.0.26",
    "project_urls": {
        "repository": "https://github.com/single-cell-data/SOMA.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "389a2038aaf6d398ed36268059c16c36f7601d5fea6ede71d5e09abfd5b095d7",
                "md5": "93a7e7a1b21401100192cdd108f53196",
                "sha256": "3d063ef94e595f85e62d40f91e3871b5c951ee2dc8a2c998a73539819a4cbd43"
            },
            "downloads": -1,
            "filename": "somacore-1.0.26-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "93a7e7a1b21401100192cdd108f53196",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 38370,
            "upload_time": "2024-12-17T02:22:40",
            "upload_time_iso_8601": "2024-12-17T02:22:40.019937Z",
            "url": "https://files.pythonhosted.org/packages/38/9a/2038aaf6d398ed36268059c16c36f7601d5fea6ede71d5e09abfd5b095d7/somacore-1.0.26-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ac2bfc32c790c7ec5cd0f5e4b1cca7baac9a07dd1a97f656847e4916be082ed",
                "md5": "fcce299b03c0447c918eb9d5e4677a05",
                "sha256": "25d522ec93116e34d5389a2828c2547a3e25fd6e301e1b96705f885a27cdebc0"
            },
            "downloads": -1,
            "filename": "somacore-1.0.26.tar.gz",
            "has_sig": false,
            "md5_digest": "fcce299b03c0447c918eb9d5e4677a05",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 31575,
            "upload_time": "2024-12-17T02:22:42",
            "upload_time_iso_8601": "2024-12-17T02:22:42.119316Z",
            "url": "https://files.pythonhosted.org/packages/0a/c2/bfc32c790c7ec5cd0f5e4b1cca7baac9a07dd1a97f656847e4916be082ed/somacore-1.0.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 02:22:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "single-cell-data",
    "github_project": "SOMA",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "somacore"
}
        
Elapsed time: 0.36103s