python-pytkdocs
Port variant v13
Summary Load Python objects documentation (3.13)
Package version 0.16.2
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 06 FEB 2025, 02:33:23 UTC
Port created 06 FEB 2025, 02:33:23 UTC
Subpackage Descriptions
single # pytkdocs [ci] [documentation] [pypi version] [conda version] [gitpod] [gitter] Load Python objects documentation. ## Installation With `pip`: `bash pip install pytkdocs ` With [`pipx`]: ```bash python3.8 -m pip install --user pipx pipx 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/b1/55/b9a5412f5ffae09839e0c2d0754893ab4aa4239b65ec038924f5084564d2
Distribution File Information
36450316d004f6399402d044f122f28f88ff4a069899d10de3d28ad6b4ba5799 38834 python-src/pytkdocs-0.16.2-py3-none-any.whl
Ports that require python-pytkdocs:v13
python-mkdocstrings-python-legacy:v13 Legacy Python handler for mkdocstrings (3.13)