Imported from docxology/MetaInformAnt (
.cursor/skills/metainformant-src-metainformant-cloud/SKILL.md). Install upstream withnpx skills add docxology/MetaInformAnt --skill metainformant-src-metainformant-cloud. Copyright stays with the author.
METAINFORMANT — src/metainformant/cloud
Before editing files in this subtree:
- Read
AGENTS.mdfor this folder (canonical technical context). - Optional overview:
README.md. - Global rules:
CLAUDE.mdat repo root (uv,output/,.tmp/, real implementations). - Testing policy:
docs/REAL_IMPLEMENTATION_POLICY.md. - Use
metainformant.core.iofor file I/O andmetainformant.core.utils.loggingfor logs.
Module surface (generated, validated)
- Purpose: Cloud deployment infrastructure for MetaInformAnt pipelines.
- Canonical import:
import metainformant.cloud(submodules:from metainformant import cloudthencloud.<submodule>). - Test entry point:
uv run pytest tests/cloud -q(one pytest directory per invocation).
Keep changes scoped; match existing patterns in this directory.