fix for rpm-packaging errors |
|
More...
|
over 11 years ago
|
utilize method templates in base class (anyconfig.backend.base.BaseConfigParser) instead to implement similar business logic in each backend |
|
More...
|
over 11 years ago
|
implement basic method template for *ConfigParser.{load*,dump*} |
|
More...
|
over 11 years ago
|
added notes about pluggable backends |
|
More...
|
over 11 years ago
|
Quit to split scripts in tools/ (anyconfig_cli) |
|
More...
|
over 11 years ago
|
update the comment |
|
More...
|
over 11 years ago
|
Split scripts in tools/ (anyconfig_cli) into 'tools' sub package |
|
More...
|
over 11 years ago
|
remove an extra empty line in the usage text |
|
More...
|
over 11 years ago
|
Merge pull request #1 from jonathaneunice/patch-1 |
|
More...
|
over 11 years ago
|
add refs to some backend plugins |
|
More...
|
almost 12 years ago
|
some more updates in the TODO list |
|
More...
|
almost 12 years ago
|
update the TODO list |
|
More...
|
almost 12 years ago
|
remove references to properties backend module |
|
More...
|
almost 12 years ago
|
spin off java properties file backend into a separate project: https://github.com/ssato/python-anyconfig-pyjavaproperties-backend |
|
More...
|
almost 12 years ago
|
fix runtime error while trying to find and load pluggable backends |
|
More...
|
almost 12 years ago
|
add one more changelog entry for the next release, 0.0.3.10 |
|
More...
|
almost 12 years ago
|
implement pluggable backend system w/ using setuptools |
|
More...
|
almost 12 years ago
|
fix some build and runtime dependencies to PyYAML and setuptools |
|
More...
|
almost 12 years ago
|
use key kwarg for sorted as it was deprecated in python 3.0: http://docs.python.org/3.0/whatsnew/3.0.html |
|
More...
|
almost 12 years ago
|
prioritize config parsers and make highest ones returnes when find by file (extension) or config type |
|
More...
|
almost 12 years ago
|
add a member '_priority' represents priority order in config parsers support same configuration types |
|
More...
|
almost 12 years ago
|
add concat to concatenate a list of lists |
|
More...
|
almost 12 years ago
|
update the changelog of RPM spec to prepare for the next release, 0.0.3.10 |
|
More...
|
almost 12 years ago
|
add requirements for tests |
|
More...
|
almost 12 years ago
|
give up to use console_scripts until fixing the issue of python version setuptools chosen |
|
More...
|
almost 12 years ago
|
fix a typo in bin name: s/anyconfg/anyconfig |
|
More...
|
almost 12 years ago
|
fix a typo in filename |
|
More...
|
almost 12 years ago
|
add another build mode using setuptools and generate anyconfig_cli w/ its help |
|
More...
|
almost 12 years ago
|
do not remove egg files for RPMs |
|
More...
|
almost 12 years ago
|
added TODO section and items |
|
More...
|
almost 12 years ago
|