Metadata-Version: 2.2
Name: eprpy
Version: 0.9.0a5
Summary: A Python library for working with EPR spectroscopic data.
Home-page: https://github.com/davistdaniel/EPRpy
Author: Davis Thomas Daniel
Author-email: Davis Thomas Daniel <davisthomasdaniel@gmail.com>
Project-URL: Homepage, https://github.com/davistdaniel/EPRpy
Project-URL: Issues, https://github.com/davistdaniel/EPRpy/issues
Project-URL: Documentation, https://davistdaniel.github.io/EPRpy/
Project-URL: Repository, https://github.com/davistdaniel/EPRpy
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9, <3.13.1
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# EPRpy

<img src="https://davistdaniel.github.io/EPRpy/_images/eprpy_logo.png" alt="eprpy_logo" width="300">

[![Static Badge](https://img.shields.io/badge/Version-0.9.0a3-blue?label=Version)](https://github.com/davistdaniel/EPRpy) [![Website](https://img.shields.io/website?url=https%3A%2F%2Fdavistdaniel.github.io%2FEPRpy%2F&up_message=online&down_message=offline&label=Docs)](https://davistdaniel.github.io/EPRpy/) [![GitHub last commit](https://img.shields.io/github/last-commit/davistdaniel/EPRpy)](https://github.com/davistdaniel/EPRpy/commits/main/) 

## About

EPRpy is a Python library designed to streamline the handling, inspection, and processing of Electron Paramagnetic Resonance (EPR) spectroscopic data. The library originated as a collection of scripts I wrote for routine analysis of EPR data acquired on Bruker EPR spectrometers during my academic work. EPRpy focusses on ease of use, enabling quick data visualization, data comparisons, and having transparent as well as highly customisable control over data analysis.

<img src="https://davistdaniel.github.io/EPRpy/_images/title_gif.gif" alt="title_gif">

## Installation

To install  and use EPRpy, Python must be installed on your operating system. Python can be downloaded from the [official website](https://www.python.org/downloads/). EPRpy is compatible with Python 3.9 to 3.12 and can be installed with Python's package manager `pip`.

### Installing EPRpy from a pre-built distribution

Run in a terminal (or command prompt) :

`python -m pip install eprpy`

### Installing EPRpy from source

Clone the [EPRpy repository](https://davistdaniel.github.io/EPRpy/) and then navigate to the folder where setup.py file is present.
Then, run in a terminal (or command prompt) :

`python -m pip install .`

## Documentation

For EPRpy documentation, see [here](https://davistdaniel.github.io/EPRpy/). Source files for building the docs using sphinx can be found in docs/source/ .

## Features

* Read and export EPR data acquired on Bruker EPR spectrometers.
* Basic processing capabilities such as interactive baseline correction, integration etc.
* Generate quick plots of 1D and 2D datasets, compare different datasets.

## Upcoming 
* Automated workflow templates for specific EPR experiments

## Limitations
* Supports reading of files only in Bruker BES3T format v.1.2 and upto 2D datasets.

## License
[MIT License](https://github.com/davistdaniel/EPRpy/blob/main/LICENSE)
