# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-docutils VERSION= 0.22.4 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Python Documentation Utilities (3.13) SDESC[v14]= Python Documentation Utilities (3.14) HOMEPAGE= https://docutils.sourceforge.io CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/02/10/5da547df7a391dcde17f59520a231527b8571e6f46fc8efb02ccb370ab12 DISTFILE[1]= docutils-0.22.4-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON DISTNAME= docutils-0.22.4.dist-info GENERATED= yes [PY313].USES_ON= python:v13,wheel [PY314].USES_ON= python:v14,wheel pre-install: ${SED} -i'' -e "s|/usr/bin/python3|${PREFIX}/bin/python3|" \ ${STAGEDIR}${PREFIX}/lib/python*/site-packages/docutils/utils/smartquotes.py [FILE:2878:descriptions/desc.single] ========================= README: Docutils 0.22.4 ========================= :Author: David Goodger :Contact: goodger@python.org :Date: $Date: 2025-12-18 19:44:54 +0100 (Do, 18. Dez 2025) $ :Web site: https://docutils.sourceforge.io/ :Copyright: This document has been placed in the public domain. :Abstract: Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax. .. contents:: Quick-Start =========== This is for those who want to get up & running quickly. 1. Docutils requires **Python**, available from https://www.python.org/. See Dependencies_ below for details. 2. Install the latest stable release from PyPi with pip_:: pip install docutils For alternatives and details, see section `Installation`_ below. 3. Use the `front-end scripts`_ to convert reStructuredText documents. Try for example:: docutils FAQ.rst FAQ.html See Usage_ below for details. Purpose ======= The purpose of the Docutils project is to provide a set of tools for processing plaintext documentation into useful formats, such as HTML, LaTeX, troff (man pages), OpenOffice, and native XML. Support for the following sources has been implemented: * Standalone files. * `PEPs (Python Enhancement Proposals)`_. Support for the following sources is planned or provided by `third party tools`_: * Inline documentation from Python modules and packages, extracted with namespace context. * Email (RFC-822 headers, quoted excerpts, signatures, MIME parts). * Wikis, with global reference lookups of "wiki links". * Compound documents, such as multiple chapter files merged into a book. * And others as discovered. .. _PEPs (Python Enhancement Proposals): https://peps.python.org/pep-0012 .. _third party tools: docs/user/links.html#related-applications Dependencies ============ To run the code, Python_ must be installed. (Python is pre-installed with most Linux distributions.) * Since version 0.21, Docutils requires Python 3.9 or later. * Docutils versions 0.19 to 0.20.1 require Python 3.7 or later. * Docutils versions 0.16 to 0.18 require Python 2.7 or 3.5+. The **type hints** added in version 0.22 use Python 3.10 syntax. However, the Python interpreter treats them as annotations unless ``typing.TYPE_CHECKING is set to True``. .. _Python: https://www.python.org/. Recommendations --------------- Docutils uses the following packages for enhanced functionality, if they are installed: * The recommended installer is pip_, setuptools_ works, too. * The `Python Imaging Library`_ (PIL) is used for some image manipulation operations. * The `Pygments`_ package provides syntax highlight of "code" directives and roles. [FILE:122:distinfo] d0013f540772d1420576855455d050a2180186c91c15779301ac2ccb3eeb68de 633196 python-src/docutils-0.22.4-py3-none-any.whl