python-pytkdocs
Port variant v13
Summary Load Python objects documentation (3.13)
Package version 0.16.5
Homepage https://mkdocstrings.github.io/pytkdocs
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 22 MAR 2025, 15:13:13 UTC
Port created 06 FEB 2025, 02:33:23 UTC
Subpackage Descriptions
single # pytkdocs [ci] [documentation] [pypi version] [conda version] [gitter] Load Python objects documentation. > [!IMPORTANT] > This project is deprecated in favor of the much more powerful [Griffe] project. ## Installation `bash pip install pytkdocs ` With [`uv`]: `bash uv tool install pytkdocs ` With `conda`: ```python conda install -c conda-forge pytkdocs ``` ## Usage `pytkdocs` accepts JSON on standard input and writes JSON on standard output. Input format: ```json { "objects": [ { "path": "pytkdocs", "new_path_syntax": false, "members": true, "inherited_members": false, "filters": [ "!^_[^_]" ], "docstring_style": "google", "docstring_options": { "replace_admonitions": true } } ] } ``` Output format: ```json { "loading_errors": [ "string (message)" ], "parsing_errors": { "string (object)": [ "string (message)" ] }, "objects": [ { "name": "pytkdocs", "path": "pytkdocs", "category": "module", "file_path": "/media/data/dev/pawamoy/pytkdocs/src/pytkdocs/__init__.py", "relative_file_path": "pytkdocs/__init__.py", "properties": [ "special" ], "parent_path": "pytkdocs", "has_contents": true, "docstring": "pytkdocs package.\n\nLoad Python objects documentation.", "docstring_sections": [ { "type": "markdown", "value": "pytkdocs package.\n\nLoad Python objects documentation." } ], "source": { "code": "\"\"\"\npytkdocs package.\n\nLoad Python objects documentation.\n\"\"\"\n\nfrom typing import List\n\n__all__: List[str] = []\n", "line_start": 1 }, "children": { "pytkdocs.__all__": {
Configuration Switches (platform-specific settings discarded)
PY312 OFF Build using Python 3.12 PY313 ON Build using Python 3.13
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Download groups
main mirror://PYPIWHL/2c/29/b2be72ba559df54647e6ad2ff6cf1a94d488857ee67eeae28b252a6e734d
Distribution File Information
7feb2535a8582d891fa5353cf2f4ecc7840915e631d322dbcbc1c8cc605da23a 38823 python-src/pytkdocs-0.16.5-py3-none-any.whl
Ports that require python-pytkdocs:v13
python-mkdocstrings-python-legacy:v13 Legacy Python handler for mkdocstrings (3.13)