.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/canary.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/Makefile
docs/advanced.rst
docs/changelog.rst
docs/cli.rst
docs/composition.rst
docs/conf.py
docs/custom-fields.rst
docs/defining.rst
docs/examples.rst
docs/field-modifiers.rst
docs/fields.rst
docs/guide.rst
docs/index.rst
docs/serialization.rst
docs/sharp-edges.rst
docs/using.rst
docs/views.rst
docs/_static/custom.css
docs/_static/github.svg
docs/_static/pypi.svg
docs/_static/logo/black_filled_large.png
docs/_static/logo/black_filled_large.svg
docs/_static/logo/black_filled_small.svg
docs/_static/logo/black_yellow_blue.svg
docs/_static/logo/black_yellow_blue_stroke.svg
docs/_static/logo/blue_filled.svg
docs/_static/logo/blue_yellow_filled.svg
docs/_static/logo/blue_yellow_filled_stroke.svg
docs/_static/logo/color_large.png
docs/_static/logo/color_large.svg
docs/_static/logo/color_small.svg
docs/_static/logo/darktheme_color_large.svg
docs/_static/logo/yellow_filled.svg
examples/custom_fields.py
examples/fastapi_integration.py
examples/ml_pipeline.py
src/cfx/__init__.py
src/cfx/config.py
src/cfx/display.py
src/cfx/refs.py
src/cfx/utils.py
src/cfx/views.py
src/cfx.egg-info/PKG-INFO
src/cfx.egg-info/SOURCES.txt
src/cfx.egg-info/dependency_links.txt
src/cfx.egg-info/requires.txt
src/cfx.egg-info/top_level.txt
src/cfx/types/__init__.py
src/cfx/types/config_field.py
src/cfx/types/typed_field.py
src/cfx/types/types.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_composition.py
tests/test_config.py
tests/test_config_serialization.py
tests/test_display.py
tests/test_field_cli.py
tests/test_field_factory.py
tests/test_field_serialization.py
tests/test_field_utilities.py
tests/test_fields.py
tests/test_normalize_validate.py
tests/test_refs.py
tests/test_views.py