issues
search
tr11
/
python-configuration
A Python library to load configuration parameters
https://tr11.github.io/python-configuration/
MIT License
83
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow nested jsonchema validation
#103
tr11
closed
3 months ago
0
Feature/strip prefixes
#102
tr11
closed
3 months ago
0
Support comments in .env files
#101
tr11
closed
6 months ago
0
comments in .env are not supported
#100
publicmatt
closed
6 months ago
1
Interpolate bash-style variable expansion in .env files
#99
publicmatt
opened
7 months ago
1
Cast a config value to a python type
#98
publicmatt
opened
7 months ago
2
add compatibility with pathlib.Path type from stdlib.
#97
publicmatt
closed
6 months ago
2
config_from_{json, yaml, ini, toml, dotenv} should accept a pathlib.Path as a data parameter.
#96
publicmatt
closed
6 months ago
0
Module 'config' is pretty generic
#95
publicmatt
closed
7 months ago
2
Register as a global variable
#94
publicmatt
closed
7 months ago
1
Switch to `hatch` package manager
#92
tr11
closed
8 months ago
1
Use tomli library for Python < 3.11
#91
tr11
closed
8 months ago
0
Use tomllib over toml for Python 3.11+
#90
laundry-96
closed
8 months ago
10
Use tomllib for Python 3.11+
#89
laundry-96
closed
9 months ago
0
Minor improvements to dependency reporting
#88
DeadlyFirex
closed
10 months ago
0
[Feature] Improved / verbose dependency handling
#87
DeadlyFirex
closed
10 months ago
2
Validation
#86
tr11
closed
1 year ago
1
Added some caching to the workflows
#85
tr11
closed
1 year ago
1
Added support for Hashicorp Vault (kv2)
#84
tr11
closed
1 year ago
1
Add validation
#83
tr11
closed
1 year ago
0
Switch to GitHub actions
#82
tr11
closed
1 year ago
1
Incompatibility with pyyaml 6.x; pyyaml==5.4.1 broken; pyyaml<5.4 critical CVEs
#81
alexholtz
closed
1 year ago
1
Release version 0.8.3 with update YAML dependency
#80
jperkelens
closed
1 year ago
1
Bug: update() broken for mapping-like objects
#79
dargueta
closed
1 year ago
2
Bug: Equality comparison crashes for non-dicts
#78
dargueta
closed
1 year ago
0
Bug: repr() is wrong for Configuration subclasses
#77
dargueta
closed
1 year ago
0
How can I change the config value and write it back to the config file?
#76
programus
closed
1 year ago
1
Patching ConfigurationSet
#75
mcaulifn
closed
1 year ago
1
Rename master branch to main
#74
tr11
closed
1 year ago
0
Added prefixes and separators to dotenv-style configs
#73
tr11
closed
1 year ago
0
Add the ignore_missing_paths to each individual config method
#72
tr11
closed
1 year ago
1
Add Hashicorp Vault
#71
tr11
closed
1 year ago
0
Replace TravisCI
#70
tr11
closed
1 year ago
0
Feature: Use Managed Identity for accessing Azure Key Vault
#69
0brstmgns
opened
2 years ago
4
Incosistency between .env and env configuration
#68
bruno-brant
closed
1 year ago
4
Can't load python-configuration in a Python IDLE shell
#67
PFaurel
closed
2 years ago
2
Test on modern Pythons
#66
movermeyer
closed
2 years ago
0
Use f-strings for format strings
#65
movermeyer
closed
2 years ago
0
Use valid Azure tenant characters in tests
#64
movermeyer
closed
2 years ago
0
Inconsistent configs loading
#63
velykanov
opened
3 years ago
7
Fix/not lowercase keys
#62
velykanov
closed
2 years ago
3
Optional config from file
#61
Teivaz
closed
1 year ago
7
Feature: add flat keyword to as_dict()
#60
programus
closed
3 years ago
1
Added "token" to PROTECTED_KEYS
#59
lovetoburnswhen
closed
3 years ago
0
Fixes tuple returned as list when interpolate is True
#58
chinghwayu
closed
3 years ago
1
Tuple is returned as list when interpolating
#57
chinghwayu
closed
3 years ago
1
Slightly improve the docs
#56
movermeyer
closed
3 years ago
0
Allow for filtering sections by prefix in INI/toml files
#55
movermeyer
closed
3 years ago
0
Allow for filtering by section header prefixes in INI/TOML files
#54
movermeyer
closed
3 years ago
0
[Investigation] Limitations of python-configuration that prevent others from adopting it.
#53
movermeyer
closed
1 year ago
6
Next