Metadata-Version: 2.1
Name: hextools
Version: 0.1.2
Summary: Tools for NSLS-II HEX beamline
Author-email: Brookhaven National Laboratory <mrakitin@bnl.gov>
License: BSD 3-Clause License
        
        Copyright (c) 2024, 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:
        
        * Redistributions of source code must retain the above copyright notice, this
          list of conditions and the following disclaimer.
        
        * 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.
        
        * Neither the name of the vector package developers 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.
        
Project-URL: Homepage, https://github.com/NSLS-II-HEX/hextools
Project-URL: Bug Tracker, https://github.com/NSLS-II-HEX/hextools/issues
Project-URL: Discussions, https://github.com/NSLS-II-HEX/hextools/discussions
Project-URL: Changelog, https://github.com/NSLS-II-HEX/hextools/releases
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: area-detector-handlers
Requires-Dist: caproto
Requires-Dist: event-model
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: ophyd
Requires-Dist: pillow
Requires-Dist: pyepics
Requires-Dist: tifffile
Provides-Extra: dev
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pytest >=6 ; extra == 'dev'
Requires-Dist: pytest-cov >=3 ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo >=2023.08.17 ; extra == 'docs'
Requires-Dist: myst-parser >=0.13 ; extra == 'docs'
Requires-Dist: sphinx >=7.0 ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Provides-Extra: test
Requires-Dist: bluesky ; extra == 'test'
Requires-Dist: databroker ; extra == 'test'
Requires-Dist: matplotlib ; extra == 'test'
Requires-Dist: pyarrow ; extra == 'test'
Requires-Dist: pyqt5 >=5.12 ; extra == 'test'
Requires-Dist: pytest >=6 ; extra == 'test'
Requires-Dist: pytest-cov >=3 ; extra == 'test'
Requires-Dist: tiled[client] ; extra == 'test'

# hextools

[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]

[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

[![GitHub Discussion][github-discussions-badge]][github-discussions-link]

<!-- SPHINX-START -->

<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/NSLS-II-HEX/hextools/workflows/CI/badge.svg
[actions-link]:             https://github.com/NSLS-II-HEX/hextools/actions
[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/hextools
[conda-link]:               https://github.com/conda-forge/hextools-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]:  https://github.com/NSLS-II-HEX/hextools/discussions
[pypi-link]:                https://pypi.org/project/hextools/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/hextools
[pypi-version]:             https://img.shields.io/pypi/v/hextools
[rtd-badge]:                https://readthedocs.org/projects/hextools/badge/?version=latest
[rtd-link]:                 https://hextools.readthedocs.io/en/latest/?badge=latest

<!-- prettier-ignore-end -->
