Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abranhe/decamelize

🐍 Convert a camelized string into snake_case
https://github.com/abranhe/decamelize

abranhe pip py

Last synced: 1 day ago
JSON representation

🐍 Convert a camelized string into snake_case

Awesome Lists containing this project

README

        


🐍  decamelize: Convert a camelized string into `snake_case`







# Install

```
$ pip install decamelize
```

# Why?

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

## Usage

```py
import decamelize

print (decamelize.convert("CamelCase"))
# Eg: CamelCase β†’ camel_case
```

# Team

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

# Related

- [πŸ«β€ToCamelCase](https://github.com/abranhe/tocamelcase): ~~camelize string~~ turn into `camel case`

# License

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