caselib 0.0.1
A string converter between different naming convention
Latest Version: 0.1.1
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'
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| caselib-0.0.1.tar.gz (md5) | Source | 2011-11-11 | 2KB | 328 | |
- Author: Heungsub Lee
- License: BSD
- Platform: any
- Categories
- Package Index Owner: sublee
- DOAP record: caselib-0.0.1.xml
