Metadata-Version: 2.4
Name: cf-bootstrap-source-pypi
Version: 0.1.9
Summary: Deterministic wheel-only PyPI artifact resolver.
License: GPL-3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# cf-bootstrap-source-pypi

`cf-bootstrap-source-pypi` is the artifact-source adapter for resolving a pinned Cogniflow distribution from a Python package index. It validates a complete wheel-only dependency closure and publishes a deterministic artifact set for a separate instance provider to install.

The console script communicates over `cf.bootstrap.artifact-resolver.v1` JSON lines. Inputs identify the package, exact version, index URL, and artifact output root. Outputs bind every accepted wheel to its filename, package metadata, size, and SHA-256 digest and record the resolver report.

The package does not plan installations, choose installation profiles, import resolved packages, create target environments, or perform service handoff. Profile-driven PyPI installation is currently unavailable and the public launcher rejects that mode before orchestration; Local Repository Mode uses `cf-bootstrap-source-local` instead.
