nistreamer


Namenistreamer JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryAn abstraction layer providing a Python API for scripted pulse sequence generation with National Instruments hardware.
upload_time2025-08-18 16:27:51
maintainerNone
docs_urlNone
authorNI Pulse Streamer Project and Contributors <https://github.com/NIStreamer>
requires_python>=3.7
licenseMIT
keywords pulse sequence experiment control experiment automation national instruments ni daq
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NI Pulse Streamer

An abstraction layer providing a Python API for scripted pulse sequence generation with [National Instruments](http://www.ni.com) hardware.

**Main features:**

* Simple Python API allows scripting very complex sequences.

* Streaming approach enables practically unlimited sequence duration. The pulse sequence is efficiently stored as a list of instructions, while the waveform samples are computed on the fly, requiring only a small amount of memory at any given time.

* The streaming back-end is implemented in Rust – fast, lightweight, and robust.

* Versatile package format – the streamer can be run as a standalone tool with a minimal Python script, or be integrated into any other control software.

See [project documentation](https://nistreamer.readthedocs.io) for more details. In particular, the `Internals/Project Structure` section explains source code layout.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nistreamer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "pulse sequence, experiment control, experiment automation, National Instruments, NI DAQ",
    "author": "NI Pulse Streamer Project and Contributors <https://github.com/NIStreamer>",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# NI Pulse Streamer\r\n\r\nAn abstraction layer providing a Python API for scripted pulse sequence generation with [National Instruments](http://www.ni.com) hardware.\r\n\r\n**Main features:**\r\n\r\n* Simple Python API allows scripting very complex sequences.\r\n\r\n* Streaming approach enables practically unlimited sequence duration. The pulse sequence is efficiently stored as a list of instructions, while the waveform samples are computed on the fly, requiring only a small amount of memory at any given time.\r\n\r\n* The streaming back-end is implemented in Rust \u2013 fast, lightweight, and robust.\r\n\r\n* Versatile package format \u2013 the streamer can be run as a standalone tool with a minimal Python script, or be integrated into any other control software.\r\n\r\nSee [project documentation](https://nistreamer.readthedocs.io) for more details. In particular, the `Internals/Project Structure` section explains source code layout.\r\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An abstraction layer providing a Python API for scripted pulse sequence generation with National Instruments hardware.",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://nistreamer.readthedocs.io",
        "GitHub": "https://github.com/NIStreamer/nistreamer",
        "Issues": "https://github.com/NIStreamer/nistreamer/issues"
    },
    "split_keywords": [
        "pulse sequence",
        " experiment control",
        " experiment automation",
        " national instruments",
        " ni daq"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1996aa16cc61f3090d37883c8fcab92e82aaaf7ff17821a4c8d3bc6842ac0fd",
                "md5": "43feeae46d95ad87aa76a37168c4d100",
                "sha256": "fea505cf3f83c45621d578201e9d36f462118c96ed9312a073a379e606c563f3"
            },
            "downloads": -1,
            "filename": "nistreamer-0.1.0-cp37-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "43feeae46d95ad87aa76a37168c4d100",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 387488,
            "upload_time": "2025-08-18T16:27:51",
            "upload_time_iso_8601": "2025-08-18T16:27:51.398233Z",
            "url": "https://files.pythonhosted.org/packages/c1/99/6aa16cc61f3090d37883c8fcab92e82aaaf7ff17821a4c8d3bc6842ac0fd/nistreamer-0.1.0-cp37-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-18 16:27:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NIStreamer",
    "github_project": "nistreamer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nistreamer"
}
        
Elapsed time: 0.56507s