You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-mkdocs-get-deps-0.2.0-1.lbn36.noarch

python3-mkdocs-get-deps-0.2.0-1.lbn36.noarch

Package Attributes
RPM  python3-mkdocs-get-deps-0.2.0-1.lbn36.noarch.rpm Architecture  noarch Size  31809 Created  2025/05/19 12:49:45 UTC
Package Specification
Summary MkDocs extension that lists all dependencies according to a mkdocs.yml file
Group Unspecified
License ZPL
Home Page https://pypi.org/project/mkdocs-get-deps
Description

mkdocs-get-deps An extra command for MkDocs that infers required PyPI packages from plugins in mkdocs.yml.

Installation:Alternatively through MkDocs itself:

pip install mkdocs-get-deps

pip install mkdocs

This command guesses the Python dependencies that a MkDocs site requires in order to build. It simply prints the PyPI packages that need to be installed. In the terminal it can be combined directly with a pip install command, as per the last example below:

Usage:Alternatively through MkDocs itself:

mkdocs-get-deps

mkdocs-get-deps > requirements.txt

pip install $(mkdocs-get-deps)

mkdocs get-deps

mkdocs get-deps > requirements.txt pip install -r requirements.txt

pip install $(mkdocs get-deps)

The idea is that right after running this command, you can directly follow it up with mkdocs build and it will almost always "just work", without needing to think which dependenci

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
/usr/bin/python3  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python-mkdocs-get-deps
python3-mkdocs-get-deps
python3.10-mkdocs-get-deps
python3.10dist(mkdocs-get-deps)
python3dist(mkdocs-get-deps)
Obsoletes
python-mkdocs-get-deps

Document Actions