From a3ae748608097170063888ce121579ed5a315744 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Mon, 31 Oct 2022 10:58:34 +0000 Subject: T4786: Add package python3-pyhumps humps Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python % decamelize('superTCPOption') 'super_tcp_option' % % decamelize({'ParamOption': 'one', 'fooBarBaz': True}) {'param_option': 'one', 'foo_bar_baz': True} % --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 16b7ee814..cf766a825 100644 --- a/debian/control +++ b/debian/control @@ -131,6 +131,7 @@ Depends: python3-netifaces, python3-paramiko, python3-psutil, + python3-pyhumps, python3-pystache, python3-pyudev, python3-six, -- cgit v1.2.3