Skip to content

This repository contains a metapackage for several packages of the CADET platform to be distributed via PyPi.

License

Notifications You must be signed in to change notification settings

cadet/CADET-Metapackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CADET Platform Metapackage

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.

Default packages

Installing cadet will install the following packages:

Installation

Install the CADET platform metapackage:

pip install cadet

Optional dependencies

Install the CADET metapackage plus research data management support:

pip install "cadet[rdm]"

This additionally installs:

Full platform bundle

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.

Important notes

  • This is a metapackage only. There is no cadet Python module to import.

  • Do not depend on cadet in other Python packages. If you are developing a library, depend directly on the specific CADET components you use, such as cadet-python or cadet-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

Documentation and support

General CADET documentation and project information can be found at:

About

This repository contains a metapackage for several packages of the CADET platform to be distributed via PyPi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published