Case Change
Project description
CaseChange
A package for changing the case of strings.
Installation
You can install the package using pip:
pip install casechange_wic
Usage
Here's a quick example of how to use the package:
from casechange import case_change
text = "Hello World"
print(case_change(text, "snake")) # hello_world
print(case_change(text, "kebab")) # hello-world
print(case_change(text, "camel")) # helloWorld
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
casechange_wic-1.0.4.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file casechange_wic-1.0.4.tar.gz.
File metadata
- Download URL: casechange_wic-1.0.4.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f54990d59192b96b9231ed5da4ba96a1f601b371e9099e56f4bca7f77bdb36fa
|
|
| MD5 |
0713ef6390566edc482ef08012dd697e
|
|
| BLAKE2b-256 |
8e83d274a5efa19b146da295a8cd4b3582fb6a21aa87ccc202413192c0ddd54f
|
File details
Details for the file casechange_wic-1.0.4-py2.py3-none-any.whl.
File metadata
- Download URL: casechange_wic-1.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d38da9d76c7dee0bef8f773688ae4c933765bea1c98ec5dba242ba710b5b8b5
|
|
| MD5 |
203d5decd5bf3200ef90eca3c7692fc2
|
|
| BLAKE2b-256 |
7e38d9a47f9ed86cba67c6d31793e48e2ee3aae1938bb052d7e9b61c11b3f5d2
|