> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solved.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> pyppi is a Python package manager and project tool, written in Zig.

**pyppi** is a Python package and project manager written in Zig. It sits next to [rusty](/rusty), [scripty](/scripty), and [worgo](/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

| Sibling                     | Ecosystem                                |
| --------------------------- | ---------------------------------------- |
| [rusty](/rusty)             | Rust package manager + toolchain (Linux) |
| [scripty](/scripty)         | JavaScript / TypeScript runtime + PM     |
| [worgo](/worgo)             | Go workspace project manager             |
| **pyppi**                   | Python package manager + project tool    |
| [yappy](/yappy)             | Linux native desktop shell (Qt + GTK)    |
| [deploy](/deploy)           | Next.js → Cloudflare Workers CLI         |
| [git](/git)                 | solved.gg git host UI                    |
| [depotsdk-go](/depotsdk-go) | Go SDK for the Depot API                 |

These products ship under the [solved.gg](https://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:

* Product site: [pyppi.pm.solved.gg](https://pyppi.pm.solved.gg)
* Suite hub: [pm.solved.gg](https://pm.solved.gg)
* Source: [github.com/solvedggorg/pyppi](https://github.com/solvedggorg/pyppi)
* Org overview: [solved.gg/projects](https://solved.gg/projects)

## 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](mailto:intake@solved.gg).


## Related topics

- [Introduction](/rusty/0.0.1-dev/index.md)
