Metadata-Version: 2.1
Name: pyTitration
Version: 0.0.1
Summary: For calculation of titration curves of solutions
Home-page: https://github.com/AlexanderSouthan/pyTitration
Author: Alexander Southan
Author-email: alexander.southan@web.de
Project-URL: Homepage, https://github.com/AlexanderSouthan/pyTitration
Project-URL: Bug Tracker, https://github.com/AlexanderSouthan/pyTitration/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: sympy
Requires-Dist: pip
Requires-Dist: little-helpers

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![build workflow](https://github.com/AlexanderSouthan/pyTitration/actions/workflows/main.yml/badge.svg)](https://github.com/AlexanderSouthan/pyTitration/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/AlexanderSouthan/pyTitration/branch/master/graph/badge.svg?token=D3U2BZOZQ8)](https://codecov.io/gh/AlexanderSouthan/pyTitration)

# pyTitration
Package for calculating titration curves of arbitrary mixtures. The calculations follow the formalism described by Robert de Levie in:

*Analytical Chemistry* **1996**, *68* (4), 585-590. [DOI: 10.1021/ac950430l. ](https://dx.doi.org/10.1021/ac950430l)

## Installation
Download and run the following command from the repository folder works:
```
pip install -e .
```
