issues
search
jbasko
/
configmanager
Forget about configparser, YAML, or JSON parsers. Focus on configuration. NOT RECOMMENDED FOR USE (2019-01-26)
MIT License
17
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixing yaml warning and bumping Python comatibility
#170
haizaar
closed
5 years ago
0
Unpin versions in setup.py
#169
jbasko
closed
5 years ago
0
Any reason for exact project dependencies in setup.py
#168
haizaar
closed
5 years ago
2
Fixes load_values in PlainConfig
#167
jbasko
closed
6 years ago
0
Read-only config?
#166
haizaar
opened
6 years ago
2
.yaml.load in PlainConfig instances does not work
#165
haizaar
closed
6 years ago
5
Should be used?
#164
haizaar
opened
6 years ago
6
Wrong variable type when default value is 'None'
#163
Bcow7
closed
6 years ago
2
User should be able to validate required items explicitly
#162
jbasko
opened
7 years ago
0
is_default doesn't check envvar
#161
jbasko
closed
7 years ago
0
Track changes fixes and reset_changes() added
#160
jbasko
closed
7 years ago
0
Track changes
#159
jbasko
closed
7 years ago
0
Replace hook registry with hookery
#158
jbasko
closed
7 years ago
0
Section.load
#157
jbasko
closed
7 years ago
0
Handle section and item names that are Python keywords by auto-appending _ to attribute names
#156
jbasko
closed
7 years ago
0
Rename item_setter and item_getter to key_setter and key_getter
#155
jbasko
closed
7 years ago
1
Click extension broken with PlainConfig
#154
jbasko
closed
7 years ago
0
Stop auto-loading user config in Config initialiser if app_name specified
#153
jbasko
closed
7 years ago
1
XML format
#152
jbasko
opened
7 years ago
0
Declaration -> Schema
#151
jbasko
closed
7 years ago
1
PlainConfig
#150
jbasko
closed
7 years ago
0
Allow customisation of item setting and retrieval
#149
jbasko
closed
7 years ago
0
Investigate - could user make section attributes point to item values rather than items?
#148
jbasko
closed
7 years ago
0
Allow sections to be created on their own
#147
jbasko
closed
7 years ago
0
Config of configs
#146
jbasko
closed
7 years ago
0
New declaration parser
#145
jbasko
closed
7 years ago
0
Config declaration parser doesn't support nested lists to specify ordered sub-sections
#144
jbasko
closed
7 years ago
0
Allow customisation of Config instance
#143
jbasko
closed
7 years ago
0
Allow key kwarg for iter_* to be a function
#142
jbasko
closed
7 years ago
0
Inconsistency in NotFound and hooks
#141
jbasko
closed
7 years ago
0
Bug fixes in path handling in iterators
#140
jbasko
closed
7 years ago
0
TOML format
#139
jbasko
opened
7 years ago
0
Make persistence adapters config root attributes
#138
jbasko
closed
7 years ago
1
Value Interpolation
#137
jbasko
closed
7 years ago
1
Hooks hierarchy fixes and no more added_to_section methods
#136
jbasko
closed
7 years ago
0
Document: How would user go about setting up configuration for unit tests
#135
jbasko
closed
7 years ago
1
Hooks
#134
jbasko
closed
7 years ago
0
Hooks
#133
jbasko
closed
7 years ago
0
Investigate StackOverflow questions related to ConfigParser
#132
jbasko
closed
7 years ago
0
Exceptions
#131
jbasko
closed
7 years ago
0
Types 1.9
#130
jbasko
closed
7 years ago
0
Types 1st iteration
#129
jbasko
closed
7 years ago
0
Consider adding iter_*(key=None) which would mean no key is yielded
#128
jbasko
closed
7 years ago
0
@-prefixed meta attributes in config declarations
#127
jbasko
closed
7 years ago
0
Proper item type treatment
#126
jbasko
closed
7 years ago
1
Treat @-prefixed names in config declarations as meta information
#125
jbasko
closed
7 years ago
0
Exception types: to be or not to be
#124
jbasko
closed
7 years ago
0
Cannot use DEFAULT section to persist items with no section
#123
jbasko
closed
7 years ago
0
Additional Item attributes
#122
jbasko
closed
7 years ago
2
Customisation of Config instance itself
#121
jbasko
closed
7 years ago
0
Next