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

Difficulty level
Easy (less than an hour)
Version
1.4
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Improvement (missing useful functionality)

Event Timeline

Viacheslav changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).
Viacheslav changed Version from - to 1.4.
Viacheslav changed the task status from Open to In progress.Oct 31 2022, 10:44 AM
Viacheslav claimed this task.
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.