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.2.tar.gz
(2.7 kB
view details)
File details
Details for the file caselib-0.1.2.tar.gz.
File metadata
- Download URL: caselib-0.1.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa01d690abab84ebd81806a2bec2ee500e0356347c6a9a1b753d8660d8adca54
|
|
| MD5 |
722c891f3dc044491b03e26d105d41b8
|
|
| BLAKE2b-256 |
34b7a015badacd2302b1ab623e8f58bb0b82a9d9935400947a7fc19dc0211a1e
|