Metadata-Version: 2.4
Name: pk_spectroscopy
Version: 0.1.3
Summary: Advanced analysis of objects with complex acid composition
Home-page: https://github.com/Sciencealone/pk_spectroscopy
Author: Mikhail Markovskii
Author-email: m.markovsky@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.4.3
Requires-Dist: scipy==1.17.1
Requires-Dist: pandas==2.3.3
Requires-Dist: streamlit==1.55.0
Requires-Dist: plotly==6.6.0
Requires-Dist: plotly-express==0.4.1
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pK Spectroscopy

## Description

This library is intended to perform the pK-spectroscopic evaluation of substances and mixtures of a complex acidic nature using results of the potentiometric titration. This approach could be helpful for the wine production and other natural or synthetic objects.

For convenience, the user-friendly app is attached as the usage example for the generic cases.

## Documentation

https://pk-spectroscopy.readthedocs.io/

## Deployment

You can install the latest release of this package directly from PyPI:

```bash
pip install pk_spectroscopy
```

or, alternatively, you can install the latest development version from GitHub:

```bash
pip install git+https://github.com/Sciencealone/pk_spectroscopy
```

## Running the application

You can start the application GUI directly from the command-line:

```bash
pk_spectroscopy
```

## Citation

If you find this app useful, please cite it in your work:

>Markovsky, M. and Ageeva, N., 2004. Application of pK-spectroscopy for analysis of the winemaking production. News of institutes of higher education. Food technology., [online] 278(1), pp.106-108. Available at: <https://elibrary.ru/item.asp?id=19028225> [Accessed 17 September 2022].
