Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abranhe/tocamelcase

🐫 To Camel Case: self explanatory!
https://github.com/abranhe/tocamelcase

abranhe camelcase pip python

Last synced: 4 months ago
JSON representation

🐫 To Camel Case: self explanatory!

Awesome Lists containing this project

README

        


🐫  ToCamelCase: Convert snake_case to CamelCase








## Install

```
$ pip install tocamelcase
```

## Why?

- Convert `non_camel_case` to `CamelCase`
- Clean and focused
- Actively maintained

## Usage

```py
import tocamelcase

print (tocamelcase.convert("non_camel_case"))
# Eg: non_camel_case β†’ NonCamelCase
```

## Related

- [🐍  decamelize](https://github.com/abranhe/decamelize): Convert a camelized string into snake_case

## Team

|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50)](https://abranhe.com)|
| :-: |
| [Carlos Abraham](https://github.com/abranhe) |

## License

[MIT](https://github.com/abranhe/tocamelcase/blob/master/license) License Β© [Carlos Abraham](https://github.com/abranhe/tocamelcase)