Metadata-Version: 2.2
Name: phroc
Version: 0.3
Summary: GUI for processing spectrophotometric pH data
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Oceanography
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyside6
Requires-Dist: matplotlib
Requires-Dist: pyarrow
Requires-Dist: openpyxl

# pHroc

![Tests](https://github.com/mvdh7/phroc/workflows/Tests/badge.svg)
[![PyPI version](https://img.shields.io/pypi/v/phroc.svg?style=popout)](https://pypi.org/project/phroc/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/phroc.svg)](https://anaconda.org/conda-forge/phroc)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13961237-informational)](https://doi.org/10.5281/zenodo.13961237)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

> pHroc is a GUI tool for processing spectrophotometric pH measurement data from a Cary Agilent spectrophotometer.

## Installation

    conda install conda-forge::phroc
    pip install phroc

## Usage

    phroc

## Citation

To cite the most recent version:

> Humphreys, M. P. (2024). pHroc: GUI for processing spectrophotometric pH data (v0.2).  *Zenodo*.  [doi:10.5281/zenodo.14001573](https://doi.org/10.5281/zenodo.14001573).

Please adjust the version number and DOI to match what you used:

  * v0.2 (28 October 2024): [doi:10.5281/zenodo.14001573](https://doi.org/10.5281/zenodo.14001573)
  * v0.1 (21 October 2024): [doi:10.5281/zenodo.13961238](https://doi.org/10.5281/zenodo.13961238)
