Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abranhe/tocamelcase
π« To Camel Case: self explanatory!
https://github.com/abranhe/tocamelcase
abranhe camelcase pip python
Last synced: 4 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T21:23:58.000Z (almost 6 years ago)
- Last Synced: 2024-05-21T00:39:45.463Z (8 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
|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50)](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)