Adding overwriting of __header__ functionality to config

CONFIG = Config(path="~/.config/island-code-extractor", header="island-code-extractor")
This commit is contained in:
2020-08-25 22:33:21 +01:00
parent 793e8a04bc
commit 76dfe5a15a
4 changed files with 597 additions and 64 deletions

View File

@@ -4,7 +4,7 @@ version = "1.0.2"
description = "Python module to gracefully handle a .config file/environment variables for scripts, with built in masking for sensitive options. Provides a Splunk friendly formatted logger instance."
license = "MIT"
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
readme = "/Users/dtomlinson/git-repos/projects/panaetius/README.rst"
readme = "./README.rst"
homepage = "https://github.com/dtomlinson91/panaetius"
repository = "https://github.com/dtomlinson91/panaetius"
documentation = "https://panaetius.readthedocs.io/en/latest/introduction.html"
@@ -40,6 +40,7 @@ python-language-server = "^0.31.4"
pycodestyle = "^2.5"
sphinx = "^2.3"
sphinx_rtd_theme = "^0.4.3"
prospector = "^1.3.0"
[build-system]
requires = ["poetry>=0.12"]