This release is a pre-release and may not be stable for production use.
NEST Client -- A client for the NEST Server
The easiest way to interact with the NEST Server is the NEST Client. It can be
used either by directly starting a Python session in a clone of that repository,
or by installing it by pip install therein. NEST Simulator itself does not
have to be installed in order to use the NEST Client.
Using a dynamic function mapping mechanism, the NEST Client supports the same functions as PyNEST does. However, instead of directly executing calls in NEST, it forwards them together with their arguments to the NEST Server, which in turn executes them. To you as a user, everything looks much like a typical simulation code for NEST Simulator.
Basic usage
To give you an idea of the usage, the following table shows a comparison of a typical simulation once for PyNEST and once using the NEST Client.
The client can be installed with this command:
pip install -e .
The directory examples holds some examples that demonstrate the usage of the
client.
-
For API calls:
python ./examples/NESTClient_api_example.py -
For Exec call:
python ./examples/NESTClient_exec_example.py
References
- Documentation
- NEST Simulator via its REST-based interface
- NEST Server
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 nest_client-0.2.0b1.tar.gz.
File metadata
- Download URL: nest_client-0.2.0b1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b50069373dea7899248bf29a01d9f45e33d6619b12e780362fc3f3590c0a601b
|
|
| MD5 |
745d88b24b1a085aa386bdae78416381
|
|
| BLAKE2b-256 |
dd55d1848b8ec1f71e8c00248ab872e15c4b42f327d08908b1f578044ccbcb61
|
File details
Details for the file nest_client-0.2.0b1-py3-none-any.whl.
File metadata
- Download URL: nest_client-0.2.0b1-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
872aa6486b94ef5f29a7e4ac881708cd8431241a1848fe12073be494fb69207c
|
|
| MD5 |
202ed076db5b17de103e8590080ff039
|
|
| BLAKE2b-256 |
be91b98a948e75ec14f35334eebbb92180f9d55ec258348e35e955db2363d745
|