psdaq-control-minimal


Namepsdaq-control-minimal JSON
Version 4.1.2 PyPI version JSON
download
home_pageNone
SummaryA minimal repackaging of the lcls2 daq control interface.
upload_time2024-08-26 18:11:33
maintainerNone
docs_urlNone
authorSLAC National Accelerator Laboratory
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============================
psdaq-control-minimal
===============================

.. image:: https://img.shields.io/pypi/v/psdaq-control-minimal.svg
        :target: https://pypi.python.org/pypi/psdaq-control-minimal

A simple repackaging of the lcls2 daq code at https://github.com/slac-lcls/lcls2 with minimal dependencies needed for controlling the LCLS2 daq from a script, as is done in TMO and RIX's hutch pythons.

This pares down the requirements, unlinks the script entrypoints, and exposes only the ``psdaq.control`` submodule.

Requirements
------------

This works with any version of Python >= 3.6.

It requires only ``pyzmq`` for communicating with the DAQ, and ``ophyd`` and ``bluesky`` for hutch python scanning.

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

``conda install psdaq-control-minimal -c pcds-tag``
or
``pip install psdaq-control-minimal``

Maintenance
-----------

- Create a new tag on this repo that matches a tag on https://github.com/slac-lcls/lcls2/releases to trigger a new build.
- To test a build locally, you must first run ``./generate_minimal_package.sh`` to clone and set up the minimal set of files.
  If you've already done this before, you must manually clear the old ``lcls2`` and ``psdaq`` folders.

Directory Structure
-------------------

This repo is based the PCDS python cookiecutter. See the following github page for more info:

- `cookiecutter-pcds-python <https://github.com/pcdshub/cookiecutter-pcds-python>`_

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "psdaq-control-minimal",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "SLAC National Accelerator Laboratory",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/38/08/c65d9ccc4ba5b7fe5d42493d8e51b93e0245d6f2466920ee28ebacc072d5/psdaq_control_minimal-4.1.2.tar.gz",
    "platform": null,
    "description": "===============================\npsdaq-control-minimal\n===============================\n\n.. image:: https://img.shields.io/pypi/v/psdaq-control-minimal.svg\n        :target: https://pypi.python.org/pypi/psdaq-control-minimal\n\nA simple repackaging of the lcls2 daq code at https://github.com/slac-lcls/lcls2 with minimal dependencies needed for controlling the LCLS2 daq from a script, as is done in TMO and RIX's hutch pythons.\n\nThis pares down the requirements, unlinks the script entrypoints, and exposes only the ``psdaq.control`` submodule.\n\nRequirements\n------------\n\nThis works with any version of Python >= 3.6.\n\nIt requires only ``pyzmq`` for communicating with the DAQ, and ``ophyd`` and ``bluesky`` for hutch python scanning.\n\nInstallation\n------------\n\n``conda install psdaq-control-minimal -c pcds-tag``\nor\n``pip install psdaq-control-minimal``\n\nMaintenance\n-----------\n\n- Create a new tag on this repo that matches a tag on https://github.com/slac-lcls/lcls2/releases to trigger a new build.\n- To test a build locally, you must first run ``./generate_minimal_package.sh`` to clone and set up the minimal set of files.\n  If you've already done this before, you must manually clear the old ``lcls2`` and ``psdaq`` folders.\n\nDirectory Structure\n-------------------\n\nThis repo is based the PCDS python cookiecutter. See the following github page for more info:\n\n- `cookiecutter-pcds-python <https://github.com/pcdshub/cookiecutter-pcds-python>`_\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A minimal repackaging of the lcls2 daq control interface.",
    "version": "4.1.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a34ab4774ad0d34663bc11f416dadf2601fcb6ca8396d003efda39b55ff6f576",
                "md5": "d91fba8c2d66fb1326e27f182b768656",
                "sha256": "e26e44f15c30f4ef3b46a6f0943f60e71c9daf60717e5381c3bf868ef1f58713"
            },
            "downloads": -1,
            "filename": "psdaq_control_minimal-4.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d91fba8c2d66fb1326e27f182b768656",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 58563,
            "upload_time": "2024-08-26T18:11:32",
            "upload_time_iso_8601": "2024-08-26T18:11:32.475267Z",
            "url": "https://files.pythonhosted.org/packages/a3/4a/b4774ad0d34663bc11f416dadf2601fcb6ca8396d003efda39b55ff6f576/psdaq_control_minimal-4.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3808c65d9ccc4ba5b7fe5d42493d8e51b93e0245d6f2466920ee28ebacc072d5",
                "md5": "3d7a925b363382b925be6c9f374a7edb",
                "sha256": "342d64598845050b00f6c5e08ee70e000b66e63cada1b7af4cb394f7c1b9dd1e"
            },
            "downloads": -1,
            "filename": "psdaq_control_minimal-4.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3d7a925b363382b925be6c9f374a7edb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 48573,
            "upload_time": "2024-08-26T18:11:33",
            "upload_time_iso_8601": "2024-08-26T18:11:33.888426Z",
            "url": "https://files.pythonhosted.org/packages/38/08/c65d9ccc4ba5b7fe5d42493d8e51b93e0245d6f2466920ee28ebacc072d5/psdaq_control_minimal-4.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 18:11:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "psdaq-control-minimal"
}
        
Elapsed time: 0.71347s