.gitignore
.readthedocs.yaml
CLAUDE.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
setup.py
.github/workflows/deploy_docs.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/publish_nightly.yml
.github/workflows/test.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/quickstart.rst
docs/requirements.txt
docs/_static/custom.css
docs/user_guide/api.rst
docs/user_guide/cli.rst
docs/user_guide/frozen_dataclasses.rst
docs/user_guide/ide.rst
docs/user_guide/index.rst
docs/user_guide/polymorphic.rst
docs/user_guide/shell_completion.rst
docs/user_guide/yaml.rst
examples/01_basic_usage.py
examples/02_polymorphic_cli.py
examples/03_yaml_config.py
examples/04_cli_yaml_combo.py
examples/05_subcommands.py
examples/README.md
examples/config.yaml
tests/test_base_poly_config.py
tests/test_cli_api.py
tests/test_cli_completion.py
tests/test_cli_polymorphic.py
tests/test_container_access.py
tests/test_examples.py
tests/test_frozen_dataclass.py
tests/test_integration.py
tests/test_roundtrip.py
tests/test_schema.py
tests/test_subcommands.py
tests/test_utils.py
tests/test_vajra_config.py
vidhi/__init__.py
vidhi/_version.py
vidhi/base_command.py
vidhi/base_poly_config.py
vidhi/cli.py
vidhi/cli_completion.py
vidhi/cli_parser.py
vidhi/constants.py
vidhi/frozen_dataclass.py
vidhi/nested_config.py
vidhi/py.typed
vidhi/schema.py
vidhi/types.py
vidhi/utils.py
vidhi.egg-info/PKG-INFO
vidhi.egg-info/SOURCES.txt
vidhi.egg-info/dependency_links.txt
vidhi.egg-info/requires.txt
vidhi.egg-info/top_level.txt