Source: python-mbed-ls
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 doxygen,
 pandoc,
 python3-all,
 python3-appdirs (>= 1.4.0),
 python3-colorlog,
 python3-fasteners,
 python3-mock (>= 2.0.0),
 python3-prettytable (>= 0.7.2),
 python3-pytest (>= 3.0.0),
 python3-setuptools,
Standards-Version: 4.3.0
Homepage: https://github.com/ARMmbed/mbed-ls
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-mbed-ls
Vcs-Git: https://salsa.debian.org/python-team/modules/python-mbed-ls.git

Package: python3-mbed-ls
Architecture: all
Depends:
 python3-colorlog,
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-mbed-ls-doc,
Description: module listing mbed-enabled devices connected to host (Python 3)
 This module detects and lists "Mbed Enabled" devices connected to the
 host computer.
 .
 mbedls provides the following information for all connected boards using
 console (terminal) output:
 .
  -  Mbed OS platform name
  -  mount point (MSD or disk)
  -  serial port
 .
 This package contains the module for Python 3 and the mbedls utility.

Package: python3-mbed-ls-doc
Section: doc
Architecture: all
Depends:
 libjs-jquery,
 ${misc:Depends},
Description: mbed-ls library documentation
 This module detects and lists "Mbed Enabled" devices connected to the
 host computer.
 .
 mbedls provides the following information for all connected boards using
 console (terminal) output:
 .
  -  Mbed OS platform name
  -  mount point (MSD or disk)
  -  serial port
 .
 This package contains library documentation.