File: control

package info (click to toggle)
docker-pycreds 0.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 156 kB
  • sloc: python: 251; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,053 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
Source: docker-pycreds
Maintainer: Docker Compose Team <team+docker-compose@tracker.debian.org>
Uploaders: Jason Pleau <jason@jpleau.ca>,
 Felipe Sateler <fsateler@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9~),
               dh-python,
               golang-docker-credential-helpers,
               python3-all (>= 3.3),
# python3-pytest,
               python3-setuptools,
               python3-six
Standards-Version: 4.1.3
Homepage: https://github.com/shin-/dockerpy-creds
Vcs-Git: https://salsa.debian.org/docker-compose-team/docker-pycreds.git
Vcs-Browser: https://salsa.debian.org/docker-compose-team/docker-pycreds

Package: python3-dockerpycreds
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         golang-docker-credential-helpers,
         python3-six,
         python3-distutils,
Description: Python3 bindings for the docker credentials store API
 This module provides bindings to use the native OS credential storage
 provided by the golang-docker-credential-helpers package.