Page MenuHomeVyOS Platform

Add package python3-pyhumps
Closed, ResolvedPublicFEATURE REQUEST

Description

humps 🐫 Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python
https://humps.readthedocs.io/en/latest/

>>> from humps import decamelize
>>> 
>>> 
>>> decamelize('superTCPOption')
'super_tcp_option'
>>> 
>>> 
>>> decamelize({'ParamOption': 'one', 'fooBarBaz': True})
{'param_option': 'one', 'foo_bar_baz': True}
>>>

Details

Version
1.4
Is it a breaking change?
Unspecified (possibly destroys the router)