camel-case-switcher

Python tool for changing style in name of functions etc. from camelCase/CamelCase to the snake_case.


Keywords
camel_case, strings, snake_case
License
MIT
Install
pip install camel-case-switcher==2.1.0

Documentation

Camel Case and Underscope Style Switcher

Changes style of input string from CamelCase to the underscope_style, and vice versa.

Installation:

Run as sudo/administrator: pip install camel-case-switcher

Usage:

import camel_case_switcher
camel_case_switcher.camel_case_to_underscope('myCamelCaseString')
camel_case_switcher.underscope_to_camel_case('my_underscope_string')

Supports additional options.