Metadata-Version: 2.1
Name: decamelize
Version: 0.0.1
Summary: 🐍  Convert a camelized string into snake_case
Home-page: https://abranhe.com
Author: Carlos Abraham
Author-email: abraham@abranhe.com
License: UNKNOWN
Project-URL: Source, https://github.com/abranhe/decamelize
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown


<p align="center">
	🐍  <i><a href="https://pypi.org/project/decamelize">decamelize</a></i>: Convert a camelized string into `snake_case`
</p>

<p align="center">
	<a href="https://github.com/abranhe"><img src="https://abranhe.com/badge.svg"></a>
	<a href="https://cash.me/$abranhe"><img src="https://cdn.abraham.gq/badges/cash-me.svg"></a>
	<a href="https://www.patreon.com/abranhe"><img src="https://cdn.abraham.gq/badges/patreon.svg" /></a>
	<a href="https://github.com/abranhe/decamelize/blob/master/LICENSE"><img src="https://img.shields.io/github/license/abranhe/decamelize.svg" /></a>
  <a href="https://travis-ci.org/abranhe/decamelize"><img src="https://img.shields.io/travis/abranhe/decamelize.svg?logo=travis" /></a>
</p>



# 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: unicornRainbow → unicorn_rainbow
```

# Team

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

# Related

- [🐫 To Camel Case](https://github.com/abranhe/tocamelcase): ~~camelize `snake_case`~~  turn into camel case

# License

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


