Source: python-kubernetes
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/kubernetes-client/python/tags
Vcs-Browser: https://github.com/alvistack/kubernetes-client-python
Vcs-Git: https://github.com/alvistack/kubernetes-client-python.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-kubernetes
Architecture: all
Description: Python client for the kubernetes API.
 This package provides a Python client for kubernetes. Kubernetes is a
 system for automating deployment, scaling, and management of
 containerized applications.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-certifi (>= 2026.7.22),
 python3-dateutil (>= 2.8.2),
 python3-durationpy (>= 0.11),
 python3-pydantic (>= 2.13.5),
 python3-requests,
 python3-requests-oauthlib,
 python3-setuptools (>= 84.0.0),
 python3-typing-extensions (>= 4.16.0),
 python3-urllib3 (>= 2.7.0),
 python3-websocket (>= 0.32.0),
 python3-yaml (>= 6.0.3),
