-
Notifications
You must be signed in to change notification settings - Fork 1
/
PKG-INFO
33 lines (30 loc) · 1.38 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Metadata-Version: 2.1
Name: XAFSmass
Version: 1.5.1
Summary: A program for calculating the mass of XAFS samples. For synchrotron users.
Home-page: http://xafsmass.readthedocs.io
Author: Konstantin Klementiev, Roman Chernikov
Author-email: [email protected], [email protected]
License: MIT License
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: numpy>=1.8.0
Requires-Dist: matplotlib>=2.0.0
Requires-Dist: distro
A program for calculating the mass of XAFS [X-ray Absorption Fine Structure]
samples. The chemical formula parser understands parentheses and weight
percentage, also in nested form. XAFSmass reports the quantity (weight,
thickness or pressure) together with the expected height of the absorption
edge. The GUI is provided by Qt. The documentation is included.
Dependencies: numpy, pyparsing and matplotlib are required. Qt must be provided
by either PyQt4, PyQt5 or PySide.