Metadata-Version: 2.1
Name: pymca
Version: 5.8.2
Summary: pymca
Author: V.A. Sole - ESRF
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: PyMca5 (>=5.8.2)
Requires-Dist: h5py
Requires-Dist: numpy
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 or PySide6 to use the graphical interfaces.


License
-------

This code is licensed under the MIT license.

