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-Python Python interface for CADET PyPI: https://pypi.org/project/cadet-python/ Repository: https://github.com/cadet/CADET-Python
-
CADET-Process Process analysis, optimization, and design toolkit PyPI: https://pypi.org/project/cadet-process/ Repository: https://github.com/cadet/CADET-Process
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
cadetPython 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-pythonorcadet-process. -
This package does not install CADET-Core. CADET-Core is distributed via conda-forge and must be installed separately, for example with:
conda install cadet
General CADET documentation and project information can be found at: