Source: aws-crt-python
Section: python
Priority: optional
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Uploaders:
 Ross Vandegrift <rvandegrift@debian.org>,
 Noah Meyerhans <noahm@debian.org>,
 Thomas Bechtold <thomasbechtold@jpberlin.de>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-setuptools,
 python3-all-dev,
 cmake,
 ninja-build,
 libssl-dev,
 libpython3-dev,
 python3-pip,
 python3-wheel,
Standards-Version: 4.5.1
Homepage: https://github.com/awslabs/aws-crt-python
Vcs-Browser: https://salsa.debian.org/cloud-team/aws-crt-python
Vcs-Git: https://salsa.debian.org/cloud-team/aws-crt-python.git
Rules-Requires-Root: no

Package: python3-awscrt
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python 3 bindings for the AWS Common Runtime
 This package contains a number of low-level helper and utility
 functions for interacting with Amazon Web Services APIs from within
 python programs.  Most application developers will prefer higher
 level abstractions such as those provided by the python-boto3
 packages.