Skip to main content

No project description provided

Project description

pynsgr

GitHub CI PyPI PyPI - Python Version GitHub GitHub pull requests GitHub issues

Python interface to the NeuroScience Gateway REST interface, based on the previously developed pycipres.

Quick start guide

Creating an account on NSGR

Please head to the NSGR web portal to create an account. Documentation there includes the list of available tools and other information. A tutorial is available, and so is a complete user guide.

Once you have created an account, you must create a new "application" to be able to use the REST API:

  • login, click "Developer" > "Application management"
  • click "create new application"
  • fill in the form: please use the "DIRECT" authentication type

This will create the application for you and create an application ID for you to use (see below).

Using this package

  1. Install this package directly using pip:
pip install pynsgr

or from source (to get the latest development version, for example):

git clone https://github.com/OpenSourceBrain/pynsgr
cd pynsgr
pip install .
  1. Update ~/nsgrest.conf with your account and application information:
URL=https://nsgr.sdsc.edu:8443/cipresrest/v1
USERNAME=<YOUR_USERNAME>
PASSWORD=<YOUR_PASSWORD>
APPID=<YOUR_APPID>
APPNAME=PY_EXPANSE
  1. Try listing your jobs
nsgr_job -l
  1. Submit a job
nsgr_submit <directory> validate
nsgr_submit <directory> run

For more information on what the tools do, use the -h option:

nsgr_submit -h
nsgr_job -h

where <directory> contains the zipped code to run, and the two properties files. See the example folder for an example of this and configuration files that are used.

Project details


Download files

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

Source Distribution

pynsgr-1.0.3.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

pynsgr-1.0.3-py3-none-any.whl (18.0 kB view details)

Uploaded Python 3

File details

Details for the file pynsgr-1.0.3.tar.gz.

File metadata

  • Download URL: pynsgr-1.0.3.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pynsgr-1.0.3.tar.gz
Algorithm Hash digest
SHA256 7a729e41407aae0ff9185b0ee420ed1aae2fbd5f5ff77523d37f41a48c252d09
MD5 6f8fdc5598b2d7b3aa7eff7d0e4eb184
BLAKE2b-256 43f1f17ce5a8b530e32ef3af2732f0caa4d17b4136c75664bc04c4bbeaeaf786

See more details on using hashes here.

Provenance

File details

Details for the file pynsgr-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: pynsgr-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 18.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pynsgr-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3553116b08c63bf3205a0f7d55068386a636b82b9df2089675c46d0d1a0fd809
MD5 f9ce5e2fa98873d41bd184d5e36b1103
BLAKE2b-256 69f273a752fcb8e44cbc2337a6b963f54d54444f75602d48dba95f06317fabd7

See more details on using hashes here.

Provenance

Supported by

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