nxstools


Namenxstools JSON
Version 3.66.0 PyPI version JSON
download
home_pagehttp://github.com/nexdatas/nxstools
SummaryConfiguration tools for NeXDaTaS Tango Servers
upload_time2024-03-22 09:18:19
maintainerJan Kotanski, Eugen Wintersberger , Halil Pasic
docs_urlNone
authorJan Kotanski, Eugen Wintersberger , Halil Pasic
requires_pythonNone
licenseGNU GENERAL PUBLIC LICENSE version 3
keywords configuration writer tango component nexus data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Welcome to nxstools's documentation!
====================================


|github workflow|
|docs|
|Pypi Version|
|Python Versions|

.. |github workflow| image:: https://github.com/nexdatas/nxstools/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/nexdatas/nxstools/actions
   :alt:

.. |docs| image:: https://img.shields.io/badge/Documentation-webpages-ADD8E6.svg
   :target: https://nexdatas.github.io/nxstools/index.html
   :alt:

.. |Pypi Version| image:: https://img.shields.io/pypi/v/nxstools.svg
                  :target: https://pypi.python.org/pypi/nxstools
                  :alt:

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/nxstools.svg
                     :target: https://pypi.python.org/pypi/nxstools/
                     :alt:


Authors: Jan Kotanski

------------
Introduction
------------

Configuration tools for NeXDaTaS Tango Servers consists of the following command-line scripts:

- `nxscollect <https://nexdatas.github.io/nxstools/nxscollect.html>`__ uploads external images into the NeXus/HDF5 file
- `nxsconfig <https://nexdatas.github.io/nxstools/nxsconfig.html>`__ reads NeXus Configuration Server settings
- `nxscreate <https://nexdatas.github.io/nxstools/nxscreate.html>`__ creates NeXus Configuration components
- `nxsdata <https://nexdatas.github.io/nxstools/nxsdata.html>`__ runs NeXus Data Writer
- `nxsfileinfo <https://nexdatas.github.io/nxstools/nxsfileinfo.html>`__ shows metadata of the NeXus/HDF5 file
- `nxsetup <https://nexdatas.github.io/nxstools/nxsetup.html>`__ setups NeXDaTaS Tango Server environment

as well as the `nxstools <https://nexdatas.github.io/nxstools/nxstools.html>`__ package which allows perform these operations
directly from a python code.

| Source code: https://github.com/nexdatas/nxstools
| Web page: https://nexdatas.github.io/nxstools
| NexDaTaS Web page: https://nexdatas.github.io

------------
Installation
------------

Install the dependencies:

|    pninexus or h5py, numpy, tango, sphinx

From sources
""""""""""""

Download the latest NXS Tools version from

|    https://github.com/nexdatas/nxstools

Extract sources and run

.. code-block:: console

	  $ python setup.py install

