Metadata-Version: 2.4
Name: chemunited
Version: 0.0.4
Summary: Desktop app for designing, simulating, and executing chemical process workflows on real automated hardware via device APIs.
Author-email: Samuel Vitor Saraiva <samuel.saraiva@mpikg.mpg.de>
Maintainer-email: Samuel Vitor Saraiva <samuel.saraiva@mpikg.mpg.de>
License: MIT
Keywords: control,automation,process
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: chemunited-quantities>=0.0.3
Requires-Dist: chemunited-core>=0.0.6
Requires-Dist: chemunited-workflow>=0.0.8
Requires-Dist: chemunited-sim[tray]>=0.0.3
Requires-Dist: PyQt-Fluent-Widgets<2.0,>=1.7.0
Requires-Dist: QScintilla>=2.14.0
Requires-Dist: platformdirs>=4.0
Requires-Dist: gitpython>=3.1.41
Requires-Dist: zeroconf>=0.131.0
Requires-Dist: rich-click>=1.7
Requires-Dist: black<27.0,>=25.1.0
Requires-Dist: loguru>=0.7
Requires-Dist: packaging>=23.0
Requires-Dist: matplotlib
Provides-Extra: compound-lookup
Requires-Dist: CoolProp<8,>=7; extra == "compound-lookup"
Provides-Extra: dev
Requires-Dist: black>=25.1.0; extra == "dev"
Requires-Dist: mypy>=1.19.1; extra == "dev"
Requires-Dist: pre-commit>=4.0.0; extra == "dev"
Requires-Dist: ruff>=0.11.2; extra == "dev"
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-qt>=4.4; extra == "dev"

# ChemUnited

Desktop app for building chemical process workflows as visual flowsheets, simulating them, and running them on real automated hardware via device APIs — unifying `chemunited-core`, `chemunited-sim`, and `chemunited-workflow` in one project-based UI.

## Install

**Windows only.** Download `windows_installer.bat` from the [latest release](https://github.com/automatedchemistry/chemunited-orchestrator/releases/latest) and double-click it. It installs Python and ChemUnited into your own user folder (no admin rights needed) and adds a "ChemUnited" shortcut to your Desktop. Re-running it later upgrades to the latest release.

## Documentation

Full documentation is available at:
**https://chemunited-docs.readthedocs.io/en/latest/**

## License

MIT — see [LICENSE](LICENSE).
