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: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders:
Ondřej Nový <onovy@debian.org>,
Section: utils
Priority: optional
Build-Depends:
debhelper (>= 11),
dh-python,
python3-all,
python3-click,
python3-mock (>= 1.3.0),
python3-pytest (>= 2.8),
python3-setuptools,
python3-yaml,
Standards-Version: 4.2.1
Homepage: https://github.com/lord63/tldr.py
Vcs-Browser: https://salsa.debian.org/python-team/applications/tldr-py
Vcs-Git: https://salsa.debian.org/python-team/applications/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.
|