neurograph-core


Nameneurograph-core JSON
Version 1.202508201827 PyPI version JSON
download
home_pageNone
SummaryNeurograph Core
upload_time2025-08-20 18:27:21
maintainerNone
docs_urlNone
authorNeurograph Development Team
requires_python>=3.9
license(c) 2025 Neurograph. All rights reserved.
keywords openapi openapi-generator neurograph core
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Neurograph Core Python SDK

The Neurograph Core Python SDK provides convenient, type-safe access to the Neurograph Core API.  
This guide covers local installation, authentication, and your first API call.

---

## 🚀 Quickstart

1. Activate your Python 3.12 virtual environment

2. Install the SDK

```bash
pip install neurograph-core
```

3. Use your service token to make a call
```python
from neurograph.v1.configuration import Configuration
from neurograph.v1.api_client import ApiClient
from neurograph.v1.api import atlas_api

config = Configuration()
config.host = "https://core-staging.neurograph.io"
config.api_key['ApiKeyAuth'] = "<your service token>"
config.api_key_prefix['ApiKeyAuth'] = "Bearer"

with ApiClient(config) as client:
    atlas = atlas_api.AtlasApi(client)
    print(atlas.api_v1_atlas_versions_get())
    
```
---

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "neurograph-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, Neurograph Core",
    "author": "Neurograph Development Team",
    "author_email": "team@openapitools.org",
    "download_url": "https://files.pythonhosted.org/packages/88/31/07cd95ae7d738495fed1735bb0d5c517f33cf46b77b09c72e3edb10d642f/neurograph_core-1.202508201827.tar.gz",
    "platform": null,
    "description": "# Neurograph Core Python SDK\n\nThe Neurograph Core Python SDK provides convenient, type-safe access to the Neurograph Core API.  \nThis guide covers local installation, authentication, and your first API call.\n\n---\n\n## \ud83d\ude80 Quickstart\n\n1. Activate your Python 3.12 virtual environment\n\n2. Install the SDK\n\n```bash\npip install neurograph-core\n```\n\n3. Use your service token to make a call\n```python\nfrom neurograph.v1.configuration import Configuration\nfrom neurograph.v1.api_client import ApiClient\nfrom neurograph.v1.api import atlas_api\n\nconfig = Configuration()\nconfig.host = \"https://core-staging.neurograph.io\"\nconfig.api_key['ApiKeyAuth'] = \"<your service token>\"\nconfig.api_key_prefix['ApiKeyAuth'] = \"Bearer\"\n\nwith ApiClient(config) as client:\n    atlas = atlas_api.AtlasApi(client)\n    print(atlas.api_v1_atlas_versions_get())\n    \n```\n---\n",
    "bugtrack_url": null,
    "license": "(c) 2025 Neurograph. All rights reserved.",
    "summary": "Neurograph Core",
    "version": "1.202508201827",
    "project_urls": {
        "Repository": "https://github.com/NeuroGraph-AI/core/"
    },
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " neurograph core"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7365a8e66ca008bed8519433a941f995e21ce8bcd5977d74bb2ef368905dcf95",
                "md5": "bbdd5adf1248ec8d01f5a9b086a09925",
                "sha256": "a9a8850f7ca45e0d90aa2cb48017000224548f0762d515b6e11deed6aaea7bb5"
            },
            "downloads": -1,
            "filename": "neurograph_core-1.202508201827-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bbdd5adf1248ec8d01f5a9b086a09925",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 190616,
            "upload_time": "2025-08-20T18:27:19",
            "upload_time_iso_8601": "2025-08-20T18:27:19.938734Z",
            "url": "https://files.pythonhosted.org/packages/73/65/a8e66ca008bed8519433a941f995e21ce8bcd5977d74bb2ef368905dcf95/neurograph_core-1.202508201827-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "883107cd95ae7d738495fed1735bb0d5c517f33cf46b77b09c72e3edb10d642f",
                "md5": "15c46486f946f1ab82a18dc6b5ec9b2a",
                "sha256": "4718e86aa4fbc017be2e8f7ea35cfaea5318542a73a4ca4abc03937a9792b5f7"
            },
            "downloads": -1,
            "filename": "neurograph_core-1.202508201827.tar.gz",
            "has_sig": false,
            "md5_digest": "15c46486f946f1ab82a18dc6b5ec9b2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 71727,
            "upload_time": "2025-08-20T18:27:21",
            "upload_time_iso_8601": "2025-08-20T18:27:21.508798Z",
            "url": "https://files.pythonhosted.org/packages/88/31/07cd95ae7d738495fed1735bb0d5c517f33cf46b77b09c72e3edb10d642f/neurograph_core-1.202508201827.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-20 18:27:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeuroGraph-AI",
    "github_project": "core",
    "github_not_found": true,
    "lcname": "neurograph-core"
}
        
Elapsed time: 1.12268s