https://github.com/abranhe/tocamelcase
🐫 To Camel Case: self explanatory!
https://github.com/abranhe/tocamelcase
abranhe camelcase pip python
Last synced: 3 months ago
JSON representation
🐫 To Camel Case: self explanatory!
- Host: GitHub
- URL: https://github.com/abranhe/tocamelcase
- Owner: abranhe
- License: mit
- Created: 2018-07-24T22:36:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T21:23:58.000Z (about 6 years ago)
- Last Synced: 2024-05-21T00:39:45.463Z (12 months ago)
- Topics: abranhe, camelcase, pip, python
- Language: Python
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
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 tocamelcaseprint (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
|[](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)