viperleed.calc.bookkeeper
Package bookkeeper of viperleed.calc.
Defines functionality for keeping track of calculation history, as in a logbook. This package is a result of the refactor of the original bookkeeper.py module.
Modules
- __main__
Entry point for the bookkeeper when run via python -m bookkeeper.
- bookkeeper
Defines the Bookkeeper class that handles the whole process.
- cli
Defines the command-line interface for invoking the bookkeeper as a standalone utility.
- constants
Constants used in multiple places in the bookkeeper package.
- errors
Bookkeeper-related exceptions.
- log
Defines the bookkeeper logger instance and its related functionality.
- mode
Defines the BookkeeperMode enumeration of the possible modes of execution of the bookkeeper. See help(BookkeeperMode) for information on what each mode entails.
- root_explorer
Defines functionality for collecting information from the top-level folder in which Bookkeeper runs, and for archiving/discarding its contents.
- utils
Functions used in multiple places in the bookkeeper package.
Packages
- history
Defines the functionality for handling the history.info file and its contents, including reading/writing and editing formats.
Modules
Module bookkeeper of viperleed.calc.bookkeeper. |
|
Module cli of viperleed.calc.bookkeeper. |
|
Module constants of viperleed.calc.bookkeeper. |
|
Module domain_finder of viperleed.calc.bookkeeper. |
|
Module errors of viperleed.calc.bookkeeper. |
|
Module exit_code of viperleed.calc.bookkeeper. |
|
Package history of viperleed.calc.bookkeeper. |
|
Module log of viperleed.calc.bookkeeper. |
|
Module mode of viperleed.calc.bookkeeper. |
|
Module root_explorer of viperleed.calc.bookkeeper. |
|
Module utils of viperleed.calc.bookkeeper. |