Source: bundlewrap
Section: python
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 12),
 dh-python,
 python3-minimal,
 python3,
 python3-setuptools,
 python3-requests,
 python3-cryptography
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: http://bundlewrap.org/
Vcs-Git: https://salsa.debian.org/python-team/applications/bundlewrap.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/bundlewrap

Package: bundlewrap
Architecture: all
Depends: ${python3:Depends},
 ${misc:Depends}
Description: Decentralized configuration management system with Python
 By allowing for easy and low-overhead config management, BundleWrap fills
 the gap between complex deployments using Chef or Puppet and old school
 system administration over SSH.
 .
 While most other config management systems rely on a client-server
 architecture, BundleWrap works off a repository cloned to your local machine.
 .
 It then automates the process of SSHing into your servers and making sure
 everything is configured the way it's supposed to be. You won't have to
 install anything on managed servers.
