File: control

package info (click to toggle)
salt-pepper 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 124 kB
  • sloc: python: 963; makefile: 13
file content (31 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: salt-pepper
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Uploaders:
 Filip Pytloun <filip@pytloun.cz>,
Section: admin
Priority: optional
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 help2man,
Standards-Version: 4.1.3
Homepage: https://github.com/saltstack/pepper
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-salt/salt-pepper.git
Vcs-Git: https://anonscm.debian.org/git/pkg-salt/salt-pepper.git

Package: salt-pepper
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library and stand-alone CLI tools to access a salt-api instance
 pepperlib abstracts the HTTP calls to salt-api so existing Python projects can
 easily integrate with a remote Salt installation just by instantiating a
 class.
 .
 The pepper CLI script allows users to execute Salt commands from computers
 that are external to computers running the salt-master or salt-minion daemons
 as though they were running Salt locally.