This package provides a Python API to access NeXus data across a network utilizing the Pyro4 package.
The latest development version is always available from NeXpy's GitHub repository.
The source code can be downloaded from the NeXpy Git repository:
$ git clone http://github.com/nexpy/nxremote.git
To install in the standard Python location:
$ python setup.py install
To install in an alternate location:
$ python setup.py install --prefix=/path/to/installation/dir
The following libraries are used by the full installation of NeXpy. There is more details of the nature of these dependencies in the NeXpy documentation.
- numpy http://numpy.org
- h5py http://www.h5py.org
- pyro4 http://pythonhosted.org//Pyro4/
If you discover any bugs, please submit a Github issue, preferably with relevant tracebacks.