Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.18 KB

File metadata and controls

33 lines (29 loc) · 1.18 KB

Utility Scripts

This package contains modules with classes and functions to simplify app development.

Modules
  • 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.


Optional Environment Variable Support

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.


To Run Unit Tests

Run the following command from the /utility_scripts_package directory (substitute python for python3 on windows).

python3 -m unittest discover -v tests