Skip to content

irfan-karabacak/python-docs-bootstrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.4%
  • Makefile 32.6%