Metadata-Version: 2.4
Name: scotils-strings
Version: 0.1.0
Summary: String utilities for the scotils namespace
Author: Scott Caratozzolo
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/caratozzoloxyz/public/scotils
Project-URL: Repository, https://gitlab.com/caratozzoloxyz/public/scotils
Project-URL: Issues, https://gitlab.com/caratozzoloxyz/public/scotils/-/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

scotils-strings
String manipulation utilities for the scotils namespace.
Installation
pip install scotils-strings

Usage
from scotils.strings import camel_case
print(camel_case("hello_world"))  # Output: helloWorld

License
MIT
