pydoc
Display offline Python documentation. More information: <https://docs.python.org/3/library/pydoc.html>.
Install
- All systems
-
curl cmd.cat/pydoc.sh
- Debian
-
apt-get install python - Ubuntu
-
apt-get install python -
Alpine
-
apk add python - Arch Linux
-
pacman -S python - Kali Linux
-
apt-get install python - CentOS
-
yum install python - Fedora
-
dnf install python2 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python - OS X
-
brew install python - Raspbian
-
apt-get install python - Docker
-
docker run cmd.cat/pydoc pydocpowered by Commando
Display offline Python documentation. More information: <https://docs.python.org/3/library/pydoc.html>.
-
Print documentation on a subject (Python keyword, topic, function, module, package, etc.):
pydoc subject -
Start an HTTP server on an arbitrary unused port and open a [b]rowser to see the documentation:
pydoc -b -
Display help:
pydoc
© tl;dr; authors and contributors