pyvider-cty 2025-07-27
Guide chapters renamed and new example scripts for each chapter
150 files · 4,140+ · 3,479-

Guide Chapter Renaming

10 files changed
  • ch01_welcome.md Documentation changes
  • ch02_getting_started.md Documentation changes
  • ch10_marks.md Documentation changes
  • ch11_functions.md Documentation changes
  • ch12_serialization.md Documentation changes
  • ch14_terraform_interop.md Documentation changes
  • ch15_api_reference.md Documentation changes
  • ch16_troubleshooting.md Documentation changes
  • ch17_glossary.md Documentation changes
  • ch18_go_cty_comparison.md Documentation changes
  • Renamed all 18 guide chapters from chNN_name.md to NN-name.md format specify internal
    5 files
    • ch01_welcome.md
    • ch02_getting_started.md
    • ch10_marks.md
    • ch11_functions.md
    • ch12_serialization.md
  • Minor content updates in several chapters decouple internal
    10 files
    • ch01_welcome.md
    • ch02_getting_started.md
    • ch10_marks.md
    • ch11_functions.md
    • ch12_serialization.md
    • ch14_terraform_interop.md
    • ch15_api_reference.md
    • ch16_troubleshooting.md
    • ch17_glossary.md
    • ch18_go_cty_comparison.md

New Example Scripts

9 files changed
  • ch02_getting_started.py Example script
  • ch10_marks.py Example script
  • ch11_functions.py Example script
  • ch12_serialization.py Example script
  • ch14_terraform_interop.py Example script
  • run_all_examples.py Example script
  • example_utils.py Example script
  • README.md Example script
  • __init__.py Package exports updated
  • Added 02-getting_started.py (51 lines), 04-working_with_values.py (34 lines), 07-structural_types.py (36 lines), 08-dynamic_types.py (22 lines), 10-marks.py (21 lines) instantiate internal
    5 files
    • 02-getting_started.py
    • 04-working_with_values.py
    • 07-structural_types.py
    • 08-dynamic_types.py
    • 10-marks.py
  • Renamed existing examples to match new numbering instantiate internal
    5 files
    • ch02_getting_started.py
    • ch10_marks.py
    • ch11_functions.py
    • ch12_serialization.py
    • ch14_terraform_interop.py

Compatibility Generator

1 file changed
  • generator.py Changes for compatibility generator
  • compatibility/python/generator.py: 85 lines of changes decouple internal
    1 file
    • generator.py

Mypy Fixes

1 file changed
  • generator.py Changed
  • Working on fixing large number of mypy errors across codebase specify internal
    6 files
    • codec.py
    • adapter.py
    • explicit.py
    • raw_to_cty.py
    • base.py
    • base.py
4 files changed
  • index.md Documentation changes
  • .gitignore Changes for other
  • uv.lock Dependency lock file updated
  • test_values_extra.py Test updates