Metadata-Version: 2.1
Name: tocamelcase
Version: 0.0.7
Summary: 🐫 To Camel Case: self explanatory!
Home-page: https://abranhe.com
Author: Carlos Abraham
Author-email: abraham@abranhe.com
License: MIT
Project-URL: Source, https://github.com/abranhe/tocamelcase
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/tocamelcase">ToCamelCase</a></i>: Self explanatory!
</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/tocamelcase/blob/master/LICENSE"><img src="https://img.shields.io/github/license/abranhe/tocamelcase.svg" /></a>
  <a href="https://travis-ci.org/abranhe/tocamelcase"><img src="https://img.shields.io/travis/abranhe/tocamelcase.svg?logo=travis" /></a>
</p>



# 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
```

# Team

|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50&v=4)](https://19cah.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)


