Source: aws-shell
Section: admin
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 11),
	awscli (>= 1.16.10),
	awscli (<< 2.0.0),
	dh-python,
	python3-all (>= 3.3),
	python3-setuptools,
	python3-mock,
	python3-configobj(>=5.0.6),
	python3-prompt-toolkit(>=1.0.0),
	python3-boto3(>=1.2.1),
	python3-pygments(>=2.1.3),
	python3-pytest
Standards-Version: 4.2.1
Homepage: https://github.com/awslabs/aws-shell
Vcs-Git: https://salsa.debian.org/debian/aws-shell.git
Vcs-Browser: https://salsa.debian.org/debian/aws-shell

Package: aws-shell
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
	${python3:Depends},
	python3,
	awscli (>= 1.16.10),
	awscli (<< 2.0.0),
	python3-boto3 (>= 1.2.1),
	python3-configobj (>= 5.0.6)
Description: Interactive productivity booster for the AWS CLI
 aws-shell provides a interactive environment to control AWS services.
 The following features are supported:
 .
  * Auto completion of commands and options
  * Shorthand auto completion
  * Server side auto completion
  * Fuzzy searching
  * Inline documentation
  * Fish-style auto suggestions
  * Command history
  * Toolbar options
  * Dot commands
  * Executing Shell Commands
