spatialbio


Namespatialbio JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryMinimal client for the Spatial Tools search endpoint.
upload_time2025-10-25 18:20:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords api search spatial-tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # spatialbio

Minimal Python bindings for the Spatial Omics directory search API. Install the
package and call `search_tools()` to look up tools that match your query.

```bash
python -m pip install spatialbio
```

```python
from spatialbio import search_tools

results = search_tools(query="spatial transcriptomics", page_size=5)
for tool in results["results"]:
    print(tool["name"], tool.get("year"))
```

You will need an API token with permission to hit the Spatial Omics search
endpoint. Provide it via the `SPATIALBIO_API_TOKEN` (or legacy
`SPATIAL_TOOLS_API_TOKEN`) environment variable or the `api_token` keyword
argument. Use `SPATIALBIO_API_BASE` (or `SPATIAL_TOOLS_API_BASE`) to target a
non-production deployment if required (defaults to `https://spatial.tools`).

MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spatialbio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "api, search, spatial-tools",
    "author": null,
    "author_email": "Spatial Omics <team@spatial.tools>",
    "download_url": "https://files.pythonhosted.org/packages/4a/a4/eb780749c38df8286dde85ca9137915a6ccc0414fbde794a84dd8b8e2116/spatialbio-0.0.1.tar.gz",
    "platform": null,
    "description": "# spatialbio\n\nMinimal Python bindings for the Spatial Omics directory search API. Install the\npackage and call `search_tools()` to look up tools that match your query.\n\n```bash\npython -m pip install spatialbio\n```\n\n```python\nfrom spatialbio import search_tools\n\nresults = search_tools(query=\"spatial transcriptomics\", page_size=5)\nfor tool in results[\"results\"]:\n    print(tool[\"name\"], tool.get(\"year\"))\n```\n\nYou will need an API token with permission to hit the Spatial Omics search\nendpoint. Provide it via the `SPATIALBIO_API_TOKEN` (or legacy\n`SPATIAL_TOOLS_API_TOKEN`) environment variable or the `api_token` keyword\nargument. Use `SPATIALBIO_API_BASE` (or `SPATIAL_TOOLS_API_BASE`) to target a\nnon-production deployment if required (defaults to `https://spatial.tools`).\n\nMIT License.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Minimal client for the Spatial Tools search endpoint.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://spatial.tools",
        "Repository": "https://github.com/Spatial-Omics/spatial-tools"
    },
    "split_keywords": [
        "api",
        " search",
        " spatial-tools"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "893ccd9b6c20d09d2f8260f465029d8e314ed11bbe729a06854c66fc8c109ab0",
                "md5": "1313aa4e018def38e7c55255e15366fa",
                "sha256": "08f115accdb43fe065e885e1e02f0358114176cdb52881554af8fa14c262ea07"
            },
            "downloads": -1,
            "filename": "spatialbio-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1313aa4e018def38e7c55255e15366fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2575,
            "upload_time": "2025-10-25T18:20:45",
            "upload_time_iso_8601": "2025-10-25T18:20:45.753043Z",
            "url": "https://files.pythonhosted.org/packages/89/3c/cd9b6c20d09d2f8260f465029d8e314ed11bbe729a06854c66fc8c109ab0/spatialbio-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4aa4eb780749c38df8286dde85ca9137915a6ccc0414fbde794a84dd8b8e2116",
                "md5": "9a1c0845ed384ed22fca88a1cc67b151",
                "sha256": "cf4486ff5182610a8755ce6b5e15028ea0392f391519b5ca3458647cacfc1699"
            },
            "downloads": -1,
            "filename": "spatialbio-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9a1c0845ed384ed22fca88a1cc67b151",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2387,
            "upload_time": "2025-10-25T18:20:47",
            "upload_time_iso_8601": "2025-10-25T18:20:47.271430Z",
            "url": "https://files.pythonhosted.org/packages/4a/a4/eb780749c38df8286dde85ca9137915a6ccc0414fbde794a84dd8b8e2116/spatialbio-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-25 18:20:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Spatial-Omics",
    "github_project": "spatial-tools",
    "github_not_found": true,
    "lcname": "spatialbio"
}
        
Elapsed time: 2.39606s