GitHub - python-docs-translations/python-docs-bootstrapper: Bootstrap new Python docs translations! (original) (raw)

python-docs-bootstrapper

This repository contains the scripts and data used to bootstrap a new translation of the Python documentation.

Installation

$ pip install python-docs-bootstrapper

Usage

$ bootstrapper --help usage: bootstrapper [-h] [-b BRANCH] language

positional arguments: language IETF language tag (e.g. tr, pt-br)

options: -h, --help show this help message and exit -b BRANCH, --branch BRANCH CPython branch (e.g. 3.12)

Example

$ bootstrapper tr --branch 3.12