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 38 39 40 41 42 43 44 45 46 47 48
|
Source: python-keycloak
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Daniel Leidert <dleidert@debian.org>,
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-aiofiles (>= 24.1.0~) <!nocheck>,
python3-alabaster (>= 0.7.12~) <!nocheck>,
python3-all,
python3-async-property,
python3-commonmark <!nocheck>,
python3-cryptography <!nocheck>,
python3-deprecation <!nocheck>,
python3-freezegun (>= 1.2.1~) <!nocheck>,
python3-httpx <!nocheck>,
python3-jwcrypto <!nocheck>,
python3-poetry-core,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-runner <!nocheck>,
python3-recommonmark (>=0.7.1~) <!nocheck>,
python3-requests,
python3-requests-toolbelt <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/marcospereirampj/python-keycloak
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-keycloak
Vcs-Git: https://salsa.debian.org/python-team/packages/python-keycloak.git
Testsuite: autopkgtest-pkg-python, autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-keycloak
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Provides:
${python3:Provides},
Description: Python Keycloak API library (Python 3)
Keycloak is an open source identity and access management solution. This
package provides access to the API via Python.
.
This package installs the library for Python 3.
|