anormalratingsystem package¶
Subpackages¶
- anormalratingsystem.computation package
- anormalratingsystem.config package
- Submodules
- anormalratingsystem.config.constants module
ConstantsConstants.DEFAULT_LOG_SAVE_PATHConstants.DEFAULT_OUTPUT_PATHConstants.DEFAULT_PROGRESS_SAVE_FILEConstants.FORBIDDEN_CODEConstants.LOGGING_CONSOLE_FORMATConstants.LOGGING_DATE_FORMATConstants.LOGGING_LEVEL_CONSOLE_DEFAULTConstants.LOGGING_LEVEL_LOGFILE_DEFAULTConstants.LOGGING_LOGFILE_FORMATConstants.LOGGING_TIMESTAMP_FORMATConstants.LOGGING_TRACEBACKSConstants.POSSIBLE_LOGGING_LEVELSConstants.QUIT_TEXTConstants.RATING_WEIGHTSConstants.SUCCESS_CODEConstants.SUCCESS_TEXT
- Module contents
- anormalratingsystem.integrations package
- anormalratingsystem.interface package
- anormalratingsystem.logs package
- anormalratingsystem.utilities package
Submodules¶
anormalratingsystem.main module¶
main.py: Called when the package is ran as a script.
- anormalratingsystem.main.main() None¶
Overall control flow of the application.
Notes
This function is the entry point for the application, so only really contains overall control flow logic. The actual work is done in the other modules.
Module contents¶
Rate anything from a scale of 1-10 with simple comparisons.