[ ソース: python-humps ]
パッケージ: python3-humps (0.2.2-2)
python3-humps に関するリンク
Debian の資源:
python-humps ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.