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
-
Activate your Python 3.12 virtual environment
-
Install the SDK
pip install neurograph-core
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neurograph_core-1.202510092216.tar.gz.
File metadata
- Download URL: neurograph_core-1.202510092216.tar.gz
- Upload date:
- Size: 123.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cdddfa0887c9a2b4e39cda685fd215b875ccfa353fea49fdc0b7a79d9d564d7
|
|
| MD5 |
d569001855c42e97346c4e55109e2893
|
|
| BLAKE2b-256 |
5ee1abe717164d83255df2b2e24bc05c14644d26cf6574bde0280da255856a7e
|
File details
Details for the file neurograph_core-1.202510092216-py3-none-any.whl.
File metadata
- Download URL: neurograph_core-1.202510092216-py3-none-any.whl
- Upload date:
- Size: 345.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c486cb7c497d274730c77689c3ed60383a4e0a1d9ce7456bac3a8ebbffc7041
|
|
| MD5 |
4156c47f304c9afdedd978936715d0f1
|
|
| BLAKE2b-256 |
5f1076ff474238fdad915101ffdc5d34df1c99d8b1a9bb0649516479b4604377
|