WebScriptsTools (version 0.0.3)
index
webscriptstools.py

This package implements tools for WebScripts Scripts.

 
Modules
       
sys

 
Functions
       
get_log_file() -> str
This function returns the log path
for WebScripts scripts.
get_upload_module() -> module
This function returns the WebScripts upload module.
get_upload_script() -> None
This function prints the upload script path.
get_user() -> Dict[str, str]
This function returns the WebScripts user.
get_webscripts_data_path() -> str
This function returns the path to the data directory.
main() -> int
This function execute scripts
tools from the command line.
set_excepthook() -> None
This function sets sys.excepthook to secure
sensible informations on python errors.

 
Data
        __all__ = ['get_webscripts_data_path', 'get_upload_module', 'get_upload_script', 'set_excepthook', 'get_log_file', 'get_user', 'main']
__annotations__ = {'environ_get': <class 'collections.abc.Callable'>}
__author_email__ = 'mauricelambert434@gmail.com'
__copyright__ = '\nWebScriptsTools Copyright (C) 2022 Maurice La...ome to redistribute it\nunder certain conditions.\n'
__description__ = '\nThis package implements tools for WebScripts Scripts.\n'
__license__ = 'GPL-3.0 License'
__maintainer__ = 'Maurice Lambert'
__maintainer_email__ = 'mauricelambert434@gmail.com'
__url__ = 'https://github.com/mauricelambert/WebScriptsTools'

 
Author
        Maurice Lambert