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!
- Host: GitHub
- URL: https://github.com/python-docs-translations/python-docs-bootstrapper
- Owner: python-docs-translations
- License: mit
- Created: 2023-07-25T19:12:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-07T19:48:15.000Z (7 months ago)
- Last Synced: 2025-09-06T08:52:11.488Z (4 months ago)
- Language: Python
- Homepage: https://pypi.org/p/python-docs-bootstrapper
- Size: 32.2 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```