Metadata-Version: 2.1
Name: tocamelcase
Version: 0.0.4
Summary: 🐫 To Camel Case: self explanatory!
Home-page: UNKNOWN
Author: Carlos Abraham
Author-email: abraham@abranhe.com
License: MIT
Project-URL: Source, https://github.com/abranhe/tocamelcase/
Description: 
        <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.toCamelCase("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)
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
