-
- Downloads
Format with black, add ability to supply suffix
This adds the ability to supply the suffix manually to the initialize_config function, to allow multiple runs of the same function with different suffices.
Showing
- .gitignore 0 additions, 0 deletions.gitignore
- README.md 0 additions, 0 deletionsREADME.md
- common_config/__init__.py 2 additions, 2 deletionscommon_config/__init__.py
- common_config/common.py 114 additions, 46 deletionscommon_config/common.py
- examples/config.py 0 additions, 0 deletionsexamples/config.py
- poetry.lock 0 additions, 0 deletionspoetry.lock
- pyproject.toml 1 addition, 1 deletionpyproject.toml
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
- tests/test_common_config.py 0 additions, 0 deletionstests/test_common_config.py
.gitignore
100644 → 100755
File mode changed from 100644 to 100755
README.md
100644 → 100755
File mode changed from 100644 to 100755
common_config/__init__.py
100644 → 100755
common_config/common.py
100644 → 100755
examples/config.py
100644 → 100755
File mode changed from 100644 to 100755
poetry.lock
100644 → 100755
File mode changed from 100644 to 100755
pyproject.toml
100644 → 100755
tests/__init__.py
100644 → 100755
File mode changed from 100644 to 100755
tests/test_common_config.py
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment