Pinnate Docs

GitHubApp

Python SDK

Configure and publish a Python / PyPI SDK target.

Generates a Python package for PyPI (or a private index).

Target settings

Setting

Purpose

Package name

Distribution name (for example acme-payments)

Package import

Import root (for example acme_payments)

Typical install after publish:

pip install acme-payments
import acme_payments

Build output

Sources and packaging metadata land in the connected git repo via the build PR. Publish with your usual twine / Trusted Publishing flow.