Metadata-Version: 2.1
Name: pymca
Version: 5.7.2
Summary: pymca
Home-page: UNKNOWN
Author: V.A. Sole - ESRF
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: PyMca5 (>=5.7.2)
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: PyOpenGL
Requires-Dist: matplotlib

pymca
=====

At this point this module just makes sure that pip install pymca install current PyMca5 version. It is more natural for the user to type pip install pymca than pip install PyMca5.

This module will probably evolve into a generic launcher.

Installation
------------

To install, just run::

     pip install pymca

To install locally, run::

     pip install pymca --user

Dependencies
------------

PyMca5, fisx and numpy for command line use.

Matplotlib and one of PyQt5, PySide2, PyQt4 or PySide to use the graphical interfaces.


License
-------

This code is licensed under the MIT license.



