.gitignore
AUTHORS.txt
LICENSE.MIT
MANIFEST.in
NEWS
README.rst
mypy.ini
requirements.txt
requirements_min.txt
setup.cfg
setup.py
tox.ini
.copr/Makefile
.github/workflows/tests-in-centos.yml
.github/workflows/tests.yml
docs/Makefile
docs/anyconfig_cli.1
docs/cli.rst
docs/conf.py
docs/design.rst
docs/hacking.rst
docs/index.rst
docs/introduction.rst
docs/requirements.txt
docs/usage.rst
docs/api/anyconfig.api._dump.rst
docs/api/anyconfig.api._load.rst
docs/api/anyconfig.api._open.rst
docs/api/anyconfig.api.datatypes.rst
docs/api/anyconfig.api.rst
docs/api/anyconfig.backend.base.datatypes.rst
docs/api/anyconfig.backend.base.dumpers.rst
docs/api/anyconfig.backend.base.loaders.rst
docs/api/anyconfig.backend.base.mixins.rst
docs/api/anyconfig.backend.base.parsers.rst
docs/api/anyconfig.backend.base.rst
docs/api/anyconfig.backend.base.utils.rst
docs/api/anyconfig.backend.ini.rst
docs/api/anyconfig.backend.json.default.rst
docs/api/anyconfig.backend.json.rst
docs/api/anyconfig.backend.json.simplejson.rst
docs/api/anyconfig.backend.pickle.rst
docs/api/anyconfig.backend.properties.rst
docs/api/anyconfig.backend.rst
docs/api/anyconfig.backend.shellvars.rst
docs/api/anyconfig.backend.toml.rst
docs/api/anyconfig.backend.xml.rst
docs/api/anyconfig.backend.yaml.pyyaml.rst
docs/api/anyconfig.backend.yaml.rst
docs/api/anyconfig.backend.yaml.ruamel_yaml.rst
docs/api/anyconfig.cli.rst
docs/api/anyconfig.common.datatypes.rst
docs/api/anyconfig.common.errors.rst
docs/api/anyconfig.common.rst
docs/api/anyconfig.dicts.rst
docs/api/anyconfig.ioinfo.rst
docs/api/anyconfig.models.processor.rst
docs/api/anyconfig.models.rst
docs/api/anyconfig.parser.rst
docs/api/anyconfig.parsers.parsers.rst
docs/api/anyconfig.parsers.rst
docs/api/anyconfig.parsers.utils.rst
docs/api/anyconfig.processors.common.rst
docs/api/anyconfig.processors.processors.rst
docs/api/anyconfig.processors.rst
docs/api/anyconfig.processors.utils.rst
docs/api/anyconfig.query.datatypes.rst
docs/api/anyconfig.query.default.rst
docs/api/anyconfig.query.query.rst
docs/api/anyconfig.query.rst
docs/api/anyconfig.schema.common.rst
docs/api/anyconfig.schema.default.rst
docs/api/anyconfig.schema.jsonschema.rst
docs/api/anyconfig.schema.rst
docs/api/anyconfig.template.jinja2.rst
docs/api/anyconfig.template.rst
docs/api/anyconfig.utils.detectors.rst
docs/api/anyconfig.utils.files.rst
docs/api/anyconfig.utils.lists.rst
docs/api/anyconfig.utils.rst
docs/api/anyconfig.utils.utils.rst
docs/api/index.rst
pkg/copr-build.sh
pkg/gen-authors.sh
pkg/gen-readme.sh
pkg/header.rst
pkg/nose.cfg
pkg/package.spec.in
pkg/scrutinizer.yml
src/anyconfig/__init__.py
src/anyconfig/cli.py
src/anyconfig/dicts.py
src/anyconfig/ioinfo.py
src/anyconfig/parser.py
src/anyconfig/singleton.py
src/anyconfig.egg-info/PKG-INFO
src/anyconfig.egg-info/SOURCES.txt
src/anyconfig.egg-info/dependency_links.txt
src/anyconfig.egg-info/entry_points.txt
src/anyconfig.egg-info/requires.txt
src/anyconfig.egg-info/top_level.txt
src/anyconfig/api/__init__.py
src/anyconfig/api/_dump.py
src/anyconfig/api/_load.py
src/anyconfig/api/_open.py
src/anyconfig/api/datatypes.py
src/anyconfig/backend/__init__.py
src/anyconfig/backend/ini.py
src/anyconfig/backend/pickle.py
src/anyconfig/backend/properties.py
src/anyconfig/backend/shellvars.py
src/anyconfig/backend/toml.py
src/anyconfig/backend/xml.py
src/anyconfig/backend/base/__init__.py
src/anyconfig/backend/base/datatypes.py
src/anyconfig/backend/base/dumpers.py
src/anyconfig/backend/base/loaders.py
src/anyconfig/backend/base/mixins.py
src/anyconfig/backend/base/parsers.py
src/anyconfig/backend/base/utils.py
src/anyconfig/backend/json/__init__.py
src/anyconfig/backend/json/common.py
src/anyconfig/backend/json/default.py
src/anyconfig/backend/json/simplejson.py
src/anyconfig/backend/yaml/__init__.py
src/anyconfig/backend/yaml/common.py
src/anyconfig/backend/yaml/pyyaml.py
src/anyconfig/backend/yaml/ruamel_yaml.py
src/anyconfig/common/__init__.py
src/anyconfig/common/datatypes.py
src/anyconfig/common/errors.py
src/anyconfig/models/__init__.py
src/anyconfig/models/processor.py
src/anyconfig/parsers/__init__.py
src/anyconfig/parsers/parsers.py
src/anyconfig/parsers/utils.py
src/anyconfig/processors/__init__.py
src/anyconfig/processors/datatypes.py
src/anyconfig/processors/processors.py
src/anyconfig/processors/utils.py
src/anyconfig/query/__init__.py
src/anyconfig/query/datatypes.py
src/anyconfig/query/default.py
src/anyconfig/query/query.py
src/anyconfig/schema/__init__.py
src/anyconfig/schema/datatypes.py
src/anyconfig/schema/default.py
src/anyconfig/schema/jsonschema.py
src/anyconfig/template/__init__.py
src/anyconfig/template/jinja2.py
src/anyconfig/utils/__init__.py
src/anyconfig/utils/detectors.py
src/anyconfig/utils/files.py
src/anyconfig/utils/lists.py
src/anyconfig/utils/utils.py
tests/__init__.py
tests/cli.py
tests/common.py
tests/dicts.py
tests/extras.py
tests/ioinfo.py
tests/lib.py
tests/mod.py
tests/parser.py
tests/requirements.txt
tests/requirements_plugins.txt
tests/singleton.py
tests/api/__init__.py
tests/api/_open.py
tests/api/main.py
tests/backend/__init__.py
tests/backend/common.py
tests/backend/ini.py
tests/backend/pickle.py
tests/backend/properties.py
tests/backend/shellvars.py
tests/backend/toml.py
tests/backend/xml.py
tests/backend/base/__init__.py
tests/backend/base/mixins.py
tests/backend/base/parsers.py
tests/backend/base/utils.py
tests/backend/json/__init__.py
tests/backend/json/default.py
tests/backend/json/simplejson.py
tests/backend/yaml/__init__.py
tests/backend/yaml/common.py
tests/backend/yaml/pyyaml.py
tests/backend/yaml/ruamel_yaml.py
tests/min/nose.cfg
tests/parsers/__init__.py
tests/parsers/parsers.py
tests/parsers/utils.py
tests/pkg/pip_install.bats
tests/processors/__init__.py
tests/processors/common.py
tests/processors/processors.py
tests/processors/utils.py
tests/query/__init__.py
tests/query/query.py
tests/res/00-00-cnf.json
tests/res/00-00-cnf_indented.json
tests/res/00-01-cnf.json
tests/res/00-02-cnf.json
tests/res/00-cnf.json
tests/res/00-cnf.yml
tests/res/00-scm.json
tests/res/00-scm.yml
tests/res/00-template-ctx.yml
tests/res/20-00-cnf.ini
tests/res/20-00-cnf.json
tests/res/20-00-cnf.properties
tests/res/20-00-cnf.sh
tests/res/20-00-cnf.toml
tests/res/20-00-cnf.xml
tests/res/20-00-cnf.yml
tests/res/20-10-cnf.xml
tests/res/30-00-cnf.json
tests/res/30-00-template-cnf-ng-scm.json
tests/res/30-00-template-cnf.json
tests/res/30-10-template-cnf.json
tests/res/common/00_primitives.json
tests/res/common/10.json
tests/res/common/10_primitives.json
tests/schema/__init__.py
tests/schema/jsonschema.py
tests/template/__init__.py
tests/template/jinja2.py
tests/utils/__init__.py
tests/utils/detectors.py
tests/utils/files.py
tests/utils/lists.py
tests/utils/utils.py