#
configuration
Here are 487 public repositories matching this topic...
crdoconnor
commented
Oct 7, 2018
Similar to the Email validator.
simplified environment variable parsing
-
Updated
Mar 25, 2022 - Python
Sequential Model-based Algorithm Configuration
random-forest
configuration
hyperparameter-optimization
bayesian-optimization
hyperparameter-tuning
automl
automated-machine-learning
hyperparameter-search
bayesian-optimisation
gaussian-process
algorithm-configuration
-
Updated
Apr 7, 2022 - Python
Python Application Configuration With Environment Variables
-
Updated
Apr 2, 2022 - Python
HCL is a configuration language. pyhcl is a python parser for it.
-
Updated
Nov 4, 2021 - Python
Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
-
Updated
Jul 4, 2021 - Python
Human Readable and Writable Data Interchange Format
config
yaml
toml
serialization
json
data
configuration
json-alternative
yaml-configuration
configuration-files
yaml-alternative
nestedtext
toml-alternative
-
Updated
Apr 9, 2022 - Python
Configuration UI for Home Assistant
-
Updated
Apr 23, 2021 - Python
A simple way to manage your project settings.
config
python
redis
yaml
toml
memcached
settings
json
consul
configuration
configuration-management
django-configuration
flask-configuration
-
Updated
Dec 30, 2021 - Python
A extensible library for Settings/Code separation
-
Updated
Nov 11, 2021 - Python
Config-file-to-Python mapping library (ORM).
-
Updated
Nov 25, 2020 - Python
Configure Python functions explicitly and safely
-
Updated
Mar 31, 2022 - Python
Backup/restore and decode configuration tool for Tasmota
-
Updated
Apr 7, 2022 - Python
netconan - a Network Configuration Anonymizer
-
Updated
Dec 10, 2021 - Python
A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
-
Updated
Apr 9, 2022 - Python
Bundle definitions for Clear Linux OS
-
Updated
Apr 7, 2022 - Python
Declarative and extensible library for configuration & code separation
-
Updated
Jun 23, 2021 - Python
A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations.
config
python
yaml
toml
parser
package
json
xml
argument-parser
parser-library
configuration
python3
environment-variables
configuration-management
json-parser
hcl
yaml-parser
ini
configuration-file
configuration-files
-
Updated
Mar 30, 2022 - Python
Dependency injection framework for Python 3.6
-
Updated
Jun 1, 2021 - Python
A minimal configuration for tmux - similar to Oh My Tmux, but simpler.
-
Updated
Nov 25, 2019 - Python
Cisco config syntax and snippets for Sublime Text
config
syntax-highlighting
snippets
ios
cisco
autocompletion
sublime-text
highlighting
configuration
ace
sublime-text-3
nxos
ios-xr
asa
-
Updated
Nov 13, 2021 - Python
Transparently load variables from environment or JSON/YAML file.
-
Updated
Apr 5, 2022 - Python
HiYaPyCo - A Hierarchical Yaml Python Config
-
Updated
Feb 26, 2022 - Python
A simple configuration parser for Python
-
Updated
Sep 24, 2019 - Python
Improve this page
Add a description, image, and links to the configuration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the configuration topic, visit your repo's landing page and select "manage topics."
On lines
https://github.com/rochacbruno/dynaconf/blob/master/dynaconf/validator.py#L202-L205
validators.validateis callingfrom_envand it makes the variables to be reloaded from source files.This is not good for testing.
Solution:
reload=Falsethat will cause those lines to pass