bearlib-py

A library of utilities and standardizations used for writing Python code for UNCO applications and scripts.


License
CNRI-Python-GPL-Compatible
Install
pip install bearlib-py==0.3.7

Documentation

BearLib

What is BearLib?

BearLib is a library of utilities and standardizations used for writing Python code for UNCO applications and scripts.

Modules

logging

A module for logging both locally (file and console), as well as remote webhooks (Teams, Discord, Slack, etc)

logging.core

The core logging functionality. Contains the default file + console code, as well as the ability to load webhooks.

logging.webhooks

All officially supported webhooks, as well as the Webhooks superclass

oracle

A module for utilities to be used with Oracle SQL databases

oracle.factories

Some extra cursor rowfactories for returning different types of data besides lists