Metadata-Version: 2.1
Name: hyperspy_gui_traitsui
Version: 1.5.2
Summary: traitsui GUI elements for HyperSpy.
Home-page: https://github.com/hyperspy/hyperspy_gui_traitsui
Author: The HyperSpy Developers
License: GPLv3
Project-URL: Bug Tracker, https://github.com/hyperspy/hyperspy_gui_traitsui/issues
Project-URL: Changelog, https://github.com/hyperspy/hyperspy_gui_traitsui/blob/main/CHANGES.md
Project-URL: Conda-Forge, https://anaconda.org/conda-forge/hyperspy-gui-traitsui
Project-URL: Documentation, https://hyperspy.org/hyperspy-doc/current/index.html
Project-URL: Source Code, https://github.com/hyperspy/hyperspy_gui_traitsui
Project-URL: Support, https://gitter.im/hyperspy/hyperspy
Description: [![Tests](https://github.com/hyperspy/hyperspy_gui_traitsui/workflows/Tests/badge.svg)](https://github.com/hyperspy/hyperspy_gui_traitsui/actions)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hyperspy_gui_traitsui.svg)](https://pypi.org/project/hyperspy-gui-traitsui)
        [![PyPI](https://img.shields.io/pypi/v/hyperspy_gui_traitsui.svg)](https://pypi.org/project/hyperspy-gui-traitsui)
        [![Anaconda Cloud](https://anaconda.org/conda-forge/hyperspy-gui-traitsui/badges/version.svg)](https://anaconda.org/conda-forge/hyperspy-gui-traitsui)
        
        **hyperspy_gui_traitsui** provides traitsui graphic user interface (GUI) elements for hyperspy.
        
        
        ## Installation
        
        ### Option 1: With pip
        Make sure you have
        [pip installed](https://pip.pypa.io/en/stable/installing/) and run:
        
        ```bash
        pip install hyperspy_gui_traitsui
        ```
        
        ### Option 2: With Anaconda
        
        Install anaconda for your platform and run
        
        ```bash
        conda install hyperspy-gui-traitsui -c conda-forge
        ```
        
        ## Usage
        
        Please refer to the [HyperSpy documentation](http://hyperspy.org/hyperspy-doc/current/index.html) for details. Example (to run in any jupyter flavour):
        
        ```python
        %matplotlib qt
        import hyperspy.api as hs
        hs.preferences.gui(toolkit="traitsui")
        ```
        ![HyperSpy preferences traitsui](https://github.com/hyperspy/hyperspy_gui_traitsui/raw/main/images/preferences_gui.png "HyperSpy preferences traitsui")
        
        
        ## Development
        
        Contributions through pull requests are welcome. See the
        [HyperSpy Developer Guide](http://hyperspy.org/hyperspy-doc/current/dev_guide.html).
        
Keywords: hyperspy traitsui
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
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: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: coverage
