Skip to content

rffontenelle/python-docs-bootstrapper

 
 

Repository files navigation

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

About

Bootstrap new Python docs translations!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.0%
  • Makefile 36.0%