Camel case aware word splitting.
Project description
camelsplit
Camel case aware word splitting.
Usage
from camelsplit import camelsplit
# 'CamelCase' -> ['Camel', 'Case']
camelsplit('CamelCase')
# 'HTTPRequest' -> ['HTTP', 'Request']
camelsplit('HTTPRequest')
# 'IEEE 802.11ac' -> ['IEEE', ' 802.11', 'ac']
camelsplit('IEEE 802.11ac')
License
MIT © 2018 Florian Pigorsch & contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
camelsplit-1.0.0.tar.gz
(1.9 kB
view details)
File details
Details for the file camelsplit-1.0.0.tar.gz
.
File metadata
- Download URL: camelsplit-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.2 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51cb744bfbab167be345277bd2781a870a21376fb79ea0a333642a3f871917b0 |
|
MD5 | 1d8354841486484255e0e35ad8c2417c |
|
BLAKE2b-256 | 607c963bfa9578f089a023507f6239709cb94ff7c48a5cc07c4e84a25470045f |