Metadata-Version: 2.1
Name: hklpy2
Version: 0.0.21
Summary: 2nd generation diffractometer controls for the Bluesky Framework.
Author-email: Pete Jemian <prjemian+hklpy2@gmail.com>
Maintainer-email: Pete Jemian <prjemian+hklpy2@gmail.com>
License: Copyright (c) 2023-2024, UChicago Argonne, LLC
        
        All Rights Reserved
        
        hklpy2
        
        BCDA, Advanced Photon Source, Argonne National Laboratory
        
        
        OPEN SOURCE LICENSE
        
        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.  Software changes, 
           modifications, or derivative works, should be noted with comments and 
           the author and organization's name.
        
        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 names of UChicago Argonne, LLC or the Department of Energy 
           nor the names of its contributors may be used to endorse or promote 
           products derived from this software without specific prior written 
           permission.
        
        4. The software and the end-user documentation included with the 
           redistribution, if any, must include the following acknowledgment:
        
           "This product includes software produced by UChicago Argonne, LLC 
           under Contract No. DE-AC02-06CH11357 with the Department of Energy."
        
        ****************************************************************************
        
        DISCLAIMER
        
        THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND.
        
        Neither the United States GOVERNMENT, nor the United States Department 
        of Energy, NOR uchicago argonne, LLC, nor any of their employees, makes 
        any warranty, express or implied, or assumes any legal liability or 
        responsibility for the accuracy, completeness, or usefulness of any 
        information, data, apparatus, product, or process disclosed, or 
        represents that its use would not infringe privately owned rights.
        
        ****************************************************************************
        
Project-URL: Homepage, https://prjemian.github.io/hklpy2
Project-URL: Bug Tracker, https://github.com/prjemian/hklpy2/issues
Keywords: bluesky,diffraction,diffractometer
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Science/Research
Classifier: License :: Freely Distributable
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: ophyd
Requires-Dist: packaging
Requires-Dist: pint

# hklpy2

NOTE:  this project at initial development

| Name | Downloads | Version | Platforms | PyPI | Coverage |
| --- | --- | --- | --- | --- | --- |
| [![Conda Package](https://img.shields.io/badge/package-hklpy2-green.svg)](https://anaconda.org/conda-forge/hklpy2) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/hklpy2.svg)](https://anaconda.org/conda-forge/hklpy2) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/hklpy2.svg)](https://anaconda.org/conda-forge/hklpy2) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hklpy2.svg)](https://anaconda.org/conda-forge/hklpy2) | [![PyPi](https://img.shields.io/pypi/v/hklpy2.svg)](https://pypi.python.org/pypi/hklpy2) | [![Coverage Status](https://coveralls.io/repos/github/prjemian/hklpy2/badge.svg?branch=main)](https://coveralls.io/github/prjemian/hklpy2?branch=main) |

2nd generation controls for using diffractometers within the [Bluesky
Framework](https://blueskyproject.io).

![API diagram](/docs/source/_static/hklpy2-block-diagram.png)

## About

- home: https://prjemian.github.io/hklpy2
- source: https://github.com/prjemian/hklpy2
- license: [Argonne Open Source License](/LICENSE)
- design: [API](/docs/source/api.rst), [considerations](/docs/source//design-discussion.md), [checklist](/docs/source/checklist_v2.md)
- **hklpy**, v1: [docs](https://blueskyproject.io/hklpy/), [source](https://github.com/bluesky/hklpy)
- **libhkl**: [docs](https://people.debian.org/~picca/hkl/hkl.html),  [source](https://repo.or.cz/hkl.git)
- acknowledgement: 
  "This product includes software produced by UChicago Argonne,
  LLC under Contract No. DE-AC02-06CH11357 with the Department of Energy."
