Code
PyPI Packages
Upload Python packages to Cuitty Code Registry.
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.
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.