0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
0.0.10-rc1
ssato
as Satoru SATOH
More... about 11 years ago
disable the badge of openhub
ssato
as Satoru SATOH
More... about 11 years ago
change the url of a couple of badges: switch from pypip.in to shields.io
ssato
as Satoru SATOH
More... about 11 years ago
add help texts of -S/--schema and -V/--validate options
ssato
as Satoru SATOH
More... about 11 years ago
add descriptions of -S/--schema and -V/--validate options
ssato
as Satoru SATOH
More... about 11 years ago
add version note
ssato
as Satoru SATOH
More... about 11 years ago
notify if validation succeeds
ssato
as Satoru SATOH
More... about 11 years ago
fix an issue, E501 line too long
ssato
as Satoru SATOH
More... about 11 years ago
eliminate '\' in imports lines
ssato
as Satoru SATOH
More... about 11 years ago
export anyconfig.api.validate
ssato
as Satoru SATOH
More... about 11 years ago
fix a bug in test cases, anyconfig.tests.cli.Test.test_38_single_input_w_schema
ssato
as Satoru SATOH
More... about 11 years ago
some indentation fixes
ssato
as Satoru SATOH
More... about 11 years ago
some indentation fixes
ssato
as Satoru SATOH
More... about 11 years ago
sort out the supported config types list
ssato
as Satoru SATOH
More... about 11 years ago
add conf and schema example
ssato
as Satoru SATOH
More... about 11 years ago
Add -S/--schema option to pass schema file path for validation along with -V/--validate option to validate inputs to the CLI frontend. Also added some test cases of them.
ssato
as Satoru SATOH
More... about 11 years ago
do not force JSON type and pass args same as config's for schema load
ssato
as Satoru SATOH
More... about 11 years ago
add runtime dependency to python*-jsonschema
ssato
as Satoru SATOH
More... about 11 years ago
add section about validation
ssato
as Satoru SATOH
More... about 11 years ago
add jsonschema as a test time dependency
ssato
as Satoru SATOH
More... about 11 years ago
add test cases of anyconfig.validate and anyconfig.load{s,} (ac_validate=...
ssato
as Satoru SATOH
More... about 11 years ago
add a new API 'anyconfig.validate' and option parameter 'ac_valiate' for anyconfig.load{s,}
ssato
as Satoru SATOH
More... about 11 years ago
revert the commit 39fd5fc74
ssato
as Satoru SATOH
More... about 11 years ago
rename test methods of json backend
ssato
as Satoru SATOH
More... about 11 years ago
add basic implementation of validation methods
ssato
as Satoru SATOH
More... about 11 years ago
add more globals reprensents validation result and make validation methods returns VALIDATE_NOT_IMPL (success but with warning message) instead of VALIDATE_SUCCESS (success and no warning message).
ssato
as Satoru SATOH
More... about 11 years ago
add methods to parser base class, to support config file validation
ssato
as Satoru SATOH
More... about 11 years ago
move for a while as it might cause trouble with scrutinizer
ssato
as Satoru SATOH
More... about 11 years ago
minor english expression updates and changes
ssato
as Satoru SATOH
More... about 11 years ago
s/About/Overview/
ssato
as Satoru SATOH
More... about 11 years ago