Metadata-Version: 2.4
Name: glassure
Version: 2.3.2
Summary: API and GUI for analysis of X-ray total scattering data
Author-email: Clemens Prescher <clemens.prescher@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Requires-Dist: lmfit<2.0.0,>=1.2.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: pandas<3.0.0,>=2.1.0
Requires-Dist: pydantic<3.0.0,>=2.7.1
Requires-Dist: scipy>=1.11.3
Requires-Dist: xraylib<5.0.0,>=4.1.5
Provides-Extra: dev
Requires-Dist: mock<6.0.0,>=5.0.1; extra == 'dev'
Requires-Dist: pytest-cov<5.0.0,>=4.1.0; extra == 'dev'
Requires-Dist: pytest<8.0.0,>=7.3.1; extra == 'dev'
Provides-Extra: docs
Requires-Dist: autodoc-pydantic<3.0.0,>=2.2.0; extra == 'docs'
Requires-Dist: jupyter<2.0.0,>=1.0.0; extra == 'docs'
Requires-Dist: matplotlib<4.0.0,>=3.7.2; extra == 'docs'
Requires-Dist: myst-parser<3.0.0,>=2.0.0; extra == 'docs'
Requires-Dist: nbsphinx<1.0.0,>=0.9.3; extra == 'docs'
Requires-Dist: sphinx-rtd-theme<2.0.0,>=1.3.0; extra == 'docs'
Requires-Dist: sphinx<8.0.0,>=7.2.5; extra == 'docs'
Description-Content-Type: text/markdown

[![codecov](https://codecov.io/gh/CPrescher/Glassure/graph/badge.svg?token=H7XYCD78TT)](https://codecov.io/gh/CPrescher/Glassure)
[![DOI](https://zenodo.org/badge/24698239.svg)](https://zenodo.org/badge/latestdoi/24698239)

# Glassure

A Python API for data analysis of total x-ray diffraction data.
It performs background subtraction, Fourier transform and optimization of
experimental data.

**Warning**, the upgrade from version 1.4.5 to 2.0.0 has removed the GUI - which came with glassure. A new WebGUI based on the version 2 API is available under [glassure.vercel.app](https://glassure.vercel.app).

## Documentation

The documentation can be found [here](https://glassure.readthedocs.io/en/latest/).

## Changelog

The changelog can be found [here](https://glassure.readthedocs.io/en/latest/changelog.html).

## Maintainer

Clemens Prescher (clemens.prescher@gmail.com)

## Requirements

- python 3.9+

It is known to run on Windows, Mac OS X and Linux.

## Installation

The Glassure package can be installed into your existing python distribution using pypi via:

```bash
python -m pip install glassure
```

The graphical user interface for Glassure can then be started from by typing
```bash
glassure
```

if you want to make a shortcut for the desktop, the glassure executable can be found in the 
python scripts folder.  




