---
title: PyPI Packages
description: Upload Python packages to Cuitty Code Registry.
section: Code
order: 24
updatedAt: 2026-05-21
slug: code/pypi
---
Cuitty Code Registry supports PyPI-compatible upload and Simple API installation.

Python package names are normalized before storage, and owner namespace is tracked separately from the package name. This prevents confusing duplicates while still allowing organization-scoped ownership.

```bash
python -m twine upload --repository cuitty dist/*
pip install --index-url https://registry.cuitty.dev/pypi/simple my-package
```

Yanking a version hides it from normal resolution without deleting the file by default.