| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| v1.8.0 | 2026-07-21 | ||
| v1.7.12 | 2025-11-13 | ||
| v1.7.11 | 2025-11-11 | ||
| v1.7.10 | 2025-01-17 | ||
| v1.7.8 | 2024-06-05 | ||
| v1.7.7 | 2024-04-19 | ||
| v1.7.6 | 2023-11-16 | ||
| v1.7.4 | 2022-10-31 | ||
| v1.7.3 | 2021-11-26 | ||
| v1.7.2 | 2021-11-22 | ||
| v1.7.1 | 2021-01-02 | ||
| v1.7.0 | 2020-12-09 | ||
| v1.6.0 | 2020-01-07 | ||
| v1.5.4 | 2020-01-07 | ||
| v1.5.3 | 2019-10-09 | ||
| v1.5.2 | 2019-06-28 | ||
| v1.5.1 | 2019-01-07 | ||
| v1.5.0 | 2018-07-05 | ||
| archive | 2017-11-28 | ||
| v1.4.2 | 2017-11-28 | ||
| README_sf.rst | 2026-05-18 | 1.3 kB | |
| xrayutilities-testdata-20250118.tar.gz | 2025-01-18 | 179.6 MB | |
| xrayutilities-testdata-20190812.tar.gz | 2019-08-12 | 179.7 MB |
|
| xrayutilities-testdata-20190722.tar.gz | 2019-07-22 | 179.6 MB |
|
| xrayutilities-testdata-20171020.tar.gz | 2017-10-20 | 179.6 MB |
|
| Totals: 25 Items | 718.6 MB | 7 |
xrayutilities
a package with useful scripts for X-ray diffraction
Copyright (C) 2009-2020 Dominik Kriegner <dominik.kriegner@gmail.com>
Copyright (C) 2009-2013 Eugen Wintersberger <eugen.wintersberger@desy.de>
Obtaining the source code
The sources are hosted on github.com in are made available as tarballs from time to time on github and sourceforge.net
Download the latest tarball or use:
git clone https://github.com/dkriegner/xrayutilities.git
to clone the git repository. If you would like to have commit rights contact one of the administrators.
Installation
xrayutilities can be installed using several methods:
Using pip:
pip install xrayutilities
Using conda:
conda install -c conda-forge xrayutilities
On Debian-based Linux (Debian, Ubuntu, ...):
sudo apt install python3-xrayutilities
From source:
pip install .
A few notes on how to install on various systems can be found in the README shipped with the package's sources or on the webpage.