Loading Pipfile +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ black = "*" flake8 = "*" pylint = "*" tox = "*" twine = "*" [scripts] lint = "tox -e lint" Loading Pipfile.lock +555 −90 File changed.Preview size limit exceeded, changes collapsed. Show changes README.md +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ Everything is configurable with environmental variables. ### Installation via pip Run this command to install version 0.3.3 (latest) via pip: Run this command to install version 0.3.4 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.3.3 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` `python3 -m pip --no-cache-dir install common==0.3.4 --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/pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ authors = [ {name = "Jacob Isber", email = "isberj@ornl.gov"}, ] # update version information here version = "0.3.3" version = "0.3.4" description = "Package to perform everyday tasks - logging, accessing database, etc." readme = "README.md" requires-python = ">=3.9" Loading Loading
Pipfile +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ black = "*" flake8 = "*" pylint = "*" tox = "*" twine = "*" [scripts] lint = "tox -e lint" Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ Everything is configurable with environmental variables. ### Installation via pip Run this command to install version 0.3.3 (latest) via pip: Run this command to install version 0.3.4 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.3.3 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` `python3 -m pip --no-cache-dir install common==0.3.4 --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/pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ authors = [ {name = "Jacob Isber", email = "isberj@ornl.gov"}, ] # update version information here version = "0.3.3" version = "0.3.4" description = "Package to perform everyday tasks - logging, accessing database, etc." readme = "README.md" requires-python = ">=3.9" Loading