Skip to content

Commit

Permalink
Create PKG-INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
kklmn committed Jun 6, 2023
1 parent 6aa5f4e commit ce28bbe
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Metadata-Version: 2.1
Name: XAFSmass
Version: 1.4.5
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


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.

0 comments on commit ce28bbe

Please sign in to comment.