caveclient


Namecaveclient JSON
Version 6.5.2 PyPI version JSON
download
home_pagehttps://github.com/CAVEconnectome/CAVEclient
SummaryA client for interacting with the Connectome Annotation Versioning Engine
upload_time2024-11-14 22:37:45
maintainerNone
docs_urlNone
authorForrest Collman, Casey Schneider-Mizell, Sven Dorkenwald
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements numpy pyarrow requests urllib3 pandas cachetools ipython networkx jsonschema attrs packaging
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CAVEclient

![PyPI - Version](https://img.shields.io/pypi/v/CAVEclient)
[![build status](https://github.com/CAVEconnectome/CAVEclient/actions/workflows/daily.yml/badge.svg)](https://github.com/CAVEconnectome/CAVEclient/actions/workflows/daily.yml) [![Downloads](https://static.pepy.tech/badge/caveclient)](https://pepy.tech/project/caveclient)

CAVE is short for Connectome Annotation Versioning Engine. CAVE is a set of microservices
that provide a framework for storing and versioning connectomics data and large sets of
dynamic annotations, metadata, and segmentations. This repository supplies client-side
code to easily interact with the microservices in CAVE.

A full description of the Connectome Annotation Versioning Engine can be found [in this paper](https://www.biorxiv.org/content/10.1101/2023.07.26.550598v1).

## Installation

`CAVEclient` can be installed from PyPI:

```bash
pip install caveclient
```
## Python version support
Currently we are officially supporting and testing against python 3.8, 3.9, 3.10,  3.11 and 3.12.

## Documentation

You can find full documentation at [caveconnectome.github.io/CAVEclient](https://caveconnectome.github.io/CAVEclient).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CAVEconnectome/CAVEclient",
    "name": "caveclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Forrest Collman, Casey Schneider-Mizell, Sven Dorkenwald",
    "author_email": "forrestc@alleninstute.org,caseys@alleninstitute.org,svenmd@princeton.edu,",
    "download_url": "https://files.pythonhosted.org/packages/a4/45/65ce3a1d3677ec0633a1ac08a9e06a91ef44f635968620fc8a515a96946d/caveclient-6.5.2.tar.gz",
    "platform": null,
    "description": "# CAVEclient\n\n![PyPI - Version](https://img.shields.io/pypi/v/CAVEclient)\n[![build status](https://github.com/CAVEconnectome/CAVEclient/actions/workflows/daily.yml/badge.svg)](https://github.com/CAVEconnectome/CAVEclient/actions/workflows/daily.yml) [![Downloads](https://static.pepy.tech/badge/caveclient)](https://pepy.tech/project/caveclient)\n\nCAVE is short for Connectome Annotation Versioning Engine. CAVE is a set of microservices\nthat provide a framework for storing and versioning connectomics data and large sets of\ndynamic annotations, metadata, and segmentations. This repository supplies client-side\ncode to easily interact with the microservices in CAVE.\n\nA full description of the Connectome Annotation Versioning Engine can be found [in this paper](https://www.biorxiv.org/content/10.1101/2023.07.26.550598v1).\n\n## Installation\n\n`CAVEclient` can be installed from PyPI:\n\n```bash\npip install caveclient\n```\n## Python version support\nCurrently we are officially supporting and testing against python 3.8, 3.9, 3.10,  3.11 and 3.12.\n\n## Documentation\n\nYou can find full documentation at [caveconnectome.github.io/CAVEclient](https://caveconnectome.github.io/CAVEclient).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A client for interacting with the Connectome Annotation Versioning Engine",
    "version": "6.5.2",
    "project_urls": {
        "Homepage": "https://github.com/CAVEconnectome/CAVEclient"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a44565ce3a1d3677ec0633a1ac08a9e06a91ef44f635968620fc8a515a96946d",
                "md5": "18b6b314438f1de2695c19e6dc59f170",
                "sha256": "a0db4612ef779f3f37f7a4399c4cefd5109f61ea51c5a52f904d4dec36c5ba0d"
            },
            "downloads": -1,
            "filename": "caveclient-6.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "18b6b314438f1de2695c19e6dc59f170",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 90153,
            "upload_time": "2024-11-14T22:37:45",
            "upload_time_iso_8601": "2024-11-14T22:37:45.814872Z",
            "url": "https://files.pythonhosted.org/packages/a4/45/65ce3a1d3677ec0633a1ac08a9e06a91ef44f635968620fc8a515a96946d/caveclient-6.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-14 22:37:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CAVEconnectome",
    "github_project": "CAVEclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "<",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "pyarrow",
            "specs": [
                [
                    ">=",
                    "3"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "urllib3",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "cachetools",
            "specs": [
                [
                    ">=",
                    "4.2.1"
                ]
            ]
        },
        {
            "name": "ipython",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "jsonschema",
            "specs": []
        },
        {
            "name": "attrs",
            "specs": [
                [
                    ">=",
                    "21.3.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    ">=",
                    "24.1"
                ]
            ]
        }
    ],
    "test_requirements": [
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        },
        {
            "name": "pytest-env",
            "specs": []
        },
        {
            "name": "responses",
            "specs": []
        },
        {
            "name": "pytest-mock",
            "specs": []
        }
    ],
    "lcname": "caveclient"
}
        
Elapsed time: 1.20759s