Metadata-Version: 2.4
Name: isca_val_ui
Version: 0.1.1
Summary: Toolkit to validate the input of the ISCA Archive
Author-email: Sébastien Le Maguer <sebastien.lemaguer@helsinki.fi>
Project-URL: Homepage, https://github.com/ISCACoordinator/isca_val_ui
Project-URL: Issues, https://github.com/ISCACoordinator/isca_val_ui/issues
Project-URL: git, https://github.com/ISCACoordinator/isca_val_ui/isca-archive.git
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6==6.11.1
Requires-Dist: PySide6_Addons==6.11.1
Requires-Dist: PySide6_Essentials==6.11.1
Requires-Dist: ruamel.yaml>=0.18.13
Requires-Dist: importlib_resources
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: basedpyright; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Dynamic: license-file

# ISCA Publication checker UI

This repository contains a Qt UI to facilitate the validation and the correction of the metadata for any ISCA conference (for now, only Interspeech is supported).

## How to install
It should be installed through pip for now

```sh
pip install isca-val-ui
```

## How to run

Go to the directory of the validation package, and run the following command

```sh
isca_val_ui
```

By default, the report is assumed to be in `report.yaml`.
It is possible to defined a different report file:

```sh
isca_val_ui -r <the report file.yaml>
```

## Some bugs?

The tool has only be tested on ubuntu/wayland and more test would be welcomed
