quantbullet
#
Subpackages#
Submodules#
Package Contents#
Functions#
|
Display package information in a geeky bordered box format. |
|
Setup a logger with a given name. |
|
Set the log level for all loggers in the package. |
|
Temporarily set the figure size using a context manager. |
Attributes#
- 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#