logoalt Hacker News

zvr04/02/20251 replyview on HN

Nice work, but since it does not handle anything else than strings, maybe it should be named "stringcase" or something.


Replies

zobweyt04/02/2025

Thank you for the feedback!

I appreciate your suggestion regarding the name, but unfortunately this name was already taken, so "textcase" was chosen.

I also have ideas for adding dictionary key conversion and other features in the future that will handle more than just strings. In addition, you can use this library to convert cases of Iterable[str] using textcase.pattern

show 1 reply