Debian packages
"""""""""""""""

Debian `bookworm`, `bullseye`, `buster`  or Ubuntu `lunar`, `jammy`, `focal` packages can be found in the HDRI repository.

To install the debian packages, add the PGP repository key

.. code-block:: console

	  $ sudo su
	  $ curl -s http://repos.pni-hdri.de/debian_repo.pub.gpg | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/debian-hdri-repo.gpg --import
	  $ chmod 644 /etc/apt/trusted.gpg.d/debian-hdri-repo.gpg

and then download the corresponding source list

.. code-block:: console

	  $ cd /etc/apt/sources.list.d
	  $ wget http://repos.pni-hdri.de/bookworm-pni-hdri.list

To install nxstools scripts

.. code-block:: console

	  $ apt-get update
	  $ apt-get install nxstools

or

.. code-block:: console

	  $ apt-get update
	  $ apt-get install nxstools3

for older python3 releases.

To install only the python3 package

.. code-block:: console

	  $ apt-get update
	  $ apt-get install python3-nxstools

and for python2

.. code-block:: console

	  $ apt-get update
	  $ apt-get install python-nxstools

if exists.


From pip
""""""""

To install it from pip you can

.. code-block:: console

   $ python3 -m venv myvenv
   $ . myvenv/bin/activate

   $ pip install nxstools

Moreover it is also good to install

.. code-block:: console

   $ pip install pytango



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/nexdatas/nxstools",
    "name": "nxstools",
    "maintainer": "Jan Kotanski, Eugen Wintersberger , Halil Pasic",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "jankotan@gmail.com, eugen.wintersberger@gmail.com, halil.pasic@gmail.com",
    "keywords": "configuration writer Tango component nexus data",
    "author": "Jan Kotanski, Eugen Wintersberger , Halil Pasic",
    "author_email": "jankotan@gmail.com, eugen.wintersberger@gmail.com, halil.pasic@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ed/92/fa5751b850950a462609c5050274388b47d490a380ec3ad9baab4deb8b70/nxstools-3.66.0.tar.gz",
    "platform": "Linux",
    "description": "Welcome to nxstools's documentation!\n====================================\n\n\n|github workflow|\n|docs|\n|Pypi Version|\n|Python Versions|\n\n.. |github workflow| image:: https://github.com/nexdatas/nxstools/actions/workflows/tests.yml/badge.svg\n   :target: https://github.com/nexdatas/nxstools/actions\n   :alt:\n\n.. |docs| image:: https://img.shields.io/badge/Documentation-webpages-ADD8E6.svg\n   :target: https://nexdatas.github.io/nxstools/index.html\n   :alt:\n\n.. |Pypi Version| image:: https://img.shields.io/pypi/v/nxstools.svg\n                  :target: https://pypi.python.org/pypi/nxstools\n                  :alt:\n\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/nxstools.svg\n                     :target: https://pypi.python.org/pypi/nxstools/\n                     :alt:\n\n\nAuthors: Jan Kotanski\n\n------------\nIntroduction\n------------\n\nConfiguration tools for NeXDaTaS Tango Servers consists of the following command-line scripts:\n\n- `nxscollect <https://nexdatas.github.io/nxstools/nxscollect.html>`__ uploads external images into the NeXus/HDF5 file\n- `nxsconfig <https://nexdatas.github.io/nxstools/nxsconfig.html>`__ reads NeXus Configuration Server settings\n- `nxscreate <https://nexdatas.github.io/nxstools/nxscreate.html>`__ creates NeXus Configuration components\n- `nxsdata <https://nexdatas.github.io/nxstools/nxsdata.html>`__ runs NeXus Data Writer\n- `nxsfileinfo <https://nexdatas.github.io/nxstools/nxsfileinfo.html>`__ shows metadata of the NeXus/HDF5 file\n- `nxsetup <https://nexdatas.github.io/nxstools/nxsetup.html>`__ setups NeXDaTaS Tango Server environment\n\nas well as the `nxstools <https://nexdatas.github.io/nxstools/nxstools.html>`__ package which allows perform these operations\ndirectly from a python code.\n\n| Source code: https://github.com/nexdatas/nxstools\n| Web page: https://nexdatas.github.io/nxstools\n| NexDaTaS Web page: https://nexdatas.github.io\n\n------------\nInstallation\n------------\n\nInstall the dependencies:\n\n|    pninexus or h5py, numpy, tango, sphinx\n\nFrom sources\n\"\"\"\"\"\"\"\"\"\"\"\"\n\nDownload the latest NXS Tools version from\n\n|    https://github.com/nexdatas/nxstools\n\nExtract sources and run\n\n.. code-block:: console\n\n\t  $ python setup.py install\n\nDebian packages\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\nDebian `bookworm`, `bullseye`, `buster`  or Ubuntu `lunar`, `jammy`, `focal` packages can be found in the HDRI repository.\n\nTo install the debian packages, add the PGP repository key\n\n.. code-block:: console\n\n\t  $ sudo su\n\t  $ curl -s http://repos.pni-hdri.de/debian_repo.pub.gpg | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/debian-hdri-repo.gpg --import\n\t  $ chmod 644 /etc/apt/trusted.gpg.d/debian-hdri-repo.gpg\n\nand then download the corresponding source list\n\n.. code-block:: console\n\n\t  $ cd /etc/apt/sources.list.d\n\t  $ wget http://repos.pni-hdri.de/bookworm-pni-hdri.list\n\nTo install nxstools scripts\n\n.. code-block:: console\n\n\t  $ apt-get update\n\t  $ apt-get install nxstools\n\nor\n\n.. code-block:: console\n\n\t  $ apt-get update\n\t  $ apt-get install nxstools3\n\nfor older python3 releases.\n\nTo install only the python3 package\n\n.. code-block:: console\n\n\t  $ apt-get update\n\t  $ apt-get install python3-nxstools\n\nand for python2\n\n.. code-block:: console\n\n\t  $ apt-get update\n\t  $ apt-get install python-nxstools\n\nif exists.\n\n\nFrom pip\n\"\"\"\"\"\"\"\"\n\nTo install it from pip you can\n\n.. code-block:: console\n\n   $ python3 -m venv myvenv\n   $ . myvenv/bin/activate\n\n   $ pip install nxstools\n\nMoreover it is also good to install\n\n.. code-block:: console\n\n   $ pip install pytango\n\n\n",
    "bugtrack_url": null,
    "license": "GNU GENERAL PUBLIC LICENSE version 3",
    "summary": "Configuration tools for NeXDaTaS Tango Servers",
    "version": "3.66.0",
    "project_urls": {
        "Homepage": "http://github.com/nexdatas/nxstools"
    },
    "split_keywords": [
        "configuration",
        "writer",
        "tango",
        "component",
        "nexus",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b663eed1831aa2bb86182bd6a65836825007f37ef5b1316d426499a38b5ac135",
                "md5": "038f01c4807e5c1774f710cd58b4ac99",
                "sha256": "9612811855c074a2403f506599bf06785e0d0841a1e2861b1fae449b21f70873"
            },
            "downloads": -1,
            "filename": "nxstools-3.66.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "038f01c4807e5c1774f710cd58b4ac99",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 266313,
            "upload_time": "2024-03-22T09:18:16",
            "upload_time_iso_8601": "2024-03-22T09:18:16.283734Z",
            "url": "https://files.pythonhosted.org/packages/b6/63/eed1831aa2bb86182bd6a65836825007f37ef5b1316d426499a38b5ac135/nxstools-3.66.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed92fa5751b850950a462609c5050274388b47d490a380ec3ad9baab4deb8b70",
                "md5": "8c8bd89aad5797f700590fb33a975ce7",
                "sha256": "0b8814150ee76e4558dcceb41514e101ad16acd54d0b61ae486692c0e2e71eea"
            },
            "downloads": -1,
            "filename": "nxstools-3.66.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8c8bd89aad5797f700590fb33a975ce7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 990860,
            "upload_time": "2024-03-22T09:18:19",
            "upload_time_iso_8601": "2024-03-22T09:18:19.480025Z",
            "url": "https://files.pythonhosted.org/packages/ed/92/fa5751b850950a462609c5050274388b47d490a380ec3ad9baab4deb8b70/nxstools-3.66.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 09:18:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nexdatas",
    "github_project": "nxstools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nxstools"
}
        
Elapsed time: 0.23255s