Loading README.md +1 −2 Original line number Diff line number Diff line Loading @@ -7,10 +7,9 @@ Everything is configurable with environmental variables. ### Installation via pip Run this command to install version 0.1.10 via pip: Run this command to install version 0.1.11 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.1.2 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` This will install latest (not recommended): `python3 -m pip --no-cache-dir install common --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` Loading src/common/mixins/mssql.py +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ import pymssql import traceback import logging class MSSQLMixin(): """Provides a convenient API-like interface to Microsoft SQL databases. Loading Loading
README.md +1 −2 Original line number Diff line number Diff line Loading @@ -7,10 +7,9 @@ Everything is configurable with environmental variables. ### Installation via pip Run this command to install version 0.1.10 via pip: Run this command to install version 0.1.11 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.1.2 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` This will install latest (not recommended): `python3 -m pip --no-cache-dir install common --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` Loading
src/common/mixins/mssql.py +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ import pymssql import traceback import logging class MSSQLMixin(): """Provides a convenient API-like interface to Microsoft SQL databases. Loading