flavorpack
2025-04-26
Flavorpack
280 files · 33,024+ · 7,004-
Initial Codebase Import
- Added complete pyvider provider framework with 196 files instantiate internal
- Includes core type system (
pyvider/cty/), schema layer (pyvider/schema/), and conversion utilities interface internal2 files
ctyschema
- Full RPC plugin system with gRPC transport, crypto, handshake, and server/client interface internal
- Protocol handlers for Terraform protocol v6 (apply, plan, read, validate, etc.) interface internal
- Provider base classes, resource lifecycle, data sources, ephemerals, and functions decouple internal
- Hub component for discovery and validation decouple internal
- Example Terraform configurations for complex types, env vars, file content, HTTP API, and functions interface behavioral
RPC Plugin Module Addition
Build Artifacts and Legacy Removal
- Added comprehensive
.gitignore(509 lines) instantiate internal1 file
.gitignore
- Removed egg-info build artifacts for pyvider_core, pyvider_cty, pyvider_schema instantiate internal
- Removed legacy components: data sources (env_variables, file_info, http_api), functions, resources decouple internal
- Removed example Terraform state files and test scripts qualify internal
- Removed core bundle file listing decouple internal