quantbullet#

Subpackages#

Submodules#

Package Contents#

Functions#

display_package_info(info_dict)

Display package information in a geeky bordered box format.

setup_logger(name)

Setup a logger with a given name.

set_package_log_level([level])

Set the log level for all loggers in the package.

set_figsize(width, height)

Temporarily set the figure size using a context manager.

Attributes#

__version__

info

quantbullet.__version__#
quantbullet.display_package_info(info_dict)[source]#

Display package information in a geeky bordered box format.

Parameters:

info_dict (dict) – Dictionary containing package details.

quantbullet.info#
quantbullet.setup_logger(name)[source]#

Setup a logger with a given name.

quantbullet.set_package_log_level(level='WARNING')[source]#

Set the log level for all loggers in the package.

quantbullet.set_figsize(width, height)[source]#

Temporarily set the figure size using a context manager.