bamboost
bamboost
_typing
utilities
exceptions
_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`).
constants
_logger
plugins
plugins_dev
index
Module for indexing BAMBOOST collections.
cli
core
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.
Attributes
- __copyright__:
str='' - __license__:
str='MIT' - __version__:
str=version('bamboost')
Bamboost