*********
``humps``
*********
*Convert any string to camelCase.*
Description
===========
camelCase starts with a lower case alphabetic character, the rest of the string contains alphanumeric characters. Any character case in the input is ignored. Any spaces in the input capitalise the following character if alphabetic, except for the first character. Any non-alphanumeric characters are ignored.
Installation
============
Shell:
.. code-block:: sh
pip install humps
Python:
.. code-block:: python
from humps.camel import case
print(case('Hello, World!'))
# Output: helloWorld
Raw data
{
"_id": null,
"home_page": "https://github.com/erikhuizinga/humps",
"name": "humps",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "camelcase,camel,case,string,conversion",
"author": "Erik Huizinga",
"author_email": "huizinga.erik@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/fd/e0/d7a257bfa65809cc80bf956825e57094cba2f5b70c92ef761790dd4dcffa/humps-0.2.2.tar.gz",
"platform": "",
"description": "*********\n``humps``\n*********\n\n*Convert any string to camelCase.*\n\nDescription\n===========\n\ncamelCase starts with a lower case alphabetic character, the rest of the string contains alphanumeric characters. Any character case in the input is ignored. Any spaces in the input capitalise the following character if alphabetic, except for the first character. Any non-alphanumeric characters are ignored.\n\nInstallation\n============\n\nShell:\n\n.. code-block:: sh\n\n pip install humps\n\n\nPython:\n\n.. code-block:: python\n\n from humps.camel import case\n\n print(case('Hello, World!'))\n # Output: helloWorld\n\n\n",
"bugtrack_url": null,
"license": "LGPL-3.0",
"summary": "camelCase converter",
"version": "0.2.2",
"split_keywords": [
"camelcase",
"camel",
"case",
"string",
"conversion"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d0e3753d29a179a152ae5e426c8463da",
"sha256": "401de60fd73673b697086ba7c865966751c57b11cce57a37c9eabb3e75938417"
},
"downloads": -1,
"filename": "humps-0.2.2-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "d0e3753d29a179a152ae5e426c8463da",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 5347,
"upload_time": "2018-03-13T09:10:15",
"upload_time_iso_8601": "2018-03-13T09:10:15.567145Z",
"url": "https://files.pythonhosted.org/packages/02/07/3dbbe1c94649793c39dbb24445a667d0530d25e35033217b8c15f70c1646/humps-0.2.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "25b49909d5a6b7384b666872947b94f1",
"sha256": "777f7a17f6b20aa9cc078d63b56ebd66532c6b2c88b370f1d596d5205410f67c"
},
"downloads": -1,
"filename": "humps-0.2.2.tar.gz",
"has_sig": true,
"md5_digest": "25b49909d5a6b7384b666872947b94f1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3289,
"upload_time": "2018-03-13T09:10:17",
"upload_time_iso_8601": "2018-03-13T09:10:17.602738Z",
"url": "https://files.pythonhosted.org/packages/fd/e0/d7a257bfa65809cc80bf956825e57094cba2f5b70c92ef761790dd4dcffa/humps-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2018-03-13 09:10:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "erikhuizinga",
"github_project": "humps",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "humps"
}