#
config
Here are 8,567 public repositories matching this topic...
Home Assistant config files, rewritten to use the latest features, 100+ documented automations, automatically generated ToC 🏠 🤖
config
yaml
home-automation
iot
automation
philips-hue
internet-of-things
home-assistant
home-assistant-config
appdaemon
lovelace
lovelace-ui
-
Updated
Feb 22, 2022 - Python
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡ 🔥 ⚡
config
template
research
deep-learning
neptune
best-practices
comet
pytorch
hydra
tensorboard
experiments
reproducibility
project-structure
mlops
mlflow
training-pipeline
experiment-tracking
pytorch-lightning
wandb
weights-and-biases
-
Updated
Apr 7, 2022 - Python
crdoconnor
commented
Oct 7, 2018
Similar to the Email validator.
A utility for manipulating ini files
-
Updated
Oct 31, 2021 - Python
Python Application Configuration With Environment Variables
-
Updated
Apr 2, 2022 - 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
Feb 22, 2022 - 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
Backup/restore and decode configuration tool for Tasmota
-
Updated
Apr 7, 2022 - Python
-
Updated
Aug 3, 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
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
Generates an AWS Config Snapshot and ingests it into ElasticSearch for further analysis using Kibana
-
Updated
Apr 17, 2020 - Python
A hierarchical yaml config in Python
-
Updated
Apr 7, 2022 - Python
基于Tornado实现的一套配置中心,可基于分项目、环境管理配置,语法高亮、对比历史版本、快速回滚等,并提供Restful风格的API
-
Updated
Jul 27, 2021 - Python
-
Updated
Sep 1, 2021 - Python
Python Package for Managing Configurations
-
Updated
May 9, 2021 - Python
Improve this page
Add a description, image, and links to the config topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the config 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