Metadata-Version: 1.1
Name: XAFSmass
Version: 1.0.0
Summary: A program for calculating the mass of XAFS samples. For synchrotron users.
Home-page: pypi.python.org/pypi/XAFSmass/
Author: ('Konstantin Klementiev', 'Roman Chernikov')
Author-email: first DOT last AT gmail DOT com
License: MIT License
Description: 
        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.
        
        Dependencies
        ------------
        
        :mod:`numpy`, :mod:`pyparsing` and :mod:`matplotlib` are required. Qt must be
        provided by either PyQt4 or PySide.
        
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
