Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.51 KB

readme.md

File metadata and controls

49 lines (33 loc) · 1.51 KB

🐫  ToCamelCase: Convert snake_case to CamelCase

Install

$ pip install tocamelcase

Why?

  • Convert non_camel_case to CamelCase
  • Clean and focused
  • Actively maintained

Usage

import tocamelcase

print (tocamelcase.convert("non_camel_case"))
# Eg: non_camel_case → NonCamelCase

Related

Team

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham