{"id":20931814,"url":"https://github.com/hyperspy/hyperspyui","last_synced_at":"2025-04-09T10:05:43.828Z","repository":{"id":22940405,"uuid":"26289719","full_name":"hyperspy/hyperspyUI","owner":"hyperspy","description":"A user interface for the hyperspy package. https://hyperspy.org/hyperspyUI","archived":false,"fork":false,"pushed_at":"2025-03-04T18:02:37.000Z","size":15352,"stargazers_count":27,"open_issues_count":47,"forks_count":15,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-02T08:55:39.624Z","etag":null,"topics":["data-analysis","data-visualization","eds","eels","electron-energy-loss-spectroscoy","gui","hyperspy","life-sciences","materials-science","multi-dimensional","physical-sciences","spectroscopy","x-ray-spectroscopy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperspy.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-06T20:56:27.000Z","updated_at":"2025-03-17T09:02:17.000Z","dependencies_parsed_at":"2024-01-17T21:11:09.437Z","dependency_job_id":"2471d875-5f60-4fe4-a700-289f30d04817","html_url":"https://github.com/hyperspy/hyperspyUI","commit_stats":{"total_commits":979,"total_committers":9,"mean_commits":"108.77777777777777","dds":"0.22574055158324824","last_synced_commit":"4de5764adc881ee88a6b1f9b4cddfbb9053530d1"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperspy%2FhyperspyUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperspy%2FhyperspyUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperspy%2FhyperspyUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperspy%2FhyperspyUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperspy","download_url":"https://codeload.github.com/hyperspy/hyperspyUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018060,"owners_count":21034048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","data-visualization","eds","eels","electron-energy-loss-spectroscoy","gui","hyperspy","life-sciences","materials-science","multi-dimensional","physical-sciences","spectroscopy","x-ray-spectroscopy"],"created_at":"2024-11-18T21:45:55.191Z","updated_at":"2025-04-09T10:05:43.801Z","avatar_url":"https://github.com/hyperspy.png","language":"Python","readme":"HyperSpyUI\n==========\n\n|pypi_version|_ |anaconda_cloud|_ |tests|_ |documentation_latest|_ |pre-commit|_ |python_version|_\n\n.. |pypi_version| image:: https://img.shields.io/pypi/v/hyperspyui.svg\n.. _pypi_version: https://pypi.python.org/pypi/hyperspyui\n\n.. |anaconda_cloud| image:: https://anaconda.org/conda-forge/hyperspyui/badges/version.svg\n.. _anaconda_cloud: https://anaconda.org/conda-forge/hyperspyui\n\n.. |tests| image:: https://github.com/hyperspy/hyperspyUI/workflows/Tests/badge.svg\n.. _tests: https://github.com/hyperspy/hyperspyUI/actions\n\n.. |documentation_latest| image:: https://img.shields.io/readthedocs/hyperspyui/latest.svg?style=flat\n.. _documentation_latest: https://hyperspyui.readthedocs.io/en/latest/\n\n.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/hyperspy/hyperspyUI/main.svg\n.. _pre-commit: https://results.pre-commit.ci/latest/github/hyperspy/hyperspyUI/main\n\n.. |python_version| image:: https://img.shields.io/pypi/pyversions/hyperspyui.svg?style=flat\n.. _python_version: https://pypi.python.org/pypi/hyperspyui\n\nHyperSpyUI tries to bring a streamlined user interface to the powerful\nmulti-dimensional analysis capabilities of HyperSpy_. HyperSpy is an open\nsource Python library which provides tools to facilitate data analysis of\nmultidimensional datasets.\n\nHyperSpy aims at making it easy and natural to apply analytical procedures\nthat operate on an individual signal to multidimensional arrays, as well as\nproviding easy access to analytical tools that exploit the multidimensionality\nof the dataset.\n\nWhile the UI tries to create a simple and intuitive interface to HyperSpy, it\nstill retains the raw power of HyperSpy via the UI’s built in IPython console,\nwhich runs on the same Python kernel as the UI.\n\nDocumentation\n=============\n\nFor an introduction to HyperSpyUI, see the documentation_.\n\n\nInstallation\n============\nThere are several ways to install HyperSpyUI. The application itself is rather\nsimple to install, but its dependencies can be a bit more tricky. From version\n1.1, HyperSpyUI supports both PyQt4 and PyQt5.\n\nHyperSpy Bundle Installer\n-------------------------\nThe quickest way to get set up is to download and install\nthe `HyperSpy bundle`_ installer, which includes HyperSpyUI.\n\n.. _HyperSpy bundle: https://github.com/hyperspy/hyperspy-bundle\n\nAnaconda/Miniconda/Miniforge\n----------------------------\n\nDownload and install the `Miniforge`_ (`Miniconda`_ or `Anaconda`_) distribution\nand run the following command in the anaconda prompt:\n\n.. code-block:: bash\n\n    conda install -c conda-forge hyperspyui\n\n.. _Miniforge: https://github.com/conda-forge/miniforge#download\n.. _Miniconda: https://docs.conda.io/en/latest/miniconda.html\n.. _Anaconda: https://www.anaconda.com/products/individual\n\nInstallation via pip\n--------------------\n\nTo install ``HyperSpyUI`` can be intalled from pypi.org including \noptional dependencies (``exspy`` and ``pyqt5``)\n\n.. code-block:: bash\n\n    pip install hyperspyui[all]\n\nTo install ``HyperSpyUI`` with the minimum dependencies:\n\n.. code-block:: bash\n\n    pip install hyperspyui\n\n\nRun HyperSpyUI\n==============\n\nAfter installation, you can run HyperSpyUI from the command prompt with:\n\n.. code-block:: bash\n\n    hyperspyui\n\nor\n\n.. code-block:: bash\n\n    python -m hyperspyui\n\n\nFor further information, see the full documentation_.\n\n.. _HyperSpy: https://hyperspy.org\n.. _documentation: https://hyperspy.org/hyperspyUI/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperspy%2Fhyperspyui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperspy%2Fhyperspyui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperspy%2Fhyperspyui/lists"}