0
I Use This!
Activity Not Available

Commits : Listings

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