diff options
Diffstat (limited to 'textproc/py-humps/pkg-descr')
-rw-r--r-- | textproc/py-humps/pkg-descr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-humps/pkg-descr b/textproc/py-humps/pkg-descr new file mode 100644 index 000000000000..9689352ade1d --- /dev/null +++ b/textproc/py-humps/pkg-descr @@ -0,0 +1,2 @@ +Convert strings (and dictionary keys) between snake case, camel case and pascal +case in Python. |