Metadata-Version: 2.4
Name: aiida_gui_apps
Version: 0.0.0
Summary: Design flexible node-based workflow for AiiDA calculation.
Author-email: Xing Wang <xingwang1991@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Xing Wang
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://aiida-gui-apps.readthedocs.io
Project-URL: Source, https://github.com/aiidateam/aiida-gui-apps
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: AiiDA
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi>=0.95.0
Provides-Extra: dependencies
Requires-Dist: aiida-gui; extra == "dependencies"
Provides-Extra: pre-commit
Requires-Dist: pre-commit~=2.2; extra == "pre-commit"
Requires-Dist: pylint~=2.17.4; extra == "pre-commit"
Dynamic: license-file

# AiiDA GUI Apps
[![PyPI version](https://badge.fury.io/py/aiida-gui-apps.svg)](https://badge.fury.io/py/aiida-gui-apps)
[![Unit test](https://github.com/aiidateam/aiida-gui-apps/actions/workflows/ci.yaml/badge.svg)](https://github.com/aiidateam/aiida-gui-apps/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/aiidateam/aiida-gui-apps/branch/main/graph/badge.svg)](https://codecov.io/gh/aiidateam/aiida-gui-apps)
[![Docs status](https://readthedocs.org/projects/aiida-gui-apps/badge)](http://aiida-gui-apps.readthedocs.io/)

A collection of AiiDA GUI applications that provide a user-friendly interface for running and managing AiiDA workflows.

## Installation

```console
    pip install aiida-gui-apps
```

To install the latest version from source, first clone the repository and then install using `pip`:

```console
git clone https://github.com/aiidateam/aiida-gui-apps
cd aiida-gui-apps
pip install -e .
# build the frontend
cd frontend
npm install
npm run build
```


## Documentation
Explore the comprehensive [documentation](https://aiida-gui-apps.readthedocs.io/en/latest/) to discover all the features and capabilities of AiiDA GUI apps.


## License
[MIT](http://opensource.org/licenses/MIT)
