Skip to main content
pyppi is a Python package and project manager written in Zig. It sits next to rusty, scripty, and worgo in the solved.gg language-tooling suite: one CLI shape for install, resolve, and project workflows instead of stacking ad-hoc pip / poetry / uv / virtualenv ceremony per repo.

What pyppi is for

  • Python project management — init, install, lock, and run with a single CLI direction
  • Zig implementation — same systems approach as sibling language tools: explicit behavior, fast paths, minimal ceremony
  • Honest early access — the public CLI surface is still forming; do not assume full pip or uv parity yet

How it fits the suite

These products ship under the solved.gg / iResolved, LLC product family.

Status

pyppi is in early access / coming soon. Install instructions, lockfile model, and CLI reference will land here as the binary stabilizes. Until then:

What to expect next in these docs

  1. Install and first project
  2. Dependency resolve and lock
  3. Virtual environments and run scripts
  4. CLI and configuration reference
Questions or early access: intake@solved.gg.

Related topics

Introduction