Metadata-Version: 2.4
Name: phoskhemia
Version: 0.1.6
Summary: Library for the handling and analysis of chemical spectroscopic data.
Author-email: Cole Clark <coleclark012@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/cclark012/phoskhemia
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: polars
Requires-Dist: numba
Provides-Extra: odr
Requires-Dist: odrpack>=0.5.0; extra == "odr"
Dynamic: license-file

# PhosKhemia

A library for the handling and analysis of spectroscopic data.

## Use Cases

PhosKhemia is a library with routines and utilities for the analysis
of UV-Vis absorption spectra, steady-state fluorescence data,
nanosecond transient absorption spectra, time-correlated single-photon
counting, and various other spectra.

## Installation

```python
pip install phoskhemia
```

## API Stability

Stable - Core data models and result outputs.
Experimental - Persistence and export helpers.

## Bugs and Feedback

As this library is still under construction, feel free to reach out if
there are any bugs, issues, or for general feedback.

***
**AI Usage Disclaimer**
This library was created with assistance from AI workflow tools. The content has been reviewed, edited, and verified by us to be inline with our goals for the project. While the library is still in the development phase, minor quirks like strange comments and inconsistent docs have been less thoroughly polished.
