Metadata-Version: 2.4
Name: ms_components
Version: 0.1.0
Summary: PySide6 UI components for MolSuite: smart table, project browser, job monitor, PyMOL dock, steppers.
Author: Mario S. Valdés-Tresanco, Mario E. Valdés-Tresanco
License-Expression: MIT
Project-URL: Homepage, https://github.com/MolSuite/ms_components
Project-URL: Issues, https://github.com/MolSuite/ms_components/issues
Keywords: pyside6,qt,widgets,molsuite,table,monitor
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Environment :: X11 Applications :: Qt
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ms_flow
Requires-Dist: PySide6>=6.5
Requires-Dist: pymol-open-source>=3.2.0a0
Requires-Dist: sqlmodel>=0.0.14
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Dynamic: license-file

# ms_components

PySide6 UI components for MolSuite: smart table, project browser, job monitor,
PyMOL dock, steppers and the shared theming (`themes/` + `base.qss`).

Part of the [MolSuite](https://molsuite.github.io/) stack. Built on top of
[`ms_flow`](https://github.com/MolSuite/ms_flow).

## Install

PyMOL is installed automatically from the `pymol-open-source` alpha wheels on
PyPI (`>=3.2.0a0`):

```bash
pip install git+https://github.com/MolSuite/ms_flow
pip install git+https://github.com/MolSuite/ms_components
```

## License

MIT — see [LICENSE](LICENSE). Third-party icon/asset licenses live in `licenses/`.
