.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/defining.rst
docs/fields.rst
docs/guide.rst
docs/index.rst
docs/serialization.rst
docs/sharp-edges.rst
docs/using.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
src/cfx/__init__.py
src/cfx/cli.py
src/cfx/config.py
src/cfx/config_field.py
src/cfx/display.py
src/cfx/types.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
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_display.py
tests/test_fields.py
tests/test_serialization.py