pyvider-cty
2025-07-17
Comprehensive chapter-based documentation guide with examples
75 files · 2,434+ · 1,467-
Documentation Guide (New)
1 file changed
index.mdDocumentation changes
- Added 17 guide chapters: welcome, getting started, understanding types, working with values, primitives, collections, structural types, dynamic types, capsule types, marks, functions, API reference, configuration, contributing, troubleshooting, glossary, Go cty comparison
instantiate
behavioral
1 file
index.md
- Added
docs/USER_GUIDE.md,docs/index.md,docs/functions.md,docs/validation.mdspecify internal1 file
index.md
- Simplified
docs/types.md(545 lines removed) anddocs/values.md(259 lines reduced) specify internal2 files
types.mdvalues.md
- Reduced
docs/conversion.mdanddocs/TODO.mdspecify internal2 files
conversion.mdTODO.md
New Examples
3 files changed
ch02_getting_started.pyExample script changesREADME.mdExample script changes__init__.pyPackage exports updated
- Added chapter-aligned examples:
ch02_getting_started.py,ch05_primitive_types.py,ch06_collection_types.pyinstantiate internal1 file
ch02_getting_started.py
- Added
examples/README.mdandexamples/__init__.pyspecify internal2 files
__init__.pyREADME.md
Code Quality
7 files changed
README.mdChanged__init__.pyChanged__init__.pyChanged__init__.pyChanged__init__.pyChanged__init__.pyChanged__init__.pyChanged
- Fixed numerous mypy and ruff issues across the codebase
specify
internal
5 files
__init__.py__init__.py__init__.py__init__.py__init__.py
- Improved type annotations throughout
specify
internal
5 files
__init__.py__init__.py__init__.py__init__.py__init__.py
- Added property-based tests for collections and schema validation
qualify
internal
2 files
test_collections_properties.pytest_schema_validation.py