Skip to content

🐫 To Camel Case: self explanatory!

License

Notifications You must be signed in to change notification settings

abranhe/tocamelcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐫  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