Package: wnpp Severity: wishlist Owner: Edward Betts <[email protected]>
* Package name : python-humps Version : 0.2.2 Upstream Author : Erik Huizinga <[email protected]> * URL : https://github.com/erikhuizinga/humps * License : LGPL-3.0+ Programming Lang: Python Description : String converter to camelCase The humps module converts strings to camelCase format. The conversion process starts with a lower case alphabetic character, followed by alphanumeric characters. Non-alphanumeric characters are ignored, and spaces result in the next character being capitalized if it is alphabetic. The module processes input strings while ignoring any character case, ensuring a consistent camelCase output. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.

