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