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.0.1.tar.gz
(2.3 kB
view details)
File details
Details for the file caselib-0.0.1.tar.gz
.
File metadata
- Download URL: caselib-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65ed197d88a9bb102f58a84e1ec5f57249cfd1d499ef14e5eb38876efe1e87f8 |
|
MD5 | 5a1f9fe6e7bc86c0bf983a8e0b6e10c8 |
|
BLAKE2b-256 | 3c3c5ce9182c246f801291f840ee05a128958bc79034994f1efd4b690dea298d |