Metadata-Version: 2.4
Name: contractforge-gcp
Version: 0.1.0
Summary: Reserved Google Cloud adapter package for ContractForge Core.
Project-URL: Homepage, https://github.com/marquesantero/contractforge-core/tree/main/adapters/gcp
Project-URL: Documentation, https://marquesantero.github.io/contractforge-core/
Project-URL: Repository, https://github.com/marquesantero/contractforge-core
Project-URL: Issues, https://github.com/marquesantero/contractforge-core/issues
Project-URL: Changelog, https://github.com/marquesantero/contractforge-core/blob/main/adapters/gcp/CHANGELOG.md
Author: ContractForge contributors
License: MIT
Keywords: bigquery,contractforge,data-contracts,gcp,google-cloud,ingestion
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: contractforge-core<0.2,>=0.1
Description-Content-Type: text/markdown

# contractforge-gcp

`contractforge-gcp` is a reserved Google Cloud adapter package for ContractForge.

This initial release is intentionally a placeholder. It reserves the PyPI
distribution name and provides an importable package and CLI entry point, but it
does not yet implement planning, rendering or runtime execution.

Install:

```bash
pip install contractforge-gcp
```

Use:

```bash
contractforge-gcp --help
```

Runtime support will be added after a GCP adapter surface is designed and
validated with real end-to-end evidence.
