pyvider
2025-11-07
Minor automated documentation updates
74 files · 1,544+ · 654-
Automated Updates
74 files changed
README.mdUpdated README.md (+5/-17 lines)index.mdUpdated index.md (+3/-3 lines)data_sources.mdUpdated data_sources.md (+5/-5 lines)ephemerals.mdUpdated ephemerals.md (+3/-3 lines)exceptions.mdUpdated exceptions.md (+3/-3 lines)index.mdUpdated index.md (+17/-17 lines)observability.mdUpdated observability.md (+3/-3 lines)index.mdUpdated index.md (+5/-5 lines)resources.mdUpdated resources.md (+5/-5 lines)overview.mdUpdated overview.md (+6/-6 lines)guidelines.mdUpdated guidelines.md (+6/-6 lines)architecture.mdUpdated architecture.md (+3/-3 lines)component-model.mdUpdated component-model.md (+15/-15 lines)design-philosophy.mdAdded design-philosophy.md (+217 lines)resources-vs-data-sources.mdUpdated resources-vs-data-sources.md (+4/-4 lines)schema-system.mdUpdated schema-system.md (+1/-1 lines)faq.mdUpdated faq.md (+23/-23 lines)installation.mdUpdated installation.md (+4/-4 lines)quick-start.mdUpdated quick-start.md (+8/-8 lines)what-is-pyvider.mdUpdated what-is-pyvider.md (+1/-1 lines)glossary.mdUpdated glossary.md (+15/-15 lines)advanced-patterns.mdUpdated advanced-patterns.md (+5/-5 lines)advanced-provider-features.mdUpdated advanced-provider-features.md (+8/-8 lines)provider-lifecycle.mdUpdated provider-lifecycle.md (+5/-5 lines)creating-data-sources.mdUpdated creating-data-sources.md (+5/-5 lines)creating-functions.mdUpdated creating-functions.md (+5/-5 lines)creating-providers.mdUpdated creating-providers.md (+7/-7 lines)creating-resources.mdUpdated creating-resources.md (+5/-5 lines)using-decorators.mdUpdated using-decorators.md (+6/-6 lines)debugging.mdUpdated debugging.md (+5/-5 lines)error-handling.mdUpdated error-handling.md (+4/-4 lines)logging.mdUpdated logging.md (+4/-4 lines)testing-providers.mdUpdated testing-providers.md (+3/-3 lines)best-practices.mdUpdated best-practices.md (+5/-5 lines)performance-optimization.mdUpdated performance-optimization.md (+6/-6 lines)production-readiness.mdUpdated production-readiness.md (+10/-10 lines)security-best-practices.mdUpdated security-best-practices.md (+5/-5 lines)configuration.mdUpdated configuration.md (+4/-4 lines)managing-resources.mdUpdated managing-resources.md (+5/-5 lines)using-data-sources.mdUpdated using-data-sources.md (+3/-3 lines)using-functions.mdUpdated using-functions.md (+2/-2 lines)create-data-source.mdUpdated create-data-source.md (+5/-5 lines)handle-pagination.mdUpdated handle-pagination.md (+4/-4 lines)add-validation.mdUpdated add-validation.md (+4/-4 lines)create-resource.mdUpdated create-resource.md (+5/-5 lines)index.mdUpdated index.md (+75/-217 lines)quick-reference.mdUpdated quick-reference.md (+5/-5 lines)data-source-api.mdUpdated data-source-api.md (+4/-4 lines)resource-lifecycle.mdUpdated resource-lifecycle.md (+4/-4 lines)attributes.mdUpdated attributes.md (+5/-5 lines)best-practices.mdUpdated best-practices.md (+4/-4 lines)blocks.mdUpdated blocks.md (+4/-4 lines)common-patterns.mdUpdated common-patterns.md (+4/-4 lines)computed-attributes.mdUpdated computed-attributes.md (+4/-4 lines)overview.mdUpdated overview.md (+12/-12 lines)schema-by-example.mdUpdated schema-by-example.md (+4/-4 lines)sensitive-data.mdUpdated sensitive-data.md (+4/-4 lines)types.mdUpdated types.md (+4/-4 lines)validators.mdUpdated validators.md (+4/-4 lines)troubleshooting.mdUpdated troubleshooting.md (+12/-12 lines)building-your-first-data-source.mdUpdated building-your-first-data-source.md (+8/-8 lines)building-your-first-resource.mdUpdated building-your-first-resource.md (+8/-8 lines)intermediate-provider.mdUpdated intermediate-provider.md (+8/-8 lines)env.ps1Added env.ps1 (+278 lines)env.shAdded env.sh (+357 lines)pyproject.tomlRemoved content from pyproject.toml (-1 lines)context.pyUpdated context.py (+3/-1 lines)install_command.pyUpdated install_command.py (+6/-19 lines)utils.pyUpdated utils.py (+9/-10 lines)config.pyUpdated config.py (+9/-3 lines)launch_context.pyUpdated launch_context.py (+30/-29 lines)test_context.pyUpdated test_context.py (+90/-2 lines)test_install_command.pyUpdated test_install_command.py (+111/-1 lines)test_install_utils.pyUpdated test_install_utils.py (+6/-6 lines)