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 (>= 14.05.14),
 python3-dateutil (>= 2.5.3),
 python3-durationpy (>= 0.7),
 python3-google-auth (>= 1.0.1),
 python3-oauthlib (>= 3.2.2),
 python3-requests,
 python3-requests-oauthlib,
 python3-setuptools (>= 21.0.0),
 python3-six (>= 1.9.0),
 python3-urllib3 (>= 1.24.2),
 python3-websocket (>= 0.32.0),
 python3-yaml (>= 5.4.1),
