This package contains modules with classes and functions to simplify app development.
dash_tools.pyobjects for Dash app development.dbase.pyobjects for working with MongoDB and OBIEE.email.pyobjects for sending SMTP emails.fsconn.pyobjects for fileserver connections.log.pyobjects for logging operations.
See setup.py for packing and installing steps.
Suggested use of environment variables is using a .env file. See
python-dotenv on pypi.org for more info.
See module documentation for a list of built-in environment variables.
Run the following command from the /utility_scripts_package directory (substitute python
for python3 on windows).
python3 -m unittest discover -v tests