hklpy


Namehklpy JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryControls for using diffractometers within the Bluesky Framework.
upload_time2024-01-13 20:53:29
maintainer
docs_urlNone
authorKen Lauer, Max Rakitin
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2014-2023, Brookhaven National Laboratory All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords bluesky diffraction diffractometer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            hklpy
=====

| Name | Downloads | Version | Platforms | PyPI |
| --- | --- | --- | --- | --- |
| [![Conda Package](https://img.shields.io/badge/package-hklpy-green.svg)](https://anaconda.org/conda-forge/hklpy) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/hklpy.svg)](https://anaconda.org/conda-forge/hklpy) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/hklpy.svg)](https://anaconda.org/conda-forge/hklpy) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hklpy.svg)](https://anaconda.org/conda-forge/hklpy) | [![PyPi](https://img.shields.io/pypi/v/hklpy.svg)](https://pypi.python.org/pypi/hklpy) |

Controls for using diffractometers within the [Bluesky
Framework](https://blueskyproject.io).

Based on the *hkl*  C library (described here as [*libhkl*](https://people.debian.org/~picca/hkl/hkl.html#)), with
slightly cleaner abstractions when compared to the auto-generated
`gobject-introspection` classes. Integrates with ophyd
pseudopositioners.

## References

- hklpy documentation: <https://blueskyproject.io/hklpy>
- *libhkl* main repository: <https://repo.or.cz/hkl.git>
  - ([GitHub repo](https://github.com/picca/hkl) is a shadow copy rarely
    synchronized with the main repository.)
- Bluesky framework documentation: <https://blueskyproject.io>

## Conda Recipes

Install the most recent build: `conda install hklpy -c conda-forge`

The recipes for *libhkl* (`hkl`) and `hklpy` are available in the following
conda-forge feedstocks:

- <https://github.com/conda-forge/hkl-feedstock>
- <https://github.com/conda-forge/hklpy-feedstock>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "hklpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Pete Jemian <prjemian+hklpy@gmail.com>",
    "keywords": "bluesky,diffraction,diffractometer",
    "author": "Ken Lauer, Max Rakitin",
    "author_email": "Pete Jemian <prjemian+hklpy@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d1/a1/d4aaa98041a0c904f0dae86a3924abea9937e9cb17a7b6210641cf972859/hklpy-1.1.0.tar.gz",
    "platform": null,
    "description": "hklpy\n=====\n\n| Name | Downloads | Version | Platforms | PyPI |\n| --- | --- | --- | --- | --- |\n| [![Conda Package](https://img.shields.io/badge/package-hklpy-green.svg)](https://anaconda.org/conda-forge/hklpy) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/hklpy.svg)](https://anaconda.org/conda-forge/hklpy) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/hklpy.svg)](https://anaconda.org/conda-forge/hklpy) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hklpy.svg)](https://anaconda.org/conda-forge/hklpy) | [![PyPi](https://img.shields.io/pypi/v/hklpy.svg)](https://pypi.python.org/pypi/hklpy) |\n\nControls for using diffractometers within the [Bluesky\nFramework](https://blueskyproject.io).\n\nBased on the *hkl*  C library (described here as [*libhkl*](https://people.debian.org/~picca/hkl/hkl.html#)), with\nslightly cleaner abstractions when compared to the auto-generated\n`gobject-introspection` classes. Integrates with ophyd\npseudopositioners.\n\n## References\n\n- hklpy documentation: <https://blueskyproject.io/hklpy>\n- *libhkl* main repository: <https://repo.or.cz/hkl.git>\n  - ([GitHub repo](https://github.com/picca/hkl) is a shadow copy rarely\n    synchronized with the main repository.)\n- Bluesky framework documentation: <https://blueskyproject.io>\n\n## Conda Recipes\n\nInstall the most recent build: `conda install hklpy -c conda-forge`\n\nThe recipes for *libhkl* (`hkl`) and `hklpy` are available in the following\nconda-forge feedstocks:\n\n- <https://github.com/conda-forge/hkl-feedstock>\n- <https://github.com/conda-forge/hklpy-feedstock>\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2014-2023, Brookhaven National Laboratory All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Controls for using diffractometers within the Bluesky Framework.",
    "version": "1.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/bluesky/hklpy/issues",
        "Homepage": "https://blueskyproject.io/hklpy/"
    },
    "split_keywords": [
        "bluesky",
        "diffraction",
        "diffractometer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d409b9e25c85f255edd4db2921355ef107a25b4e44cf9b4cb2065b4b707f8f5",
                "md5": "82aab7e049e288e03c87f066a179d77b",
                "sha256": "f322fe5a5cea779b1ed575400de6a83ddd12cf6bfd95e8d3bd831563cecf6458"
            },
            "downloads": -1,
            "filename": "hklpy-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82aab7e049e288e03c87f066a179d77b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 72689,
            "upload_time": "2024-01-13T20:53:27",
            "upload_time_iso_8601": "2024-01-13T20:53:27.374143Z",
            "url": "https://files.pythonhosted.org/packages/2d/40/9b9e25c85f255edd4db2921355ef107a25b4e44cf9b4cb2065b4b707f8f5/hklpy-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1a1d4aaa98041a0c904f0dae86a3924abea9937e9cb17a7b6210641cf972859",
                "md5": "12b24dee3f0495b1d23dc1d818ddcf12",
                "sha256": "408b916dcdda6349d25d3e1a49d39f94c3693278f5001c1a411c033592f4e2aa"
            },
            "downloads": -1,
            "filename": "hklpy-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "12b24dee3f0495b1d23dc1d818ddcf12",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2158860,
            "upload_time": "2024-01-13T20:53:29",
            "upload_time_iso_8601": "2024-01-13T20:53:29.636760Z",
            "url": "https://files.pythonhosted.org/packages/d1/a1/d4aaa98041a0c904f0dae86a3924abea9937e9cb17a7b6210641cf972859/hklpy-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 20:53:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bluesky",
    "github_project": "hklpy",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "landscape": true,
    "requirements": [],
    "lcname": "hklpy"
}
        
Elapsed time: 0.16351s