1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: tldr-py
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Ondřej Nový <onovy@debian.org>,
Section: utils
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-click,
python3-mock,
python3-pytest,
python3-setuptools,
python3-yaml,
Standards-Version: 4.2.1
Homepage: https://github.com/lord63/tldr.py
Vcs-Browser: https://salsa.debian.org/python-team/packages/tldr-py
Vcs-Git: https://salsa.debian.org/python-team/packages/tldr-py.git
Package: tldr-py
Architecture: all
Depends:
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Recommends:
git,
Description: Python client for tldr: simplified and community-driven man pages
Yet another Python client for tldr. tldr is a collection of simplified and
community-driven man pages. Instead of the long man pages, tldr will give you
several simple yet powerful examples.
.
tldr is just a simple version for the man page, it's not an alternative.
Sometimes, you should read the man pages patiently.
|