Skip to main content

Neurograph Core

Project description

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

pip install neurograph-core
  1. Use your service token to make a call
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())
    

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neurograph_core-1.202509242050.tar.gz (104.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neurograph_core-1.202509242050-py3-none-any.whl (278.9 kB view details)

Uploaded Python 3

File details

Details for the file neurograph_core-1.202509242050.tar.gz.

File metadata

  • Download URL: neurograph_core-1.202509242050.tar.gz
  • Upload date:
  • Size: 104.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for neurograph_core-1.202509242050.tar.gz
Algorithm Hash digest
SHA256 0443ba355d8f958db8ddf3d1e11889ac763abd50fa46a7ab41906136ef031dbc
MD5 62d0f60ff4e87864c18f5964ab9a59aa
BLAKE2b-256 e3846752875f00fa820ee67ebc987e86679e9de3c79e35bc62342d7852cfaeee

See more details on using hashes here.

File details

Details for the file neurograph_core-1.202509242050-py3-none-any.whl.

File metadata

File hashes

Hashes for neurograph_core-1.202509242050-py3-none-any.whl
Algorithm Hash digest
SHA256 7f0f8c84fc64565421813e8037316fb51a093f23db63bd6d9e6b7d563637396c
MD5 81d3b88149b695b528c4d17d0a395f40
BLAKE2b-256 f9b80c9286a814eee46598cb826210878c52f6b8d75b18314689167873f446e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page