LICENSE.md
MANIFEST.in
README.md
conf.py
pyproject.toml
setup.cfg
setup.py
version.py
examples/__init__.py
py_app_conf.egg-info/PKG-INFO
py_app_conf.egg-info/SOURCES.txt
py_app_conf.egg-info/dependency_links.txt
py_app_conf.egg-info/requires.txt
py_app_conf.egg-info/top_level.txt
pyappconf/__init__.py
pyappconf/model.py
pyappconf/encoding/__init__.py
pyappconf/encoding/ext_json.py
pyappconf/encoding/ext_toml.py
pyappconf/encoding/ext_yaml.py
pyappconf/encoding/general.py
pyappconf/py_config/__init__.py
pyappconf/py_config/generate.py
tests/__init__.py
tests/config.py
tests/generate.py
tests/os_specific.py
tests/test_copy.py
tests/test_env.py
tests/test_location.py
tests/test_placeholder.py
tests/test_py_config_generate.py
tests/test_save_load.py
tests/test_serialize.py
tests/fixtures/__init__.py
tests/fixtures/data.py
tests/fixtures/model.py
tests/fixtures/pydantic_model.py