This package contains modules with classes and functions to simplify app development.
dash_tools.py
objects for Dash app development.dbase.py
objects for working with MongoDB and OBIEE.email.py
objects for sending SMTP emails.fsconn.py
objects for fileserver connections.log.py
objects 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