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.mdDocumentation changesch02_getting_started.mdDocumentation changesch10_marks.mdDocumentation changesch11_functions.mdDocumentation changesch12_serialization.mdDocumentation changesch14_terraform_interop.mdDocumentation changesch15_api_reference.mdDocumentation changesch16_troubleshooting.mdDocumentation changesch17_glossary.mdDocumentation changesch18_go_cty_comparison.mdDocumentation changes
- Renamed all 18 guide chapters from
chNN_name.mdtoNN-name.mdformat specify internal5 files
ch01_welcome.mdch02_getting_started.mdch10_marks.mdch11_functions.mdch12_serialization.md
- Minor content updates in several chapters
decouple
internal
10 files
ch01_welcome.mdch02_getting_started.mdch10_marks.mdch11_functions.mdch12_serialization.mdch14_terraform_interop.mdch15_api_reference.mdch16_troubleshooting.mdch17_glossary.mdch18_go_cty_comparison.md
New Example Scripts
9 files changed
ch02_getting_started.pyExample scriptch10_marks.pyExample scriptch11_functions.pyExample scriptch12_serialization.pyExample scriptch14_terraform_interop.pyExample scriptrun_all_examples.pyExample scriptexample_utils.pyExample scriptREADME.mdExample script__init__.pyPackage 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 internal5 files
02-getting_started.py04-working_with_values.py07-structural_types.py08-dynamic_types.py10-marks.py
- Renamed existing examples to match new numbering
instantiate
internal
5 files
ch02_getting_started.pych10_marks.pych11_functions.pych12_serialization.pych14_terraform_interop.py
Compatibility Generator
1 file changed
generator.pyChanges for compatibility generator
Mypy Fixes
1 file changed
generator.pyChanged
Other
4 files changed
index.mdDocumentation changes.gitignoreChanges for otheruv.lockDependency lock file updatedtest_values_extra.pyTest updates