Source: robotframework
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Nadzeya Hutsko <nadzeya@debian.org>,
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 python3-all,
 python3-docutils <!nocheck>,
 python3-jsonschema <!nocheck>,
 python3-markdown <!nocheck>,
 python3-setuptools,
 python3-typing-extensions <!nocheck>,
 python3-yaml <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://robotframework.org
Vcs-Browser: https://salsa.debian.org/python-team/packages/robotframework
Vcs-Git: https://salsa.debian.org/python-team/packages/robotframework.git

Package: python3-robot
Architecture: all
Depends:
 libjs-jquery,
 libjs-jquery-tablesorter,
 libjs-jquery-tmpl,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-markdown,
Suggests:
 python3-docutils,
 python3-lxml,
 python3-wxgtk4.0,
 python3-yaml,
 scrot,
Description: generic test automation framework
 Robot Framework is a generic automation framework for acceptance testing,
 acceptance test driven development (ATDD) and robotic process automation
 (RPA). Test cases are written in a keyword-driven, tabular syntax that
 stays readable to people who do not program, while the keywords behind
 them are implemented in Python, so the same suite serves as both
 specification and executable test.
 .
 The framework is application and technology agnostic. It ships standard
 libraries for operating system access, process control, string and
 collection handling, XML and screenshots, and it is extended by test
 libraries that drive whatever is under test, from web browsers and REST
 APIs to databases and embedded hardware.
 .
 This package provides the robot, rebot and libdoc commands together with
 the Python modules needed to write test libraries.
