A string converter between different naming convention
Project description
A string converter between different naming convention.
>>> caselib.convert('HelloWorld', caselib.CamelCase, caselib.snake_case) 'hello_world' >>> caselib.convert('HELLO_WORLD', caselib.SNAKE_CASE, caselib.camelCase) 'helloWorld'
Links
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
caselib-0.1.0.tar.gz
(2.5 kB
view details)
File details
Details for the file caselib-0.1.0.tar.gz
.
File metadata
- Download URL: caselib-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 380ec5ad2b543f37c17bc7548a7fef98265afdf8b3fcd01ae61ced40a8cd614c |
|
MD5 | 058e4017935a7df1754e81c92018265e |
|
BLAKE2b-256 | a3fbfa8d159ce5e24f353f59eab9fa4ce09908b23c3c3ae219da8028f6072c67 |