bamboost
bamboost
_config
This module manages configuration options for bamboost. It supports loading configuration from a global file (`~/.config/bamboost/config.toml`) and a project configuration in the standard (`pyproject.toml`).
utilities
plugins
_typing
_logger
exceptions
constants
mpi
This module handles the detection and selection of the appropriate MPI implementation for Bamboost, either using `mpi4py` for real MPI environments or falling back to a mock MPI implementation for non-MPI environments.
cli
index
Module for indexing BAMBOOST collections.
plugins_dev
core
Attributes
- __copyright__:
str='' - __license__:
str='MIT' - __version__:
str=version('bamboost')
Bamboost