File: control

package info (click to toggle)
python-id 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 864; makefile: 84; sh: 5
file content (37 lines) | stat: -rw-r--r-- 1,346 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
32
33
34
35
36
37
Source: python-id
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 pybuild-plugin-pyproject,
 python3-all,
Build-Depends-Indep:
 python3-pretend <!nocheck>,
 python3-pytest <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/di/id
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-id
Vcs-Git: https://salsa.debian.org/python-team/packages/python-id.git

Package: python3-id
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python tool for generating and managing OIDC identities
 This is a versatile Python tool designed for generating and managing OpenID
 Connect (OIDC) identities across various environments including GitHub Actions,
 GitLab pipelines, and Google Cloud platforms. This tool simplifies the process
 of OIDC credential generation and supports automatic detection and production
 of credentials in supported environments.
 .
 With 'id', users can efficiently handle OIDC tokens and authentication
 procedures, streamlining deployment and CI/CD workflows. The tool is also
 equipped to work in environments like Buildkite and CircleCI, ensuring broad
 compatibility and utility.