| simplify the API anyconfig.validate; it does not throw any exceptions and so on |
|
More...
|
about 11 years ago
|
| add API doc template of anyconfig.schema |
|
More...
|
about 11 years ago
|
| add some more test cases of anyconfig.schema missing |
|
More...
|
about 11 years ago
|
| remove duplicated definision of same objects |
|
More...
|
about 11 years ago
|
| refactoring anyconfig.schema, make public a couple of functions for tests and remove duplicated lines defining fallback value |
|
More...
|
about 11 years ago
|
| s/FIXME/Note/ in a comment |
|
More...
|
about 11 years ago
|
| disable pylint's import-error as simplejson may be not installed |
|
More...
|
about 11 years ago
|
| fix a trivial warnings by pylint (invalid-name) |
|
More...
|
about 11 years ago
|
| add -G/--gen-schema option for the CLI frontend to generate schema from given config file[s] |
|
More...
|
about 11 years ago
|
| add a couple of test cases to check if validation with generated schema succeeds |
|
More...
|
about 11 years ago
|
| a trivial fixes for python 3 which has no 'unicode' type |
|
More...
|
about 11 years ago
|
| export schema validation and generation APIs |
|
More...
|
about 11 years ago
|
| remove schema validation code moved into anyconfig.tests.schema |
|
More...
|
about 11 years ago
|
| remove schema validation code moved into anyconfig.schema |
|
More...
|
about 11 years ago
|
| add schema validation and generation module, and its test cases |
|
More...
|
about 11 years ago
|
| fix order of some footnote refs in docs/index.rst |
|
More...
|
about 11 years ago
|
| fix wrong doc nest levels of some sections |
|
More...
|
about 11 years ago
|
| add Design section to doc |
|
More...
|
about 11 years ago
|
| add note about msgpack support |
|
More...
|
about 11 years ago
|
| make use of shields.io for URLs of Travis-CI and Coveralls.io badges |
|
More...
|
about 11 years ago
|
| add run time dependency to python{3,}-msgpack packages |
|
More...
|
about 11 years ago
|
| add test time dependency to msgpack-python |
|
More...
|
about 11 years ago
|
| fix python3 bytes/string mismatch errors in msgpack backend test cases |
|
More...
|
about 11 years ago
|
| add API doc template of msgpack backend |
|
More...
|
about 11 years ago
|
| enable msgpack backend |
|
More...
|
about 11 years ago
|
| add messagepack (msgpack) backend and its test cases |
|
More...
|
about 11 years ago
|
| make use of file open flag (class variable) |
|
More...
|
about 11 years ago
|
| allow cusomization of file open flags (read/write) from inherited backend parser classes |
|
More...
|
about 11 years ago
|
| remove module global function, anyconfig.backend.json.loads and make json.{load{s,},dump{s,}} called indirectly |
|
More...
|
about 11 years ago
|
| move the impl. of loads method of the JSON parser class outside of the class |
|
More...
|
about 11 years ago
|