Source: python-cliff
Section: python
Priority: optional
Maintainer: MOS Neutron Team <mos-neutron@mirantis.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.7.1),
               python-pbr,
               python-sphinx,
Build-Depends-Indep: python-cmd2 (>= 0.6.7),
                     python-coverage (>= 3.6),
                     python-httplib2 (>= 0.7.5),
                     python-mock (>= 1.0),
                     python-nose,
                     python-oslosphinx (>= 2.2.0),
                     python-prettytable (>= 0.7),
                     python-pyparsing (>= 2.0.1),
                     python-six (>= 1.9.0),
                     python-stevedore (>= 1.1.0),
Standards-Version: 3.9.6
Homepage: https://github.com/dreamhost/cliff

Package: python-cliff
Architecture: all
Depends: python-cmd2 (>= 0.6.7),
         python-prettytable (>= 0.7),
         python-pyparsing (>= 2.0.1),
         python-six (>= 1.9.0),
         python-stevedore (>= 1.1.0),
         ${misc:Depends},
         ${python:Depends},
Recommends: ${python:Recommends}
Suggests: python-cliff-doc
Description: command line interface formulation framework - Python 2.x
 Cliff is a framework for building command line programs. It uses plugins to
 define sub-commands, output formatters, and other extensions.
 .
 The cliff framework is meant to be used to create multi-level commands such as
 Subversion and git, where the main program handles some basic argument parsing
 and then invokes a sub-command to do the work.
 .
 This package provides the Python 2.x module.

Package: python-cliff-doc
Architecture: all
Section: doc
Depends: libjs-sphinxdoc, ${misc:Depends}, ${sphinxdoc:Depends}
Description: command line interface formulation framework documentation
 Cliff is a framework for building command line programs. It uses plugins to
 define sub-commands, output formatters, and other extensions.
 .
 The cliff framework is meant to be used to create multi-level commands such as
 Subversion and git, where the main program handles some basic argument parsing
 and then invokes a sub-command to do the work.
 .
 This is the documentation of python-cliff.
