.gitignore
.python-version
CHANGELOG.md
LICENSE
README.md
SECURITY.md
mkdocs.yml
noxfile.py
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/pages.yml
.github/workflows/release.yml
.github/workflows/wheels.yml
.vscode/c_cpp_properties.json
assets/altered-session-deco.png
assets/altered-session.png
assets/altersession-cm.png
assets/examples-worker.png
assets/python-cfg-logo.png
assets/session-test.png
benchmarks/bench.py
benchmarks/results/results.json
docs/api.md
docs/benchmarks.md
docs/cfg_attr.md
docs/compatibility.md
docs/development.md
docs/errors.md
docs/faq.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/release.md
docs/usage.md
examples/cfg_attrs.py
examples/env_mgmt.py
examples/fastapi_auth.py
examples/fastapi_auth_dev.py
examples/fastapi_auth_prod.py
examples/fastapi_auth_staging.py
examples/scratchpad.py
scripts/coverage-gate.sh
scripts/sanitize-gate.sh
scripts/smoke_wheel.py
src/cfg/__init__.py
src/cfg/_c.c
src/cfg/py.typed
src/conditional_method.egg-info/PKG-INFO
src/conditional_method.egg-info/SOURCES.txt
src/conditional_method.egg-info/dependency_links.txt
src/conditional_method.egg-info/scm_file_list.json
src/conditional_method.egg-info/scm_version.json
src/conditional_method.egg-info/top_level.txt
tests/__init__.py
tests/_compat.py
tests/benchmark.py
tests/conftest.py
tests/imports_fn.py
tests/imports_fn_two.py
tests/test_alloc_fail.py
tests/test_c_coverage.py
tests/test_cfg.py
tests/test_cfg_attr.py
tests/test_conditional_method.py
tests/test_conditional_methods.py
tests/test_debug_mode.py
tests/test_failinject.py
tests/test_imports.py
tests/test_logger.py
tests/test_property.py