Name | hklpy JSON |
Version |
1.1.2
JSON |
| download |
home_page | None |
Summary | Controls for using diffractometers within the Bluesky Framework. |
upload_time | 2025-04-01 14:37:32 |
maintainer | None |
docs_url | None |
author | Ken Lauer, Max Rakitin |
requires_python | >=3.9 |
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.
|
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 |
| --- | --- | --- | --- | --- |
| [](https://anaconda.org/conda-forge/hklpy) | [](https://anaconda.org/conda-forge/hklpy) | [](https://anaconda.org/conda-forge/hklpy) | [](https://anaconda.org/conda-forge/hklpy) | [](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": null,
"name": "hklpy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"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/29/f9/51cb341e4b0e567ee722e1bf03ccdd0f1355ca485512e179be35fa0d3620/hklpy-1.1.2.tar.gz",
"platform": null,
"description": "hklpy\n=====\n\n| Name | Downloads | Version | Platforms | PyPI |\n| --- | --- | --- | --- | --- |\n| [](https://anaconda.org/conda-forge/hklpy) | [](https://anaconda.org/conda-forge/hklpy) | [](https://anaconda.org/conda-forge/hklpy) | [](https://anaconda.org/conda-forge/hklpy) | [](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\n \n Copyright (c) 2014-2023, Brookhaven National Laboratory\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its contributors\n may be used to endorse or promote products derived from this software\n without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n ",
"summary": "Controls for using diffractometers within the Bluesky Framework.",
"version": "1.1.2",
"project_urls": {
"Bug Tracker": "https://github.com/bluesky/hklpy/issues",
"Homepage": "https://blueskyproject.io/hklpy/"
},
"split_keywords": [
"bluesky",
" diffraction",
" diffractometer"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "098b0bc0c0ef8544f9c555fc891d13bd8a336ac48d72eeb323165d0459f1366d",
"md5": "c6462e40f103a2b1d19e380b5f315533",
"sha256": "ad7bacb27599eb45120cb364e85ae984a4858f219942cafc608fef55414944a0"
},
"downloads": -1,
"filename": "hklpy-1.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c6462e40f103a2b1d19e380b5f315533",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 76385,
"upload_time": "2025-04-01T14:37:30",
"upload_time_iso_8601": "2025-04-01T14:37:30.313236Z",
"url": "https://files.pythonhosted.org/packages/09/8b/0bc0c0ef8544f9c555fc891d13bd8a336ac48d72eeb323165d0459f1366d/hklpy-1.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "29f951cb341e4b0e567ee722e1bf03ccdd0f1355ca485512e179be35fa0d3620",
"md5": "01c5c61147cd93021741f8e3a82b089d",
"sha256": "9f2aca8218978406af831fbeafccdb20890bec980017b01162eb8ef6cb99822b"
},
"downloads": -1,
"filename": "hklpy-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "01c5c61147cd93021741f8e3a82b089d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 2164980,
"upload_time": "2025-04-01T14:37:32",
"upload_time_iso_8601": "2025-04-01T14:37:32.047535Z",
"url": "https://files.pythonhosted.org/packages/29/f9/51cb341e4b0e567ee722e1bf03ccdd0f1355ca485512e179be35fa0d3620/hklpy-1.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-01 14:37:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bluesky",
"github_project": "hklpy",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"landscape": true,
"lcname": "hklpy"
}