| added some more test cases for anyconfig.api.multi_load |
|
More...
|
over 13 years ago
|
| changed anyconfig.api.{multi_,}load to allow multi_load accepting both list of paths and its glob pattern |
|
More...
|
over 13 years ago
|
| exported list_types |
|
More...
|
over 13 years ago
|
| added test cases for anyconfig.backend.backends.list_types() |
|
More...
|
over 13 years ago
|
| added anyconfig.backend.backends.list_types method to list supported config types |
|
More...
|
over 13 years ago
|
| enhanced test cases to catch cases noted in the previous commits |
|
More...
|
over 13 years ago
|
| fixed anyconfig.Bunch.update_w_merge(..., merge_lists=True) to process cases if former Bunch objects have keys of which values are list not presented in the later Bunch objects while merging series of Bunch objects |
|
More...
|
over 13 years ago
|
| added the usage section |
|
More...
|
over 13 years ago
|
| prepared for the next release 0.0.3.4 |
|
More...
|
over 13 years ago
|
| made anyconfig.load supports list of config file paths like anyconfig.multi_load, and added corresponding test cases |
|
More...
|
over 13 years ago
|
| moved is_iterable() from anyconfig.Bunch to anyconfig.utils and added some doctest cases |
|
More...
|
over 13 years ago
|
| removed extra white spaces warned by PEP8 |
|
More...
|
over 13 years ago
|
| enhanced module's doc and added some usage examples |
|
More...
|
over 13 years ago
|
| commented some package metadata descs |
|
More...
|
over 13 years ago
|
| prepared for the next release 0.0.3.3 |
|
More...
|
over 13 years ago
|
| changed python pkg name and some related changes |
|
More...
|
over 13 years ago
|
| followed API changes in anyconfig.api |
|
More...
|
over 13 years ago
|
| Changed APIs and some cleanups: |
|
More...
|
over 13 years ago
|
| replaced ugly immediate str data w/ None, passed to anyconfig.api.find_parser in anyconfig.api.loads |
|
More...
|
over 13 years ago
|
| made python package dir automatically found, and coverage option set from env. val 'WITH_COVERAGE' |
|
More...
|
over 13 years ago
|
| 0.0.3.2-1 |
|
More...
|
over 13 years ago
|
| 0.0.3.2-1 |
|
More...
|
over 13 years ago
|
| Fixed a few that yaml.* and etree.* not defined when yaml and etree module is not found, causing build time error |
|
More...
|
over 13 years ago
|
| prepare for 0.0.3.1 |
|
More...
|
over 13 years ago
|
| added some changelog entries |
|
More...
|
over 13 years ago
|
| updated the copyright header |
|
More...
|
over 13 years ago
|
| made anyconfig.api.loads parse given str w/ anyconfig.parser.parse if no parser type was specified |
|
More...
|
over 13 years ago
|
| follow changes in anyconfig.parser.parse_attrlist{,_0} and added test cases for these |
|
More...
|
over 13 years ago
|
| made anyconfig.parser.parse_attrlist returning a dict instead of a list of tuples of (key, value). Original version is kept as anyconfig.parser.parse_attrlist_0. |
|
More...
|
over 13 years ago
|
| added missing imports and fixed corresponding test cases |
|
More...
|
over 13 years ago
|