This package is a metapackage for the CADET platform.
It does not provide any importable Python modules itself. Its only purpose is to install a curated set of CADET Python packages.
Installing cadet will install the following packages:
-
CADET-Core The heart of CADET: A modular, fast, and accurate modeling and simulation framework for biotechnology processes PyPI: https://pypi.org/project/CADET-Core/ Repository: https://github.com/cadet/CADET-Core
-
CADET-Process Process analysis, optimization, and design toolkit PyPI: https://pypi.org/project/cadet-process/ Repository: https://github.com/cadet/CADET-Process
-
CADET-Python Python interface for CADET Installed as a dependency of
cadet-processPyPI: https://pypi.org/project/cadet-python/ Repository: https://github.com/cadet/CADET-Python
Install the CADET platform metapackage:
pip install cadet
Install the CADET metapackage plus research data management support:
pip install "cadet[rdm]"
This additionally installs:
- CADET-RDM Research data management utilities PyPI: https://pypi.org/project/cadet-rdm/ Repository: https://github.com/cadet/CADET-RDM
Install the full platform bundle (currently identical to cadet[rdm]):
pip install "cadet[all]"
The all extra exists as a stable entry point if additional optional components are added in the future.
-
This is a metapackage only. There is no Python module to import.
-
Do not depend on
cadetin other Python packages. If you are developing a library, depend directly on the specific CADET components you use, such ascadet-processorcadet-python. -
This metapackage installs
cadet-corefrom PyPI as part of the curated CADET stack. Alternative installation channels (for example conda-forge) may also be used if desired.
General CADET documentation and project information can be found at:
For maintainers and contributors, including details on version management, CI workflows, and the release process, see: