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.1.3
Homepage: https://github.com/lord63/tldr.py
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/tldr-py/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/tldr-py/trunk/

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.
