An open API service indexing awesome lists of open source software.

https://github.com/python-docs-translations/python-docs-bootstrapper

Bootstrap new Python docs translations!
https://github.com/python-docs-translations/python-docs-bootstrapper

Last synced: 4 months ago
JSON representation

Bootstrap new Python docs translations!

Awesome Lists containing this project

README

          

# python-docs-bootstrapper

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

## Installation

```bash
$ pip install python-docs-bootstrapper
```

## Usage

```bash
$ 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.13)
```

## Example

```bash
$ bootstrapper tr --branch 3.13
```