@biopixi/core
v0.1.0
Published
Offline pixi portability grading and BioContainers target naming
Downloads
145
Readme
@biopixi/core
Offline grading primitives for biopixi.
The package parses pixi.toml and pixi.lock, classifies package-channel readiness, and computes
the deterministic BioContainers image name for an exact target set. It performs no network,
solver, package, or container operations.
Installation
pnpm add @biopixi/coreUsage
import { grade } from "@biopixi/core";
const result = grade(".");
console.log(result.label, result.reasons);The normative policy is maintained in the repository's normative biopixi profile. The current implementation is still a prototype; known gaps are listed there.
