Metadata-Version: 2.4
Name: polartools
Version: 0.6.0
Summary: Read and process data from the APS Polar beamline (4-ID-D).
Project-URL: Homepage, https://github.com/APS-4ID-POLAR/polartools
Project-URL: Documentation, https://polartools.readthedocs.io
Project-URL: Issues, https://github.com/APS-4ID-POLAR/polartools/issues
Project-URL: Changelog, https://github.com/APS-4ID-POLAR/polartools/releases
Author-email: Argonne National Laboratory <gfabbris@anl.gov>
License: BSD-3-Clause
License-File: AUTHORS.rst
License-File: LICENSE.txt
Keywords: aps,bluesky,databroker,diffraction,xas,xmcd
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Requires-Dist: apstools
Requires-Dist: area-detector-handlers
Requires-Dist: bluesky-tiled-plugins
Requires-Dist: dask
Requires-Dist: databroker
Requires-Dist: databroker-pack
Requires-Dist: h5py
Requires-Dist: hdf5plugin
Requires-Dist: imageio
Requires-Dist: ipython
Requires-Dist: lmfit
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyqt6
Requires-Dist: pyqtgraph
Requires-Dist: pyresttable
Requires-Dist: scipy
Requires-Dist: setuptools
Requires-Dist: spec2nexus
Requires-Dist: suitcase-csv
Requires-Dist: suitcase-json-metadata
Requires-Dist: tiled
Requires-Dist: xraydb
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: docs
Requires-Dist: ipython; extra == 'docs'
Requires-Dist: matplotlib; extra == 'docs'
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: nbsphinx; extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-autoapi; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx-design; extra == 'docs'
Requires-Dist: sphinx-tabs; extra == 'docs'
Description-Content-Type: text/markdown

# polartools

Python package to read and process data from the APS Polar beamline

[![Python version](https://img.shields.io/pypi/pyversions/polartools.svg)](https://pypi.python.org/pypi/polartools)
![pytest](https://github.com/APS-4ID-POLAR//polartools/actions/workflows/python-package-conda.yml/badge.svg)
[![pages-build-deployment](https://github.com/APS-4ID-POLAR/polartools/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/APS-4ID-POLAR/polartools/actions/workflows/pages/pages-build-deployment)

[![codecov](https://codecov.io/gh/APS-4ID-POLAR/polartools/branch/main/graph/badge.svg?token=pniQQrvLIA)](https://codecov.io/gh/APS-4ID-POLAR/polartools)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b94ee8138eec41d680ece65b77b8f7c2)](https://app.codacy.com/gh/APS-4ID-POLAR/polartools?utm_source=github.com&utm_medium=referral&utm_content=APS-4ID-POLAR/polartools&utm_campaign=Badge_Grade)
[![CodeQL](https://github.com/APS-4ID-POLAR/polartools/actions/workflows/codeql.yml/badge.svg)](https://github.com/APS-4ID-POLAR/polartools/actions/workflows/codeql.yml)

[![PyPi](https://img.shields.io/pypi/v/polartools.svg)](https://pypi.python.org/pypi/polartool)
[![release](https://img.shields.io/github/release/APS-4ID-POLAR/polartools.svg)](https://github.com/APS-4ID-POLAR/polartools/releases)
[![GitHub commits](https://img.shields.io/github/commits-since/APS-4ID-POLAR/polartools/v0.6.0.svg)](https://github.com/APS-4ID-POLAR/polartools/commit/)

-   License: [**ANL OPEN SOURCE LICENSE**](LICENSE.txt)
-   Documentation: https://polartools.readthedocs.io
